Index: src/site/xdoc/skin-selectors.xml =================================================================== --- src/site/xdoc/skin-selectors.xml (revision 628872) +++ src/site/xdoc/skin-selectors.xml (working copy) @@ -545,6 +545,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Style Selectors +
NameDescription
af|breadCrumbsStyles the tr:breadCrumbs content.
af|breadCrumbs::disabled-stepStyles the disabled step of tr:breadCrumbs.
af|breadCrumbs::separatorStyles the tr:breadCrumbs steps.
af|breadCrumbs::selected-stepStyles the selected step of tr:breadCrumbs. This step may be hidden + if the -tr-show-last-item property is set to false.
af|breadCrumbs::stepStyles the tr:breadCrumbs steps.
.AFPath:aliasThe .AFPath:alias style defines style properties that are shared + by both af|breadCrumbs and af|treeTable::path.
.AFPathSeparator:aliasThe .AFPathSeparator:alias style defines style properties that + used by both af|breadCrumbs::separator.
.AFPathStep:aliasThe .AFPathStep:alias style defines style properties that are + shared by both af|breadCrumbs::step and af|treeTable::path-step
.AFPathSelectedStep:aliasThe .AFPathSelectedStep:alias style defines style properties + that are shared by both af|breadCrumbs::selected-step and + af|treeTable::path-selected-step
+ Icon Selectors +
NameDescription
af|breadCrumbs::separator-iconThe separator icon that is rendered between tr:breadCrumbs links. + This is typically a text icon, like '>'.
.AFPathSeparatorIcon:aliasChanging this icon changes both af|breadCrumbs::separator-icon and + af|treeTable::separator-icon. This makes it easier to keep the + icons between the two consistent.
+ Trinidad properties +
NameDescription
-tr-show-last-itemValid values are true or false. Determines whether the last item + is displayed or not. e.g., af|breadCrumbs + {-tr-show-last-item:false} will not show the last item in the + breadCrumbs.
+
+ @@ -607,6 +700,7 @@
+ @@ -733,6 +827,7 @@
+ @@ -756,6 +851,7 @@
+ @@ -779,6 +875,7 @@
+ @@ -839,6 +936,7 @@
+ @@ -909,6 +1007,7 @@
+ @@ -960,59 +1059,8 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Style Selectors -
NameDescription
af|inputTextStyle on the root element of the tr:inputText component.
af|inputText:disabledStyle on the root element of the tr:inputText component when its disabled attribute - is set to 'true'. For example, you can style the label when the component is - disabled by using this selector: "af|inputText:disabled::label"
af|inputText:readOnlyStyle on the root element of the tr:inputText component when its readOnly attribute - is set to 'true'. For example, you can style the label when the component is - readOnly by using this selector: "af|inputText:readOnly::label"
af|inputText::contentStyle on the content of the tr:inputText component. You can set the width of the content piece - that will be used when the columns attribute on tr:inputText is not set.
af|inputText::labelStyle on the label of the tr:inputText component. - This includes .AFLabel:alias style selector.
To style the input piece of inputText without creating a skin definition, - you can set the following public style classes on the styleClass attribute. The 'Marker' style classes are - rendered on the root dom element, they have no style properties of its own, and they map the content - piece of the component's styling to the public style class without the 'Marker'. For example, we map AFFieldTextMarker - to AFFieldText by defining this skin definition for you in our base skin: - af|inputText.AFFieldTextMarker af|inputText::content {-tr-rule-ref: selector(".AFFieldText")}. - If you set styleClass="AFFieldText", the entire component will be affected, including the label. - If you want to affect only the 'content' piece, use one of these marker style classesAFFieldTextMarker, AFFieldTextLTRMarker, AFPhoneFieldTextMarker, AFPostalCodeFieldTextMarker, AFAddressFieldTextMarker, - AFFieldNumberMarker
-
+ + @@ -1064,37 +1112,12 @@
AFFieldTextMarker, AFFieldTextLTRMarker, AFFieldNumberMarker
-
- -

The tr:menuBar is implemented using an inner table nested within an - outer table. The outer table contains cells for the - af|menuBar::start-icon and af|menuBar::end-icon icons, as well as a - cell for the nested inner table. The inner table contains the actual - contents of the menuBar - which includes the tr:menuBar items if any - items exist, or possibly the tr:menuBar title if no items are - specified.

-

Style properties can be applied to either the outer table or the - inner table, depending on how the styles are meant to be used. The - af|menuBar style can be used to apply styles to the entire menuBar - - including the af|menuBar::start-icon/af|menuBar::end-icon icons. - Note, however, that if these icons are transparent, then setting the - background color or borders on the af|menuBar style class itself is - probably not desirable, since the background color will show through - any transparent pixels in the icons.

-

Three other styles can be used to apply styles to the inner contents - of the tr:menuBar (not including the af|menuBar::start-icon and - af|menuBar::end-icon icons). If the tr:menuBar contains any items, - the af|menuBar::body style class is used to style the inner table - which contains the items. This is a good choice for specifying a - background color for the tr:menuBar, since this background color is - not applied to the tr:menuBar's outer icons. If no tr:menuBar items - are present, but the tr:menuBar's text attribute is specified, the - af|menuBar::title style class is rendered on the inner table instead - of af|menuBar::body. If no children are present and there is no - title, the af|menuBar::empty title is used.

+
+ + - @@ -1103,89 +1126,55 @@ - - + + + - - + + - - + + + - - + + - - - + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > - - - - - - - - - - - - - - - - - -
+ Style Selectors
Description
af|menuBarStyles the menuBar container itself.af|inputTextStyle on the root element of the tr:inputText component.
af|menuBar::bodyStyles the menuBar's inner table when the menuBar contains child - items.af|inputText:disabledStyle on the root element of the tr:inputText component when its disabled attribute + is set to 'true'. For example, you can style the label when the component is + disabled by using this selector: "af|inputText:disabled::label"
af|menuBar::titleStyles the menuBar's inner table when the menuBar does not - contain any child items but does have its text attribute set.af|inputText:readOnlyStyle on the root element of the tr:inputText component when its readOnly attribute + is set to 'true'. For example, you can style the label when the component is + readOnly by using this selector: "af|inputText:readOnly::label"
af|menuBar::emptyStyles empty menuBars - that is, menuBars which do not have any - children or a title.af|inputText::contentStyle on the content of the tr:inputText component. You can set the width of the content piece + that will be used when the columns attribute on tr:inputText is not set.
af|menuBar::enabledStyles enabled items in the menuBar.
af|inputText::labelStyle on the label of the tr:inputText component. + This includes .AFLabel:alias style selector.
af|menuBar::selectedStyles selected items in the menuBar.To style the input piece of inputText without creating a skin definition, + you can set the following public style classes on the styleClass attribute. The 'Marker' style classes are + rendered on the root dom element, they have no style properties of its own, and they map the content + piece of the component's styling to the public style class without the 'Marker'. For example, we map AFFieldTextMarker + to AFFieldText by defining this skin definition for you in our base skin: + af|inputText.AFFieldTextMarker af|inputText::content {-tr-rule-ref: selector(".AFFieldText")}. + If you set styleClass="AFFieldText", the entire component will be affected, including the label. + If you want to affect only the 'content' piece, use one of these marker style classesAFFieldTextMarker, AFFieldTextLTRMarker, AFPhoneFieldTextMarker, AFPostalCodeFieldTextMarker, AFAddressFieldTextMarker, + AFFieldNumberMarker
af|menuBar::separatorStyles the menuBar separator items.
af|menuBar::enabled-linkStyles enabled links in the menuBar.
af|menuBar::selected-linkStyles selected links in the menuBar.
.AFMenuBarItem:aliasThe .AFMenuBarItem:alias style defines style properties that are - shared by all menuBar items. This is included by the - af|menuBar::enabled and af|menuBar::selected style classes. - Therefore, if you change the .AFMenuBarItem:alias style, you - will affect af|menuBar::enabled and af|menuBar::selected.
- Icon Selectors -
NameDescription
af|menuBar::start-iconThis icon is rendered at the start of the af|menuBar.
af|menuBar::end-iconThis icon is rendered at the end of the af|menuBar.
af|menuBar::leading-separator-iconThis icon is rendered before the first item in the af|menuBar.
af|menuBar::trailing-separator-iconThis icon is rendered after the last item in the af|menuBar.
af|menuBar::background-iconThis icon is rendered as the background of the af|menuBar.
af|menuBar::separator-iconThis icon is rendered between items.
-
- + + + +

This tr:messages component is implemented using an inner div nested + within an outer table. The outer container is used to lay out the + messages' icons. The inner container contains the actual contents of + the messages. If any transparent icons are used, style properties + such as the background color should probably be set on the inner + table via the af|messages::body selector.

- - + + - - + + - - + + - - + + - + + - - + + - - - -
@@ -1197,132 +1186,40 @@ Description
af|menuButtons::textStyles the enabled menu buttons text..AFHeaderLevelOneThis style class is included by af|messages::header and + af|messages::error, as well as the af|*::level-one selectors and + af|panelHeader::error
af|menuButtons::text-selectedStyles the selected menu buttons text.af|messagesStyles the messages's outer table. The overall width of the + outer table is also configured through this selector. Since + the messages's icons are rendered within the outer table, the + af|messages::body selector is probably a better choice for + specifying the messages's background color, padding, etc...
af|menuButtons::text-disabledStyles the disabled menu buttons text.af|messages::bodyStyles the messages's inner table, which does not include any + outer icons.
.AFMenuButtons:aliasThe .AFMenuButtons:alias style defines style properties that are - shared by all menuButtons selectors: af|menuButtons::text, - af|menuButtons::text-selected, and af|menuButtons::text-disabled.af|messages::message-textStyles the 'text' attribute of tr:messages if present.
- Icon Selectors - af|messages::listStyles the list of messages inside of af|messages::body
NameDescriptionaf|messages::list-singleThis selector is used in addition to af|messages::list when there + is only a single message displayed. It can be used to remove the + numbering from the list.
af|menuButtons::separator-iconThe separator icon that is rendered between tr:menuButtons. This - is typically a text icon, like |.
-
- - - - - - - - - - - - -
- Style Selectors -
NameDescription
af|menuChoice::labelStyles the tr:menuChoice's label.
-
- - - - - - - - - - - - - - - - - -
- Style Selectors -
NameDescription
af|menuListStyles the menuList.
af|menuList::selectedStyles the selected menuList.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1331,138 +1228,93 @@ - - + + - - + + - + + - - + + - - + + -
- Style Selectors -
NameDescription
af|breadCrumbsStyles the tr:breadCrumbs content.
af|breadCrumbs::disabled-stepStyles the disabled step of tr:breadCrumbs.
af|breadCrumbs::separatorStyles the tr:breadCrumbs steps.
af|breadCrumbs::selected-stepStyles the selected step of tr:breadCrumbs. This step may be hidden - if the -tr-show-last-item property is set to false.
af|breadCrumbs::stepStyles the tr:breadCrumbs steps.
.AFPath:aliasThe .AFPath:alias style defines style properties that are shared - by both af|breadCrumbs and af|treeTable::path.
.AFPathSeparator:aliasThe .AFPathSeparator:alias style defines style properties that - used by both af|breadCrumbs::separator.
.AFPathStep:aliasThe .AFPathStep:alias style defines style properties that are - shared by both af|breadCrumbs::step and af|treeTable::path-step
.AFPathSelectedStep:aliasThe .AFPathSelectedStep:alias style defines style properties - that are shared by both af|breadCrumbs::selected-step and - af|treeTable::path-selected-step
Icon Selectors
Description
af|breadCrumbs::separator-iconThe separator icon that is rendered between tr:breadCrumbs links. - This is typically a text icon, like '>'.af|messages::top-startThis icon is rendered at the top starting corner of the messages + (ie. at the top left corner for left to right languages.)
.AFPathSeparatorIcon:aliasChanging this icon changes both af|breadCrumbs::separator-icon and - af|treeTable::separator-icon. This makes it easier to keep the - icons between the two consistent.af|messages::topThis icon is rendered in the background in between the + af|messages::top-start-icon and af|messages::top-end-icon icons.
- Trinidad properties - af|messages::top-endThis icon is rendered at the top ending corner of the messages + (ie. at the top right corner for left to right languages.)
NameDescriptionaf|messages::startThis icon is rendered in the background at the start of the + messages.
-tr-show-last-itemValid values are true or false. Determines whether the last item - is displayed or not. e.g., af|breadCrumbs - {-tr-show-last-item:false} will not show the last item in the - breadCrumbs.af|messages::endThis icon is rendered in the background at the end of the + messages.
-
- - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Style Selectors - af|messages::bottom-startThis icon is rendered at the bottom starting corner of the + messages (ie. at the bottom left corner for left to right + languages.)
NameDescriptionaf|messages::bottomThis icon is rendered in the background in between the + af|messages::bottom-start-icon and af|messages::bottom-end-icon + icons.
af|menuTabsStyles the tr:menuTabs container.af|messages::bottom-endThis icon is rendered at the bottom ending corner of the + messages (ie. at the bottom right corner for left to right + languages.)
af|menuTabs::enabledStyles the enabled items.af|messages::error-iconThe icon that is displayed for error messages.
af|menuTabs::selectedStyles the selected item.af|messages::warning-iconThe icon that is displayed for warning messages.
af|menuTabs::disabledStyles the disabled item.af|messages::info-iconThe icon that is displayed for information messages.
af|menuTabs::enabled-linkStyles link-specific styles to enabled links.af|messages::confirmation-iconThe icon that is displayed for confirmation messages.
af|menuTabs::selected-linkStyles link-specific styles to selected links..AFHeaderErrorIcon:aliasThe icon that is displayed for error messages or headers in + tr:messages and tr:panelHeader. Changing this icon changes both + af|panelHeader::error-icon and af|messages::error-icon
.AFTabBarItem:aliasThe .AFTabBarItem:alias style defines style properties that are - shared by all menuTabs items. This alias style is included by - the af|menuTabs::enabled, af|menuTabs::selected and - af|menuTabs::disabled style classes..AFHeaderWarningIcon:aliasThe icon that is displayed for warning messages or headers in + tr:messages and tr:panelHeader. Changing this icon changes both + af|panelHeader::warning-icon and af|messages::warning-icon
.AFTabBarLink:aliasThe .AFTabBarLink:alias style defines style properties that are - shared by all links within the tabBar. This alias style is - included by the "af|menuTabs::enabled-link" and - "af|menuTabs::selected-link" selectors..AFHeaderInfoIcon:aliasThe icon that is displayed for information messages or headers + in tr:messages and tr:panelHeader. Changing this icon changes + both af|panelHeader::info-icon and af|messages::info-icon
- Icon Selectors - .AFHeaderConfirmationIcon:aliasThe icon that is displayed for confirmation messages or headers + in tr:messages and tr:panelHeader. Changing this icon changes + both af|panelHeader::confirmation-icon and + af|messages::confirmation-icon
NameDescription
af|menuTabs::enabled-start-iconThis icon is rendered at the start of each enabled menuTab item.
af|menuTabs::enabled-end-iconThis icon is rendered at the end of each enabled menuTab item.
af|menuTabs::enabled-background-iconThis icon is rendered in the background each enabled menuTab - item.
af|menuTabs::selected-start-iconThis icon is rendered at the start of the selected menuTab item.
af|menuTabs::selected-end-iconThis icon is rendered at the end of the selected menuTab item.
af|menuTabs::selected-background-iconThis icon is rendered in the background the selected menuTab - item.
af|menuTabs::enabled-join-iconThis icon is rendered in between two enabled menuTab items.
af|menuTabs::enabled-selected-join-iconThis icon is rendered in between an enabled tabBar item and the - selected menuTab item. That is, when the reading direction is - left to right, the join connects an enabled item with a selected - item to the right of the enabled item.
af|menuTabs::selected-enabled-join-iconThisicon is rendered in between the selected menuTab item and an - enabled menuTab item. That is, when the reading direction is - left to right, the join connects a selected item with an enabled - item to the right of the selected item.
+ + @@ -1507,6 +1359,7 @@
+

Not yet documented.

@@ -1521,6 +1374,7 @@
+

Not yet documented.

@@ -1535,6 +1389,7 @@
+

Not yet documented.

@@ -1549,6 +1404,7 @@
+

The navigationPane hint="tabs" renders nested tables. The af|navigationPane::tabs is the root dom element style selector. Within the root dom element are tables denoting af|navigationPane::tabs-active @@ -1720,6 +1576,7 @@ + @@ -1756,13 +1613,10 @@
- -

This tr:messages component is implemented using an inner div nested - within an outer table. The outer container is used to lay out the - messages' icons. The inner container contains the actual contents of - the messages. If any transparent icons are used, style properties - such as the background color should probably be set on the inner - table via the af|messages::body selector.

+ + + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -1774,134 +1628,25 @@ Description
.AFHeaderLevelOneThis style class is included by af|messages::header and - af|messages::error, as well as the af|*::level-one selectors and - af|panelHeader::erroraf|outputDocumentStyles the tr:outputDocument component's container element.
af|messagesStyles the messages's outer table. The overall width of the - outer table is also configured through this selector. Since - the messages's icons are rendered within the outer table, the - af|messages::body selector is probably a better choice for - specifying the messages's background color, padding, etc...af|outputDocument::titleStyles the tr:outputDocument component's title element.
af|messages::bodyStyles the messages's inner table, which does not include any - outer icons.af|outputDocument::paragraphStyles the tr:outputDocument component's paragraphs.
af|messages::message-textStyles the 'text' attribute of tr:messages if present.af|outputDocument::separatorStyles the tr:outputDocument component's separator placed between paragraphes.
af|messages::listStyles the list of messages inside of af|messages::body
af|messages::list-singleThis selector is used in addition to af|messages::list when there - is only a single message displayed. It can be used to remove the - numbering from the list.
- Icon Selectors -
NameDescription
af|messages::top-startThis icon is rendered at the top starting corner of the messages - (ie. at the top left corner for left to right languages.)
af|messages::topThis icon is rendered in the background in between the - af|messages::top-start-icon and af|messages::top-end-icon icons.
af|messages::top-endThis icon is rendered at the top ending corner of the messages - (ie. at the top right corner for left to right languages.)
af|messages::startThis icon is rendered in the background at the start of the - messages.
af|messages::endThis icon is rendered in the background at the end of the - messages.
af|messages::bottom-startThis icon is rendered at the bottom starting corner of the - messages (ie. at the bottom left corner for left to right - languages.)
af|messages::bottomThis icon is rendered in the background in between the - af|messages::bottom-start-icon and af|messages::bottom-end-icon - icons.
af|messages::bottom-endThis icon is rendered at the bottom ending corner of the - messages (ie. at the bottom right corner for left to right - languages.)
af|messages::error-iconThe icon that is displayed for error messages.
af|messages::warning-iconThe icon that is displayed for warning messages.
af|messages::info-iconThe icon that is displayed for information messages.
af|messages::confirmation-iconThe icon that is displayed for confirmation messages.
.AFHeaderErrorIcon:aliasThe icon that is displayed for error messages or headers in - tr:messages and tr:panelHeader. Changing this icon changes both - af|panelHeader::error-icon and af|messages::error-icon
.AFHeaderWarningIcon:aliasThe icon that is displayed for warning messages or headers in - tr:messages and tr:panelHeader. Changing this icon changes both - af|panelHeader::warning-icon and af|messages::warning-icon
.AFHeaderInfoIcon:aliasThe icon that is displayed for information messages or headers - in tr:messages and tr:panelHeader. Changing this icon changes - both af|panelHeader::info-icon and af|messages::info-icon
.AFHeaderConfirmationIcon:aliasThe icon that is displayed for confirmation messages or headers - in tr:messages and tr:panelHeader. Changing this icon changes - both af|panelHeader::confirmation-icon and - af|messages::confirmation-icon
- + + - - + + -
@@ -1913,40 +1658,43 @@ Description
af|separatorStyles the tr:separator component.af|panelAccordionThis can be used to style the root element of a panelAccordion.
-
- - - + + - - + + - - + + - - + + + - - + + - - + + + + + +
- Style Selectors - af|panelAccordion::contentThis can be used to style the parent element of each showDetailItem in a panelAccordion.
NameDescriptionaf|panelAccordion::header-collapsedThis can be used to style the header region of each collapsed showDetailItem in a panelAccordion.
af|outputDocumentStyles the tr:outputDocument component's container element.af|panelAccordion::header-disabledThis can be used to style the header region of each disabled showDetailItem in a panelAccordion.
af|outputDocument::titleStyles the tr:outputDocument component's title element.af|panelAccordion::header-expandedThis can be used to style the header region of each expanded showDetailItem in a panelAccordion.
af|outputDocument::paragraphStyles the tr:outputDocument component's paragraphs.af|panelAccordion::title-linkThis can be used to style the link element for the title of + each enabled showDetailItem in a panelAccordion.
af|outputDocument::separatorStyles the tr:outputDocument component's separator placed between paragraphes.af|panelAccordion::title-disabled-linkThis can be used to style the link element for the title of + each disabled showDetailItem in a panelAccordion.
af|panelAccordion::toolbarThis can be used to style the toolbar facet of a showDetailItem in a panelAccordion.
+

The panelBox contains the body region, which contains the panelBox header which contains @@ -2086,6 +1834,7 @@ + @@ -2108,6 +1857,7 @@
+ @@ -2155,94 +1905,7 @@
- - - - - - - - - - - - - -
- Style Selectors -
NameDescription
af|panelLabelAndMessage::help-facetSpecifies the style information for the help-facet text of a - panelLabelAndMessage.
-
- - - - - - - - - - - - - -
- Style Selectors -
NameDescription
af|panelListStyles the root dom element of the panelList. Note: if you would like to style the bullets, you can - set a css property/value to the listStyle attribute. For example, listStyle='list-style-type: decimal' - changes the list style to decimals. See the w3.org's css spec for more options.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Style Selectors -
NameDescription
af|panelAccordionThis can be used to style the root element of a panelAccordion.
af|panelAccordion::contentThis can be used to style the parent element of each showDetailItem in a panelAccordion.
af|panelAccordion::header-collapsedThis can be used to style the header region of each collapsed showDetailItem in a panelAccordion.
af|panelAccordion::header-disabledThis can be used to style the header region of each disabled showDetailItem in a panelAccordion.
af|panelAccordion::header-expandedThis can be used to style the header region of each expanded showDetailItem in a panelAccordion.
af|panelAccordion::title-linkThis can be used to style the link element for the title of -each enabled showDetailItem in a panelAccordion.
af|panelAccordion::title-disabled-linkThis can be used to style the link element for the title of -each disabled showDetailItem in a panelAccordion.
af|panelAccordion::toolbarThis can be used to style the toolbar facet of a showDetailItem in a panelAccordion.
-
- - + @@ -2261,7 +1924,7 @@
- + @@ -2392,6 +2055,47 @@
+ + + + + + + + + + + + + + +
+ Style Selectors +
NameDescription
af|panelLabelAndMessage::help-facetSpecifies the style information for the help-facet text of a + panelLabelAndMessage.
+
+ + + + + + + + + + + + + + +
+ Style Selectors +
NameDescription
af|panelListStyles the root dom element of the panelList. Note: if you would like to style the bullets, you can + set a css property/value to the listStyle attribute. For example, listStyle='list-style-type: decimal' + changes the list style to decimals. See the w3.org's css spec for more options.
+
+ + @@ -2445,6 +2149,7 @@
+ @@ -2480,6 +2185,7 @@
+

This tr:panelSideBar component is implemented using an inner table nested within an outer table. The outer container is used to lay out @@ -2566,6 +2272,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Style Selectors +
NameDescription
.AFShowOneTab:aliasThis style is included in both af|panelTabbed::orientation-top + and af|panelTabbed::orientation-bottom.
af|panelTabbed::orientation-topThis styles the top panelTabbed. You can use this to add padding + and margins and borders, for example.
af|panelTabbed::orientation-bottomThis styles the bottom panelTabbed. You can use this to add + padding and margins and borders, for example.
af|panelTabbed::tabThis styles each unselected tab.
af|panelTabbed::tab-linkThis styles each unselected tab link.
af|panelTabbed::tab-selectedThis styles each selected tab.
af|panelTabbed::tab-selected-linkThis styles each selected tab link.
af|panelTabbed::separator-before-selectedThis is a cell with no content that renders before the selected + cell. You can style this cell to highlight the selected cell, if + desired.
af|panelTabbed::separator-after-selectedThis is a cell with no content that renders after the selected + cell. You can style this cell to highlight the selected cell, if + desired.
af|panelTabbed::separatorThis style is on the cells between each unselected step.
af|panelTabbed::cell-startThe style on the first cell. You can left-align by setting + width:0% on this, and width:100% on cell-end.
af|panelTabbed::cell-endThe style on the last cell.
af|panelTabbed::bodyThe style on the body of the panelTabbed; ie., the contents.
+
+

The tr:panelTip has two regions - a label and the main content.

@@ -2580,8 +2361,7 @@ - + @@ -2593,6 +2373,131 @@
af|panelTipThis style class is rendered on the outer content of the -panelTip.This style class is rendered on the outer content of the panelTip.
af|panelTip::label
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Icon Selectors +
NameDescription
af|progressIndicator::indeterminate-iconThe icon which is displayed when the progressIndicator's value + is -1.
af|progressIndicator::zero-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is zero percent.
af|progressIndicator::five-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is five percent.
af|progressIndicator::ten-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is ten percent.
af|progressIndicator::fifteen-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is fifteen percent.
af|progressIndicator::twenty-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is twenty percent.
af|progressIndicator::twenty-five-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is twenty-five percent.
af|progressIndicator::thirty-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is thirty percent.
af|progressIndicator::thirty-five-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is thirty-five percent.
af|progressIndicator::forty-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is forty percent.
af|progressIndicator::forty-five-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is forty-five percent.
af|progressIndicator::fifty-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is fifty percent.
af|progressIndicator::fifty-five-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is fifty-five percent.
af|progressIndicator::sixty-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is sixty percent.
af|progressIndicator::sixty-five-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is sixty-five percent.
af|progressIndicator::seventy-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is seventy percent.
af|progressIndicator::seventy-five-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is seventy-five percent.
af|progressIndicator::eighty-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is eighty percent.
af|progressIndicator::eighty-five-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is eighty-five percent.
af|progressIndicator::ninety-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is ninety percent.
af|progressIndicator::ninety-five-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is ninety-five percent.
af|progressIndicator::one-hundred-percent-iconThe icon which is displayed when the progressIndicator's value + divided by maximum is one-hundred percent.
+
+ @@ -2630,9 +2535,39 @@ - + + + + + + + + + + + + + + + + + + + + + + + +
af|selectBooleanCheckbox::label Style on the label of the tr:selectBooleanCheckbox component. This includes .AFLabel:alias style selector.
+ Icon Selectors +
NameDescription
af|selectBooleanCheckbox::disabled-checked-iconThe icon that is displayed when the checkbox is readOnly, + disabled, and checked.
af|selectBooleanCheckbox::disabled-unchecked-iconThe icon that is displayed when the checkbox is readOnly, + disabled, and unchecked.
af|selectBooleanCheckbox::read-only-checked-iconThe icon that is displayed when the checkbox is read-only and + checked.
af|selectBooleanCheckbox::read-only-unchecked-iconThe icon that is displayed when the checkbox is read-only and + unchecked.
+ @@ -2670,9 +2605,39 @@ - + + + + + + + + + + + + + + + + + + + + + + + +
af|selectBooleanRadio::label Style on the label of the tr:selectBooleanRadio component. This includes .AFLabel:alias style selector.
+ Icon Selectors +
NameDescription
af|selectBooleanRadio::disabled-selected-iconThe icon that is displayed when the radio is readOnly, disabled, + and selected.
af|selectBooleanRadio::disabled-unselected-iconThe icon that is displayed when the radio is readOnly, disabled, + and not selected.
af|selectBooleanRadio::read-only-selected-iconThe icon that is displayed when the radio is read-only and + selected.
af|selectBooleanRadio::read-only-unselected-iconThe icon that is displayed when the radio is read-only and not + selected.
+ @@ -2713,6 +2678,7 @@
+ @@ -2753,6 +2719,7 @@
+ @@ -2910,6 +2877,7 @@
+ @@ -2950,6 +2918,7 @@
+ @@ -2990,6 +2959,7 @@
+ @@ -3030,6 +3000,7 @@
+ @@ -3190,6 +3161,55 @@
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Icon Selectors +
NameDescription
af|selectRangeChoiceBar::prev-iconThe previous icon which is used to go back to previous step.
af|selectRangeChoiceBar::next-iconThe next icon which is used to go back to next step.
af|selectRangeChoiceBar::prev-disabled-iconThe previous icon in its disabled state.
af|selectRangeChoiceBar::next-disabled-iconThe next icon in its disabled state.
+
+ + + + + + + + + + + + + + +
+ Style Selectors +
NameDescription
af|separatorStyles the tr:separator component.
+
+ @@ -3226,6 +3246,7 @@
+ @@ -3323,7 +3344,8 @@
- + + - - + + - - + + - - + + - - + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - -
@@ -3335,67 +3357,56 @@ Description
.AFShowOneTab:aliasThis style is included in both af|panelTabbed::orientation-top - and af|panelTabbed::orientation-bottom.af|statusIndicatorStyles the status indicator as a whole.
af|panelTabbed::orientation-topThis styles the top panelTabbed. You can use this to add padding - and margins and borders, for example.af|statusIndicator::busyStyles the status indicator's busy facet
af|panelTabbed::orientation-bottomThis styles the bottom panelTabbed. You can use this to add - padding and margins and borders, for example.af|statusIndicator::readyStyles the status indicator's ready facet
af|panelTabbed::tabThis styles each unselected tab. + Icon Selectors +
af|panelTabbed::tab-linkThis styles each unselected tab link.NameDescription
af|panelTabbed::tab-selectedThis styles each selected tab.af|statusIndicator::busy-iconThe icon that is displayed when the page is busy. The icon + will only be rendered if no facet was specified. Simple skin + references the ".AFBusyIcon:alias" icon.
af|panelTabbed::tab-selected-linkThis styles each selected tab link.af|statusIndicator::ready-iconThe icon that is displayed when the page is not busy. The icon + will only be rendered if no facet was specified. Simple skin + references the ".AFReadyIcon:alias" icon.
af|panelTabbed::separator-before-selectedThis is a cell with no content that renders before the selected - cell. You can style this cell to highlight the selected cell, if - desired..AFBusyIcon:aliasA named icon that's used by af|statusIndicator::busy-icon and + is also usable in with <tr:icon>. That ability is important + to include the icon even when a facet is specified on the + statusIndicator.
af|panelTabbed::separator-after-selectedThis is a cell with no content that renders after the selected - cell. You can style this cell to highlight the selected cell, if - desired..AFReadyIcon:aliasA named icon that's used by af|statusIndicator::ready-icon and + is also usable in with <tr:icon>. That ability is important + to include the icon even when a facet is specified on the + statusIndicator.
af|panelTabbed::separatorThis style is on the cells between each unselected step.
af|panelTabbed::cell-startThe style on the first cell. You can left-align by setting - width:0% on this, and width:100% on cell-end.
af|panelTabbed::cell-endThe style on the last cell.
af|panelTabbed::bodyThe style on the body of the panelTabbed; ie., the contents.
+ + @@ -3500,6 +3511,7 @@
+ @@ -3769,7 +3781,8 @@
- + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -3781,122 +3794,47 @@ Description
af|progressIndicator::indeterminate-iconThe icon which is displayed when the progressIndicator's value - is -1.af|tree::expanded-iconThis icon is displayed before the expanded tree node.
af|progressIndicator::zero-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is zero percent.af|treeTable::collapsed-iconThis icon is displayed before the collapsed tree node.
af|progressIndicator::five-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is five percent.af|treeTable::line-iconThis icon is used as a vertical line between the nodes. +
af|progressIndicator::ten-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is ten percent.af|treeTable::line-middle-iconThis icon is used as the horizontal line in the background of the + expand/collapse icon of the node, in the case the node is not the last + sibling of its parent node. +
af|progressIndicator::fifteen-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is fifteen percent.af|treeTable::line-last-iconThis icon is used as the horizontal line in the background of the + expand/collapse icon of the node, in the case the node is the last + sibling of its parent node. +
af|progressIndicator::twenty-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is twenty percent.af|treeTable::node-iconThis icon selector is used in the case the Node class has a getNodeType() + method that returns the node type as string. The nodetype gets added to this + selector separated by a ':'. If the node is a container (has children) the + following suffixes get added depending on the expanded/collapsed state: + '-expanded' / '-collapsed'. e.g. + "af|treeTable::node-icon:container-collapsed", + "af|treeTable::node-icon:container-expanded", + "af|treeTable::node-icon:noncontainer". +
af|progressIndicator::twenty-five-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is twenty-five percent.
af|progressIndicator::thirty-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is thirty percent.
af|progressIndicator::thirty-five-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is thirty-five percent.
af|progressIndicator::forty-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is forty percent.
af|progressIndicator::forty-five-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is forty-five percent.
af|progressIndicator::fifty-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is fifty percent.
af|progressIndicator::fifty-five-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is fifty-five percent.
af|progressIndicator::sixty-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is sixty percent.
af|progressIndicator::sixty-five-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is sixty-five percent.
af|progressIndicator::seventy-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is seventy percent.
af|progressIndicator::seventy-five-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is seventy-five percent.
af|progressIndicator::eighty-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is eighty percent.
af|progressIndicator::eighty-five-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is eighty-five percent.
af|progressIndicator::ninety-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is ninety percent.
af|progressIndicator::ninety-five-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is ninety-five percent.
af|progressIndicator::one-hundred-percent-iconThe icon which is displayed when the progressIndicator's value - divided by maximum is one-hundred percent.
-
- - - @@ -3904,194 +3842,14 @@ - - + + - - - - - - - - - - - -
- Icon Selectors + Trinidad properties
Description
af|selectBooleanCheckbox::disabled-checked-iconThe icon that is displayed when the checkbox is readOnly, - disabled, and checked.-tr-show-linesValid values are true or false (default true). + Determines whether the tree lines are displayed or not. e.g., af|tree + {-tr-show-lines:false} will not show the lines of the tree.
af|selectBooleanCheckbox::disabled-unchecked-iconThe icon that is displayed when the checkbox is readOnly, - disabled, and unchecked.
af|selectBooleanCheckbox::read-only-checked-iconThe icon that is displayed when the checkbox is read-only and - checked.
af|selectBooleanCheckbox::read-only-unchecked-iconThe icon that is displayed when the checkbox is read-only and - unchecked.
- - - - - - - - - - - - - - - - - - - - - - - - - -
- Icon Selectors -
NameDescription
af|selectBooleanRadio::disabled-selected-iconThe icon that is displayed when the radio is readOnly, disabled, - and selected.
af|selectBooleanRadio::disabled-unselected-iconThe icon that is displayed when the radio is readOnly, disabled, - and not selected.
af|selectBooleanRadio::read-only-selected-iconThe icon that is displayed when the radio is read-only and - selected.
af|selectBooleanRadio::read-only-unselected-iconThe icon that is displayed when the radio is read-only and not - selected.
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
- Icon Selectors -
NameDescription
af|selectRangeChoiceBar::prev-iconThe previous icon which is used to go back to previous step.
af|selectRangeChoiceBar::next-iconThe next icon which is used to go back to next step.
af|selectRangeChoiceBar::prev-disabled-iconThe previous icon in its disabled state.
af|selectRangeChoiceBar::next-disabled-iconThe next icon in its disabled state.
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Style Selectors -
NameDescription
af|statusIndicatorStyles the status indicator as a whole.
af|statusIndicator::busyStyles the status indicator's busy facet
af|statusIndicator::readyStyles the status indicator's ready facet
- Icon Selectors -
NameDescription
af|statusIndicator::busy-iconThe icon that is displayed when the page is busy. The icon - will only be rendered if no facet was specified. Simple skin - references the ".AFBusyIcon:alias" icon.
af|statusIndicator::ready-iconThe icon that is displayed when the page is not busy. The icon - will only be rendered if no facet was specified. Simple skin - references the ".AFReadyIcon:alias" icon.
.AFBusyIcon:aliasA named icon that's used by af|statusIndicator::busy-icon and - is also usable in with <tr:icon>. That ability is important - to include the icon even when a facet is specified on the - statusIndicator.
.AFReadyIcon:aliasA named icon that's used by af|statusIndicator::ready-icon and - is also usable in with <tr:icon>. That ability is important - to include the icon even when a facet is specified on the - statusIndicator.
-
- - - - - - - - - - - - - - - - - - - -
- Style Selectors -
NameDescription
af|tableSelectMany::cell-icon-formatStyles the tableSelectMany column.
af|tableSelectMany::cell-icon-format-bandStyles the banded tableSelectMany column.
-
- - - - - - - - - - - - - - - - - -
- Style Selectors -
NameDescription
af|tableSelectOne::cell-icon-formatStyles the tableSelectOne column.
af|tableSelectOne::cell-icon-format-bandStyles the banded tableSelectOne column.
-
+ @@ -4232,73 +3990,7 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Icon Selectors -
NameDescription
af|tree::expanded-iconThis icon is displayed before the expanded tree node.
af|treeTable::collapsed-iconThis icon is displayed before the collapsed tree node.
af|treeTable::line-iconThis icon is used as a vertical line between the nodes. -
af|treeTable::line-middle-iconThis icon is used as the horizontal line in the background of the - expand/collapse icon of the node, in the case the node is not the last - sibling of its parent node. -
af|treeTable::line-last-iconThis icon is used as the horizontal line in the background of the - expand/collapse icon of the node, in the case the node is the last - sibling of its parent node. -
af|treeTable::node-iconThis icon selector is used in the case the Node class has a getNodeType() - method that returns the node type as string. The nodetype gets added to this - selector separated by a ':'. If the node is a container (has children) the - following suffixes get added depending on the expanded/collapsed state: - '-expanded' / '-collapsed'. e.g. - "af|treeTable::node-icon:container-collapsed", - "af|treeTable::node-icon:container-expanded", - "af|treeTable::node-icon:noncontainer". -
- Trinidad properties -
NameDescription
-tr-show-linesValid values are true or false (default true). - Determines whether the tree lines are displayed or not. e.g., af|tree - {-tr-show-lines:false} will not show the lines of the tree.
-
+
Index: trinidad-examples/trinidad-demo/src/main/webapp/components/breadCrumbs.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/breadCrumbs.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/breadCrumbs.jspx (working copy) @@ -42,7 +42,14 @@ - + + + + + + @@ -51,7 +58,7 @@ - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/chart.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/chart.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/chart.jspx (working copy) @@ -19,8 +19,7 @@ --> @@ -29,29 +28,28 @@ - + - - - + + + + + + + - + - + value="#{chart.largerDataSet}"/> - + @@ -62,8 +60,7 @@ - - + rendered="#{row.type == 'string'}" value="#{row.value}" + shortDesc="Type to change '#{row.name}'"/> + - - + row.name == 'transient'}" immediate="true" + value="#{row.value}" + shortDesc="Click to change '#{row.name}'"/> Index: trinidad-examples/trinidad-demo/src/main/webapp/components/chooseColor.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/chooseColor.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/chooseColor.jspx (working copy) @@ -19,48 +19,48 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/chooseDate.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/chooseDate.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/chooseDate.jspx (working copy) @@ -19,36 +19,35 @@ --> + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - + + + + + + + + + + + + - - + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/column.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/column.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/column.jspx (working copy) @@ -19,83 +19,72 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/column_footer.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/column_footer.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/column_footer.jspx (working copy) @@ -19,82 +19,72 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/column_group.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/column_group.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/column_group.jspx (working copy) @@ -19,68 +19,67 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + - + - + - + - - - - - - - - - - - - - - - - - - + + + + + + + - - - - - - + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/column_rowHeader.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/column_rowHeader.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/column_rowHeader.jspx (working copy) @@ -19,62 +19,58 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/column_sortable.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/column_sortable.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/column_sortable.jspx (working copy) @@ -19,76 +19,72 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/commandButton.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/commandButton.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/commandButton.jspx (working copy) @@ -19,26 +19,32 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/commandLink.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/commandLink.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/commandLink.jspx (working copy) @@ -19,28 +19,29 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - + + + + + + + + + + - - + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/commandNavigationItem.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/commandNavigationItem.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/commandNavigationItem.jspx (working copy) @@ -18,10 +18,8 @@ under the License. --> - + @@ -31,172 +29,126 @@ - + + action="guide.page"/> + action="guide.navigationPane"/> + action="guide.breadCrumbs"/> + action="guide.panelPage"/> - + + + + - - - + + + + actionListener="#{demoCommandNavigationItem.navigationItemAction}" + partialSubmit="true" selected="true"/> - - + actionListener="#{demoCommandNavigationItem.navigationItemAction}" + icon="/components/images/file.gif" partialSubmit="true"/> + + - - + + shortDesc="Return to the component guide"/> + actionListener="#{demoCommandNavigationItem.navigationItemAction}" + partialSubmit="true" selected="true"/> - - + actionListener="#{demoCommandNavigationItem.navigationItemAction}" + icon="/components/images/file.gif" accessKey="B" + partialSubmit="true"/> + + - - + + shortDesc="Return to the component guide"/> + actionListener="#{demoCommandNavigationItem.navigationItemAction}" + partialSubmit="true" selected="true"/> - - + actionListener="#{demoCommandNavigationItem.navigationItemAction}" + icon="/components/images/file.gif" accessKey="C" + partialSubmit="true"/> + + - - + + shortDesc="Return to the component guide"/> + actionListener="#{demoCommandNavigationItem.navigationItemAction}" + partialSubmit="true" selected="true"/> - - + actionListener="#{demoCommandNavigationItem.navigationItemAction}" + icon="/components/images/file.gif" accessKey="D" + partialSubmit="true"/> + + - - - + + + shortDesc="Return to the component guide"/> + actionListener="#{demoCommandNavigationItem.navigationItemAction}" + partialSubmit="true" selected="true"/> - - + actionListener="#{demoCommandNavigationItem.navigationItemAction}" + icon="/components/images/file.gif" accessKey="E" + partialSubmit="true"/> + + - - + - + + actionListener="#{demoCommandNavigationItem.navigationItemAction}" + partialSubmit="true" selected="true"/> - - + actionListener="#{demoCommandNavigationItem.navigationItemAction}" + icon="/components/images/file.gif" partialSubmit="true"/> + + - Index: trinidad-examples/trinidad-demo/src/main/webapp/components/form.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/form.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/form.jspx (working copy) @@ -19,44 +19,47 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - + + + + + + + + + + + + + + - + value="This is the first form; submit it and changes in the second form will be lost."/> + - - - - - - - + + + + + + + + value="This is the second form; submit it and changes in the first form will be lost."/> - - - + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/goButton.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/goButton.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/goButton.jspx (working copy) @@ -19,29 +19,32 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - + + + + + + + + + + + + - - + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/goLink.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/goLink.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/goLink.jspx (working copy) @@ -19,26 +19,29 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - + + + + + + + + + + - - + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/group.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/group.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/group.jspx (working copy) @@ -18,10 +18,8 @@ under the License. --> - + @@ -30,16 +28,19 @@ - - + + + + + + - Index: trinidad-examples/trinidad-demo/src/main/webapp/components/html/body.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/html/body.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/html/body.jspx (working copy) @@ -19,26 +19,29 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - + - + - - - - - + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/html/cellFormat.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/html/cellFormat.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/html/cellFormat.jspx (working copy) @@ -19,47 +19,50 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.bottom.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.bottom.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.bottom.jspx (working copy) @@ -19,21 +19,17 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - -
- bottom -
-
+ + + + + +
bottom
+
Index: trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.center.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.center.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.center.jspx (working copy) @@ -19,23 +19,21 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.innerLeft.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.innerLeft.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.innerLeft.jspx (working copy) @@ -19,21 +19,17 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - -
- innerLeft -
-
+ + + + + +
innerLeft
+
Index: trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.innerRight.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.innerRight.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.innerRight.jspx (working copy) @@ -19,21 +19,17 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - -
- innerRight -
-
+ + + + + +
innerRight
+
Index: trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.jspx (working copy) @@ -19,52 +19,46 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> + - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.left.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.left.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.left.jspx (working copy) @@ -19,21 +19,17 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - -
- left -
-
+ + + + + +
left
+
Index: trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.right.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.right.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.right.jspx (working copy) @@ -19,21 +19,17 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - -
- right -
-
+ + + + + +
right
+
Index: trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.top.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.top.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.top.jspx (working copy) @@ -19,21 +19,23 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - -
- top -
-
+ + + + + + + + + + +
top
+
Index: trinidad-examples/trinidad-demo/src/main/webapp/components/html/html.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/html/html.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/html/html.jspx (working copy) @@ -19,26 +19,30 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - + - - - - - - - - + + + + + + + + + + - - + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/html/rowLayout.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/html/rowLayout.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/html/rowLayout.jspx (working copy) @@ -19,32 +19,34 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - One - Two - Three - - - - + + + + + + + + + + - - + + + + One + Two + Three + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/html/tableLayout.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/html/tableLayout.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/html/tableLayout.jspx (working copy) @@ -19,41 +19,43 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - One - Two - Three - - - - - Four - Five - Six - - - - - + + + + + + + + + + - - + + + + + One + Two + Three + + + + + Four + Five + Six + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/icon.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/icon.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/icon.jspx (working copy) @@ -19,25 +19,28 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - + + + + + + + + + + - - + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/image.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/image.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/image.jspx (working copy) @@ -19,36 +19,43 @@ --> - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/inputColor.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/inputColor.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/inputColor.jspx (working copy) @@ -19,42 +19,44 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/inputDate.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/inputDate.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/inputDate.jspx (working copy) @@ -19,83 +19,72 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
Index: trinidad-examples/trinidad-demo/src/main/webapp/components/inputFile.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/inputFile.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/inputFile.jspx (working copy) @@ -19,25 +19,30 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - + + + + - - - - + + + + + - + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/inputHidden.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/inputHidden.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/inputHidden.jspx (working copy) @@ -19,10 +19,9 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> @@ -31,15 +30,18 @@ - - - - + + + + + + + + - - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/inputListOfValues.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/inputListOfValues.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/inputListOfValues.jspx (working copy) @@ -19,49 +19,47 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + - - - - - - - + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/inputNumberSpinbox.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/inputNumberSpinbox.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/inputNumberSpinbox.jspx (working copy) @@ -19,32 +19,38 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/inputText.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/inputText.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/inputText.jspx (working copy) @@ -19,39 +19,44 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/iterator.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/iterator.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/iterator.jspx (working copy) @@ -19,40 +19,40 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/legend.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/legend.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/legend.jspx (working copy) @@ -19,25 +19,28 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - + + + + + + + + + + - - + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/media.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/media.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/media.jspx (working copy) @@ -19,29 +19,30 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - + + + + + + + + + + - - + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/message.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/message.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/message.jspx (working copy) @@ -19,40 +19,40 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/messages.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/messages.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/messages.jspx (working copy) @@ -19,55 +19,52 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/navigationPane.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/navigationPane.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/navigationPane.jspx (working copy) @@ -18,10 +18,8 @@ under the License. --> - + @@ -31,126 +29,112 @@ - + + action="guide.page"/> + action="guide.breadCrumbs"/> + action="guide.commandNavigationItem"/> + action="guide.panelPage"/> - - + + + + + + + - + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> + + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> - + - + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> + - - + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> + + - + + inlineStyle="position: relative; height: auto;"> - + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> + + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> - + disabled="true" + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> + - + - + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> + - - + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> + + - + - + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> + - - + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> + + - + - + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> + - - + actionListener="#{demoCommandNavigationItem.navigationItemAction}"/> + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/navigationTree.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/navigationTree.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/navigationTree.jspx (working copy) @@ -19,32 +19,35 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/outputDocument.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/outputDocument.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/outputDocument.jspx (working copy) @@ -19,31 +19,39 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/outputFormatted.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/outputFormatted.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/outputFormatted.jspx (working copy) @@ -19,27 +19,29 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - + + + + + + + + + + - - + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/outputLabel.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/outputLabel.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/outputLabel.jspx (working copy) @@ -19,31 +19,33 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - + + + + + + + + + + - - + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/outputText.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/outputText.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/outputText.jspx (working copy) @@ -19,32 +19,34 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - + + + + + + + + + + - - + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/page_a1b1c2.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/page_a1b1c2.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/page_a1b1c2.jspx (working copy) @@ -19,100 +19,92 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/page_a1b2.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/page_a1b2.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/page_a1b2.jspx (working copy) @@ -19,100 +19,91 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/page_a1b2c2.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/page_a1b2c2.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/page_a1b2c2.jspx (working copy) @@ -19,100 +19,93 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/page_a2.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/page_a2.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/page_a2.jspx (working copy) @@ -19,91 +19,84 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/page_a2b1.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/page_a2b1.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/page_a2b1.jspx (working copy) @@ -19,20 +19,23 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad"> - + + + + + - + @@ -44,28 +47,22 @@ - + - + - + - + - + - + + xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/page_include.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/page_include.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/page_include.jspx (working copy) @@ -19,22 +19,23 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad"> - + + + + + - + - + @@ -46,28 +47,22 @@ - + - + - + - + - + - + + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelAccordion_discloseMany.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelAccordion_discloseMany.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelAccordion_discloseMany.jspx (working copy) @@ -19,183 +19,144 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelBorderLayout.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelBorderLayout.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelBorderLayout.jspx (working copy) @@ -19,84 +19,72 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - -
- top -
-
-
- - - - - - -
- left -
-
-
- - - - - - -
- right -
-
-
- - - - - - -
- bottom -
-
-
- - - - - -
- contents -
-
-
- - + + + + + + + + + + - - + + + + + + + + +
top
+
+
+ + + + + + +
left
+
+
+ + + + + + +
right
+
+
+ + + + + + +
bottom
+
+
+ + + + + +
contents
+
+
+ +
+
+
Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelBox.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelBox.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelBox.jspx (working copy) @@ -19,34 +19,39 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelButtonBar.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelButtonBar.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelButtonBar.jspx (working copy) @@ -19,10 +19,9 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> @@ -31,21 +30,22 @@ - + - - + + + + + + - - - - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelCaptionGroup.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelCaptionGroup.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelCaptionGroup.jspx (working copy) @@ -19,49 +19,51 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelChoice.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelChoice.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelChoice.jspx (working copy) @@ -19,98 +19,68 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - + + + - - - - + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelFormLayout.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelFormLayout.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelFormLayout.jspx (working copy) @@ -18,24 +18,28 @@ under the License. --> - + - + - - - + + + + + + + + + @@ -50,8 +54,7 @@ - + @@ -64,23 +67,20 @@ - + - + readOnly="true"/> + - - + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelGroupLayout.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelGroupLayout.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelGroupLayout.jspx (working copy) @@ -19,34 +19,40 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - + + + + + + + + + + + + + + + - + + separator + - - - - - - separator - - - - - - - + + + - - + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelHeader.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelHeader.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelHeader.jspx (working copy) @@ -19,10 +19,9 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> @@ -31,17 +30,23 @@ - - - - - - + + + + + + + + + + + + - - - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelHorizontalLayout.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelHorizontalLayout.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelHorizontalLayout.jspx (working copy) @@ -19,27 +19,30 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - + + + + + + + + + + + + + - - - - - - - + @@ -56,15 +59,14 @@ - - - - + + + + - - - + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelLabelAndMessage.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelLabelAndMessage.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelLabelAndMessage.jspx (working copy) @@ -19,9 +19,8 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> @@ -32,11 +31,18 @@ - - - + + + + + + + + + @@ -45,7 +51,7 @@ - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelList.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelList.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelList.jspx (working copy) @@ -18,75 +18,77 @@ under the License. --> - + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelPage.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelPage.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelPage.jspx (working copy) @@ -19,101 +19,100 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelPageHeader.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelPageHeader.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelPageHeader.jspx (working copy) @@ -19,10 +19,9 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> @@ -33,38 +32,37 @@ - - - + + + + + + + - - + + - - + + - - + + - - - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelPopup.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelPopup.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelPopup.jspx (working copy) @@ -19,77 +19,76 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelRadio.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelRadio.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelRadio.jspx (working copy) @@ -19,99 +19,69 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - + + + - - - - + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelSideBar.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelSideBar.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelSideBar.jspx (working copy) @@ -19,33 +19,37 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelTabbed.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelTabbed.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelTabbed.jspx (working copy) @@ -19,157 +19,143 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/panelTip.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/panelTip.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/panelTip.jspx (working copy) @@ -19,10 +19,9 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> @@ -31,16 +30,22 @@ - + - + + + + + + + + - + - - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/poll.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/poll.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/poll.jspx (working copy) @@ -19,66 +19,59 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/processChoiceBar.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/processChoiceBar.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/processChoiceBar.jspx (working copy) @@ -19,35 +19,36 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - + - - - - + + + + + + + - + - - + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/processChoiceBar2.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/processChoiceBar2.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/processChoiceBar2.jspx (working copy) @@ -19,34 +19,34 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/processChoiceBar3.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/processChoiceBar3.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/processChoiceBar3.jspx (working copy) @@ -19,34 +19,34 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - + - - - - + + + + + + + - + - - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/progressEnd.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/progressEnd.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/progressEnd.jspx (working copy) @@ -19,24 +19,30 @@ --> - - - - - - - - - - - - - + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/progressIndicator.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/progressIndicator.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/progressIndicator.jspx (working copy) @@ -19,53 +19,51 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/resetButton.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/resetButton.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/resetButton.jspx (working copy) @@ -19,28 +19,29 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - + + + + + + + + + + - - + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/selectBooleanCheckbox.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/selectBooleanCheckbox.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/selectBooleanCheckbox.jspx (working copy) @@ -19,28 +19,33 @@ --> + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - + + + + + + + + + + + + - - + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/selectBooleanRadio.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/selectBooleanRadio.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/selectBooleanRadio.jspx (working copy) @@ -19,33 +19,38 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/selectItem.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/selectItem.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/selectItem.jspx (working copy) @@ -19,10 +19,9 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> @@ -31,21 +30,23 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/selectManyCheckbox.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/selectManyCheckbox.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/selectManyCheckbox.jspx (working copy) @@ -19,10 +19,9 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> @@ -31,86 +30,74 @@ - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + value="<b>selectManyCheckbox bound to string array</b>"/> + + + + + + + + + + + + + + + - - - - - - + value="selectManyCheckbox with tr:selectItem bound to SelectItem custom object"/> + + + + - - - - - - + + + + - - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/selectManyListbox.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/selectManyListbox.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/selectManyListbox.jspx (working copy) @@ -19,10 +19,9 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> @@ -31,86 +30,74 @@ - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + - - - + + + - - - - - - + + + - - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/selectManyShuttle.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/selectManyShuttle.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/selectManyShuttle.jspx (working copy) @@ -19,56 +19,53 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/selectOneChoice.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/selectOneChoice.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/selectOneChoice.jspx (working copy) @@ -19,34 +19,36 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/selectOneListbox.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/selectOneListbox.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/selectOneListbox.jspx (working copy) @@ -19,47 +19,46 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/selectOneRadio.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/selectOneRadio.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/selectOneRadio.jspx (working copy) @@ -19,9 +19,8 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> @@ -30,19 +29,23 @@ - - - + + + + + + + + + - - - + + + - - - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/selectOrderShuttle.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/selectOrderShuttle.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/selectOrderShuttle.jspx (working copy) @@ -19,55 +19,53 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/selectRangeChoiceBar.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/selectRangeChoiceBar.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/selectRangeChoiceBar.jspx (working copy) @@ -18,57 +18,53 @@ under the License. --> - - - - - - - + + + + + + + - - - + + + + + + + - - - - - - - + + + + - - - - - - - - - - - - - - + + + + + + + + + - - - + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/separator.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/separator.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/separator.jspx (working copy) @@ -19,23 +19,33 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - + - + + + + + + + + + + + - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/showDetail.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/showDetail.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/showDetail.jspx (working copy) @@ -19,42 +19,42 @@ --> + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/showDetailHeader.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/showDetailHeader.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/showDetailHeader.jspx (working copy) @@ -19,36 +19,40 @@ --> + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/showDetailItem.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/showDetailItem.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/showDetailItem.jspx (working copy) @@ -19,125 +19,91 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/singleStepButtonBar.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/singleStepButtonBar.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/singleStepButtonBar.jspx (working copy) @@ -19,31 +19,30 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - + + + + + + + + + + - - + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/spacer.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/spacer.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/spacer.jspx (working copy) @@ -19,30 +19,35 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - + + + + + + + + + + - - + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/statusIndicator.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/statusIndicator.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/statusIndicator.jspx (working copy) @@ -19,42 +19,44 @@ --> + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/styleSheet.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/styleSheet.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/styleSheet.jspx (working copy) @@ -19,38 +19,32 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - + + + + + + - - + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/table.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/table.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/table.jspx (working copy) @@ -19,82 +19,75 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/table_dynamic.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/table_dynamic.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/table_dynamic.jspx (working copy) @@ -19,85 +19,71 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - <ul> - <li> - The table should tolerate RowCounts which are greater than the - actual RowCount. - <li> - The table should try to preserve the page being viewed, when the - rowCounts change. - <li> - In the following example, the table should not render NULL values - nor throw Exceptions: - </ul> - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + <ul> <li> The table should tolerate RowCounts which are greater + than the actual RowCount. <li> The table should try to preserve the page + being viewed, when the rowCounts change. <li> In the following example, + the table should not render NULL values nor throw Exceptions: </ul> + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/table_nested.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/table_nested.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/table_nested.jspx (working copy) @@ -25,17 +25,24 @@ xmlns:tr="http://myfaces.apache.org/trinidad" > - + - + + + + + + + - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/table_selection.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/table_selection.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/table_selection.jspx (working copy) @@ -19,38 +19,39 @@ --> - + - - - + + + + + + + + - + - - + @@ -68,8 +69,7 @@ - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/template.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/template.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/template.jspx (working copy) @@ -19,10 +19,9 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> @@ -31,14 +30,19 @@ - - - + + + + + + + + + - - - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/train.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/train.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/train.jspx (working copy) @@ -19,37 +19,43 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/train2.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/train2.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/train2.jspx (working copy) @@ -19,32 +19,38 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/train3.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/train3.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/train3.jspx (working copy) @@ -19,32 +19,38 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/train4.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/train4.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/train4.jspx (working copy) @@ -19,32 +19,38 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - + - - + + + + + + + + - + - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/train4a.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/train4a.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/train4a.jspx (working copy) @@ -19,32 +19,37 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - + - + + + + + + + - + - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/train4b.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/train4b.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/train4b.jspx (working copy) @@ -19,10 +19,9 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> @@ -33,18 +32,24 @@ - + + + + + + + - + - + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/train4c.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/train4c.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/train4c.jspx (working copy) @@ -19,33 +19,38 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - + - + + + + + + + - + - - + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/train5.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/train5.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/train5.jspx (working copy) @@ -19,34 +19,38 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/train6.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/train6.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/train6.jspx (working copy) @@ -19,33 +19,38 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/train7.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/train7.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/train7.jspx (working copy) @@ -19,33 +19,38 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/train8.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/train8.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/train8.jspx (working copy) @@ -26,15 +26,22 @@ - + - + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/tree.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/tree.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/tree.jspx (working copy) @@ -19,44 +19,48 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/treeTable.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/treeTable.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/treeTable.jspx (working copy) @@ -19,157 +19,140 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - - - - - - - - - - - - - - - - - - - - + + + - + - + - - - - - - - - - - - - - - - - - - - + + + + + + + - + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + - - - - + + + + + + + - + - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - + + + + + + + + + + + + + + + + + + - + - + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Index: trinidad-examples/trinidad-demo/src/main/webapp/components/treeTable_selection.jspx =================================================================== --- trinidad-examples/trinidad-demo/src/main/webapp/components/treeTable_selection.jspx (revision 628872) +++ trinidad-examples/trinidad-demo/src/main/webapp/components/treeTable_selection.jspx (working copy) @@ -19,57 +19,84 @@ --> + xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" + xmlns:trh="http://myfaces.apache.org/trinidad/html" + xmlns:tr="http://myfaces.apache.org/trinidad"> - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + + + + + + + + - - + + + + + - + + + + + + + + + + + + + + + + + - @@ -82,43 +109,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+