[opencms-dev] ability to edit a file on the spot
Mathias Lin | SYSVISION
mail at mathiaslin.com
Fri Apr 3 03:34:42 CEST 2009
Hi Beejal,
you need to add the the <cms:editable/> tag into your JSP template to make
it editable generally:
<%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %>
<cms:editable/>
If you use a contentload tag, there is also a parameter "editable" that you
can set, i.e.:
<cms:contentload collector="singleFile" param="%(opencms.uri)"
editable="true">
HTH,
Mathias
Beejal Kamdar wrote:
>
> Hey can anyone please help me hoe can I configure the template to
> allow logged-in and authorized users the ability to edit a file on the
> spot.
>
-----
Mathias Lin
SYSVISION Ltd., China
http://www.sysvision.com
--
View this message in context: http://www.nabble.com/ability-to-edit-a-file-on-the-spot-tp22836359p22860387.html
Sent from the OpenCMS - Dev mailing list archive at Nabble.com.
More information about the opencms-dev
mailing list