Description
Integrating http://extensions.xwiki.org/xwiki/bin/view/Extension/Attachment+Selector+Macro as a standard platform feature:
A picker associated with XObject properties of type String, which offers a friendly UI for selecting one of the document's attachments and putting its name in the property's value
Example usage:
{{attachmentSelector classname="Sandbox.Demo" property="attachedDocument" filter="pdf,odt"/}} {{attachmentSelector classname="Sandbox.Demo" property="attachedImage" filter="png,jpg,gif" displayImage="true"/}} {{attachmentSelector classname="XWiki.XWikiUsers" property="avatar" savemode="direct" displayImage="true" width="120" link="true" filter="png,jpg,gif" defaultValue="XWiki.XWikiUserSheet@noavatar.png"/}}
Attachments
Issue Links
- blocks
-
XAADMINISTRATION-257 Improve the UI for changing the user's avatar
- Closed