Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Support for the Apache MyFaces Trinidad Tag Library"

m (Trinidad "core" Tag Library (nsURI: "http://myfaces.apache.org/trinidad"))
m (Trinidad "html" Tag Library (nsURI: "http://myfaces.apache.org/trinidad/html"))
Line 57: Line 57:
 
* validateRegExp
 
* validateRegExp
  
=== Trinidad "html" Tag Library (nsURI: "http://myfaces.apache.org/trinidad/html") ===
+
=== Trinidad "html" Tag Library (nsURI: "<nowiki>http://myfaces.apache.org/trinidad/html</nowiki>") ===
 
* cellFormat
 
* cellFormat
 
* frame
 
* frame

Revision as of 16:03, 25 April 2008

While efforts were made to fully support editing of Apache MyFaces Trinidad custom JSP tags, the following items were not completed in this release.

Design-time tag rendering

The following tags will render using the default rectangle with tag name, indicating the fact that no design-time tag renderers have been written for them yet.

Trinidad "core" Tag Library (nsURI: "http://myfaces.apache.org/trinidad")

  • forEach
  • setActionListener
  • fileDownloadActionListener
  • returnActionListener
  • resetActionListener
  • componentRef
  • componentDef
  • facetRef
  • breadCrumbs
  • column
  • commandNavigationItem
  • legend
  • media
  • navigationPane
  • navigationTree
  • outputDocument
  • page
  • panelAccordion
  • panelBorderLayout
  • panelBox
  • panelButtonBar
  • panelCaptionGroup
  • panelChoice
  • panelHeader
  • panelHorizontalLayout
  • panelList
  • panelPage
  • panelPageHeader
  • panelPopup
  • panelRadio
  • panelSideBar
  • processChoiceBar
  • showDetail
  • showDetailHeader
  • singleStepButtonBar
  • statusIndicator
  • subform
  • table
  • train
  • tree
  • treeTable
  • iterator
  • switcher
  • convertColor
  • convertDateTime
  • convertNumber
  • validateByteLength
  • validateDateRestriction
  • validateDateTimeRange
  • validateDoubleRange
  • validateLength
  • validateLongRange
  • validateRegExp

Trinidad "html" Tag Library (nsURI: "http://myfaces.apache.org/trinidad/html")

  • cellFormat
  • frame
  • frameBorderLayout
  • rowLayout
  • script
  • tableLayout

Back to the top