hello
I'mm trying to give some style to my page
I would like to give style to my Tabs for example that are declared in this way
<xf:trigger id="tab-1" appearance="full">
<xf:label>Description</xf:label>
<xf:toggle case="description" ev:event="DOMActivate" />
</xf:trigger>
<xf:trigger id="tab-2" appearance="full">
<xf:label>Transportation List</xf:label>
<xf:toggle case="transportation" ev:event="DOMActivate" />
</xf:trigger>
<xf:trigger id="tab-3" appearance="full">
<xf:label>Hours Of Operations</xf:label>
<xf:toggle case="hoursOfOperations" ev:event="DOMActivate" />
</xf:trigger>
I would like to use dojotype with this component...can I???
because I'm able to use dojoType just if I declare tab in this way
<div dojoType="dijit.layout.AccordionContainer" duration="80" style="margin-right: 10px; width: 800px; height: 700px;">
<div dojoType="dijit.layout.AccordionPane" selected="true" title="<b> General Info </b>">
and in these case I have a good style in the page, but if I would like to manage a trigger because I need to define an action with more then one steps (triggered when user click on a tab) how can I do it ???
thank you
daniele
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
OW2 mailing lists service home page:
http://www.ow2.org/wws