Hi Amir,

I don’t know if there is any special dialog control for this. I havn’t heard
of it.

But anyway I found a solution which might also work for you.
I made my own version of the Out class that extends BaseContentTag and made
a so-called raw-html dialog which consists of a single text control.

I made several changes in my own implementation of the Out class. For
example I made it possible to include <<contextPath>> in the HTML or
JavaScript which is replaced with pageContext.getRequest().getContextPath().

Mayby you can simplify it a bit by extending Out class if you feel its safe.

Further more I included a cms:contentNodeIterator for the rawHTMLParagraphs
in <head> and <body>.

You can avoid linebreaks in the existing Out class by adding lineBreak=”” in
your <c:out>
<c:out lineBreak=”” .. > 

Rgds,
Micah Klitgaard



Magnolia - User mailing list wrote:
> 
> Hi
> 
> Is there a dialog control in Magnolia that will allow editing HTML and/or
> JavaScript source?
> Currently, I am using credit but
> #1 it cannot be restricted to "source view/edit only"
> #2 I cannot default it to "open in source view/edit"
> 
> 
> If I use edit control with multiple rows then all new lines get converted
> to <br/>...
> 
> 
> Thanks
> Amir
>        
> ----------------------------------------------------------------
> for list details see
> http://www.magnolia.info/en/developer.html
> ----------------------------------------------------------------
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Dialog-control-for-HTML-and-JS-source-tf3436254.html#a9585813
Sent from the Magnolia - User mailing list archive at Nabble.com.


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------

Reply via email to