Someone correct me if I'm wrong, but unfortunately I don't think there is a good reference document other than the samples themselves, and bits and pieces spread among the on-line docs (which sometime you come across looking for completely unrelated info!). You can also have a look through the sample stylesheets, they have some comments in that might also help with some of the known style types and what they mean, specifically $COCOON_DIR/build/webapp/samples/blocks/forms/resources/forms-page-styling.xsl may be of most use

Scott.

Derek Hohls wrote:

Thanks Scott - it was the <fi:styling type="fieldset"/> I
was missing - is there a set of options for the
different styling types that can be used for <fi:group>
and, if so, are they documentted anywhere?



[EMAIL PROTECTED] 2004/09/07 12:43:29 AM >>>


Derek,

Yes it's possible, here's one I prepared earlier...

<fi:group>
<fi:styling type="fieldset"/>
<fi:label><ft:widget-label id="DCMap"/></fi:label>
<fi:items>
<table cellspacing="10">
<tr>
<th><ft:repeater-widget-label id="DCMap" widget-id="metadataField"/></th>
<th><ft:repeater-widget-label id="DCMap" widget-id="DCElement"/></th>
<th><ft:repeater-widget-label id="DCMap" widget-id="DCQualifier"/></th>
<th><ft:repeater-widget-label id="DCMap" widget-id="separator"/></th>
<th><ft:repeater-widget-label id="DCMap" widget-id="mapDelete"/></th>
</tr>
<ft:repeater-widget id="DCMap">
<tr>
<td><ft:widget id="metadataField"/></td>
<td>
<ft:widget id="DCElement">
<fi:styling submit-on-change="true"/>
</ft:widget>
</td>
<td><ft:widget id="DCQualifier"/></td>
<td><ft:widget id="separator"/></td>
<td><ft:widget id="mapDelete"/></td>
</tr>
</ft:repeater-widget>
</table>
</fi:items>
</fi:group>


Scott.

Derek Hohls wrote:



Quick and simple question:
is it possible to have <ft:repeater... tags inside of <fi:group>


tags;


if so, is there an example I can follow?

Thanks
Derek







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to