[opencms-dev] new widget

Victor Podberezski vpodberezski at tfsla.com
Wed Aug 25 22:48:01 CEST 2010


Hi,

Im trying to develop a widget for image-multiselection from the vfs:
when an user edit an structured content with this widget a button apears.
When the button is clicked a popup allows to the user select multiples
images from the vfs.
When the popup is closed all the path of the selected images are inserted in
the structured content. Each image path must be mapped to a diffent element.

<xsd:complexType name="OpenCmsImage">
 <xsd:sequence>
  <xsd:element name="image" type="OpenCmsString" />
  <xsd:element name="description" type="OpenCmsString" />
  <xsd:element name="title" type="OpenCmsString" />
 </xsd:sequence>
 <xsd:attribute name="language" type="OpenCmsLocale" use="optional"/>
</xsd:complexType>
Is this possible?

Thanks,
VPode.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20100825/5c8d4afa/attachment.htm>


More information about the opencms-dev mailing list