[opencms-dev] About new Resource types for opencms 6.0.4
ANKIT SURESH AGARWAL, Noida
ankit_agarwal at hcl.in
Mon Jan 21 10:21:14 CET 2008
Hi,
I have been learning and exploring opencms for last two months. I am
using version 6.0.4 as it is the application used by my web application.
I am facing this problem of adding new resource type.
Details:
I have this XSD file named as myarticle.xsd. I have stored it in the
sites/default/myfolder/.
Now when I make a Html file using this XSD. Everything works fine.
That means everything is fine with the xsd file. Now I have made changes
in opencms-vfs.xml and opencms-workplace.xml to include this as a new
resource type. The changed details are added below please check.
In opencms-vfs.xml:
1. <type class="org.opencms.file.types.CmsResourceTypeXmlContent"
id="202" name="myarticle">
<param
name="schema">/sites/default/myfolder/myarticle.xsd</param>
</type>
In opencms-workplace.xml:
1. <explorertype name="myarticle" key="fileicon.myarticle"
icon="myarticle.gif" reference="xmlcontent">
<newresource
uri="newresource_xmlcontent.jsp?newresourcetype=myarticle" order="32"/>
</explorertype>
Also I have added "fileicon.myarticle" label in workplace.propertied
present in classes of frontend.templateone.xmlcontentdemo present in the
modules and added a icon in resources/filetypes/myartice.gif.
Now when I restart tomcart using service runner present in the bin of
tomcat program files. And click on new resources. It doesn't display the
icon and the title but I am able to create new article. Where is the
problem can u please help.
Thanks & Regards,
Ankit Agarwal
Software Engineer -IBM COE
HCL Technologies Ltd.
A-8,9 Sector 60, NOIDA 201301 U.P(W)
Tel: +91-120-4384000 Extn: (4197)
Mob: +91-9818 80 2720
ankit_agarwal at hcl.in
www.hcltech.com
www.hcl.in <http://www.hcl.in/>
DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
received this email in error please delete it and notify the sender immediately. Before opening any mail and
attachments please check them for viruses and defect.
-----------------------------------------------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20080121/74377c70/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 3032 bytes
Desc: image001.jpg
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20080121/74377c70/attachment.jpg>
More information about the opencms-dev
mailing list