<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Droid Sans'; font-size:10pt; font-weight:400; font-style:normal;">On Monday 18 May 2009, Yves Glodt wrote:<br>
> Hello,<br>
><br>
> I would like to add 2 elements to a "page with free text", and then<br>
> use the following code:<br>
><br>
> <c:set var="page"<br>
> value="${cms:vfs(pageContext).readXml[cms:vfs(pageContext).context.ur<br>
>i]}" /> ...<br>
> <c:if test="${page.hasValue['left']}"><br>
> custom divs for that element here<br>
> </c:if><br>
><br>
> But how can I add elements (or at least make them available) to the<br>
> page? Preferably I would like to add them to all the pages in once,<br>
> but I could not find out how...?<br>
><br>
><br>
> I added the <element name='...'> directly to the controlcode and now<br>
> it seems I can not use the wysiwyg-editor anymore... It opens the<br>
> page but the content is not accessible, like grayed-out. Any idea<br>
> what I broke.. and how?<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>This was broken because I set a "template"-property to my template (the stylesheet actually which it did not seem to like)<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>> best regards,<br>
> Yves<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p></body></html>