Hello

For my webpage I want to use the train component of Trinidad. I use the
syntax I found on the Apache MyFaces Trinidad website. My question is if it
is possible to show the items vertical instead of horizontal.

<tr:train var="node" value="#{processMenuModel}">
  <f:facet name="nodeStamp">
    <tr:commandNavigationItem text="#{node.label}"
      action="#{node.getOutcome}"
      immediate="#{processMenuModel.immediate}"
      readOnly="#{processMenuModel.readOnly}"/>
  </f:facet>
</tr:train>

Kind Regards

Anthony Millerson

Reply via email to