This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
View Helper Reference
The sections below describe the options that apply to each different type of view helper defined by SproutCore. You can also create your own view helpers. For an introduction to view helpers, please see the topic About View Helpers
View Helpers
| Button_view | A helper for a button |
| Checkbox_field_view? | |
| Checkbox_view? | |
| Collection_view | A view helper for collections (better use a list_view instead) |
| Container_view | A view helper to provide a programmable container for other views |
| Disclosure_view? | |
| Error_explanation_view? | |
| Form_view | |
| Grid_view? | |
| Image_view? | |
| Label_view | A helper for a label |
| List_view | A helper for showing collection |
| Menu_item_view? | |
| Password_field_view | A helper for a secure text field |
| Pane_view | A helper for a dialog, panels and picker overlays |
| Popup_button_view? | |
| Popup_menu_view? | |
| Progress_view | A helper for a progress bar |
| Radio_field_view? | |
| Radio_group_view | |
| Radio_view | |
| Scroll_view | A helper for views needing a scroll bar |
| Segmented_view? | |
| Select_field_view | |
| Slider_view | A helper for a slider |
| Source_list_view? | |
| Spinner_view? | |
| Split_divider_view? | |
| Split_view | |
| Tab_view | A helper for a tab system. |
| Table_view? | |
| Text_area_view | A helper for a text area. |
| Text_field_view | A helper for a text field. |
| View | The root view helper |







