Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: Dialog control for HTML and JS source: msg#00467
|
Subject: |
Re: Dialog control for HTML and JS source |
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.
----------------------------------------------------------------
|
| |