Начать. Это бесплатно
или регистрация c помощью Вашего email-адреса
ACCESSORS создатель Mind Map: ACCESSORS

1. text_area(:address, :id => "address")

1.1. address

1.2. address=

1.3. address_element

1.4. address?

2. button(:purchase, :id => 'purchase')

2.1. purchase

2.2. purchase_element

2.3. purchase?

3. cell(:total, :id => 'total_cell')

3.1. total

3.2. total_element

3.3. total?

4. div(:message, :id => 'message')

4.1. message

4.2. message_element

4.3. message?

5. h1-h6(:title, :id => 'title')

5.1. title

5.2. title_element

5.3. title?

6. list_item(:item_one, :id => 'one')

6.1. item_one

6.2. item_one_element

6.3. item_one?

7. ordered_list(:top_five, :id => 'top')

7.1. top_five_element

7.2. top_five?

8. page_url(url)

9. unordered_list(:menu, :id => 'main_menu')

9.1. menu_element

9.2. menu?

10. text_field(:first_name, :id => "first_name")

10.1. first_name

10.2. first_name=

10.3. first_name_element

10.4. first_name?

11. checkbox(:active, :name => "is_active")

11.1. check_active

11.2. uncheck_active

11.3. active_checked?

11.4. active_element

11.5. active?

12. file_field(:the_file, :id => 'file_to_upload')

12.1. the_file=

12.2. the_file_element

12.3. the_file?

13. image(:logo, :id => 'logo')

13.1. logo_element

13.2. logo?

14. form(:login, :id => 'login')

14.1. login_element

14.2. login?

15. hidden_field(:user_id, :id => "user_identity")

15.1. user_id

15.2. user_id_element

15.3. user_id?

16. in_frame(:id => 'frame_id')

17. link(:add_to_cart, :text => "Add to Cart")

17.1. add_to_cart

17.2. add_to_cart_element

17.3. add_to_cart?

18. paragraph(:title, :id => 'title')

18.1. title

18.2. title_element

18.3. title?

19. span(:alert, :id => 'alert')

19.1. alert

19.2. alert_element

19.3. alert?

20. table(:cart, :id => 'shopping_cart')

20.1. cart_element

20.2. cart?