You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by da...@cocoon.zones.apache.org on 2009/09/18 09:59:07 UTC

[DAISY] Updated: Action widget

A document has been updated:

http://cocoon.zones.apache.org/daisy/documentation/477.html

Document ID: 477
Branch: main
Language: default
Name: Action widget (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 9/18/09 7:58:48 AM
Updated by: Robby Pelssers

A new version has been created, state: draft

Parts
=====

Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name:  (unchanged)
Size: 2300 bytes (previous version: 2298 bytes)
Content diff:
(54 equal lines skipped)
    <p>To render the action widget as an image:</p>
    
    <pre>&lt;ft:widget id="..."&gt;
---   &lt;fi:styling type="image" src="foo.gif"&gt;
+++   &lt;fi:styling type="image" src="foo.gif"/&gt;
    &lt;/ft:widget&gt;
    </pre>
    
    <p>To render the action widget as a link:</p>
    
    <pre>&lt;ft:widget id="..."&gt;
---   &lt;fi:styling type="link"&gt;
+++   &lt;fi:styling type="link"/&gt;
    &lt;/ft:widget&gt;</pre>
    
    </body>
(1 equal lines skipped)