Using complex layout inside Page

Top  Previous  Next

To use this feature the align property of <toolbar:pageItem> tag should be used . Acceptable values: LEFT or RIGHT or CENTER. Default - CENTER.

For example (sample.jsp):

 

<toolbar:pageItem text="Mouse"

               hintText="Mouse"

               align="RIGHT"

               defaultImage="../../repository/images/new/mouse.gif" />