Synyx GmbH & Co. KG Homepage Welcome Guest   | Login
  Search  
  Index  | Recent Threads  | Who's Online  | User List  | Register  | Search  | Help  | RSS feeds
OpenCms 7.0.4 Live-CD available!

Synyx created an OpenCms 7.0.4 Live CD, based on SLAX Linux, which is now available.

If you want to order a free CD copy, please write, including your postal address, to



Quick Go »
Thread Status: Normal
Total posts in this thread: 2
[Add To My Favorites] [Watch this Thread] [Post new Thread]
Author
Previous Thread This topic has been viewed 231 times and has 1 reply Next Thread
Female ross
Stranger



Joined: Oct 13, 2009
Posts: 2
Status: Offline

direct edit for collector singleFile Reply to this Post
Reply with Quote

Hi,
I need direct edit single file and point to an element in a contentloop.
I tried the following:

<cms:editable provider="org.opencms.workplace.editors.directedit.CmsDirectEditTextButtonProvider"/>
...
<cms:contentload collector="..." ... editable="manual">
...
Edit this: <cms:editable mode="manual"/>
</cms:contentload>

but only single file results editable.


Any help is appreciated.

Regards Ross
[Feb 8, 2010 4:58:51 PM] Show Printable Version of Post     [Link] Report threatening or abusive post: please login first  Go to top 
Male rexwal
Member


Philippines
Joined: Dec 17, 2007
Posts: 79
Status: Offline

Re: direct edit for collector singleFile Reply to this Post
Reply with Quote

Hi!

Normally you put your <cms:editable> in the head part of your html document.

Editable=true not editable=manual

Secondly what makes your document show is the

<cms:contentload editable="true" param="VERY IMPORTANT THIS POINTS TO THE CORRECT PLACE" collector="whichever your prefer">

<cms:contentshow element="XSD elememt to be shown"/>

</cms:contentload>
----------------------------------------
Sun Certified Java Programmer/Web Components Developer
[Feb 10, 2010 2:59:09 AM] Show Printable Version of Post        Hidden to Guest    http://www.southville.edu.ph [Link] Report threatening or abusive post: please login first  Go to top 
[Show Printable Version of Thread] [Post new Thread]