Hi All
I just need to know what the "1" is in _formitem_data="1"? Like when would you use a "2" or "3"...
Does anyone have an example?
This from another Barry post:
HTML Code:
A "Field" is comprised of a "Label" and "Data". It is known as a "Formitem". There are CSS selectors for the formitem container and its children which are the label and data:
lianja_ui_section_formitem="1"
lianja_ui_section_formitem_label="1"
lianja_ui_section_formitem_data="1"
The section that they are inside can be skinned using these selectors:
lianja_ui_section_menu="1"
lianja_ui_section_panel="1"
lianja_ui_section_footer="1"
The page containing sections has these selectors:
lianja_ui_page="1"
lianja_ui_page_header="1"
lianja_ui_page_panel="1"
lianja_ui_page_footer="1"
Thanks in advance, Paul.
Bookmarks