Matteo Pelucco (Tinext) wrote:
>
>
> 1) Create a new paragraph, maybe cloning a text-and-image paragraph,
> e.g.: "externalWebappParagraph"
>
In stk/paragraph definitions/content, clone stkTextImage to
externalWebappParagraph, change data node dialog to externalWebappParagraph,
templatePath to
/templates/externalWebapp/paragraphs/externalWebappParagraph.ftl
Matteo Pelucco (Tinext) wrote:
>
> 2) Create a new dialog, maybe cloning a new one, e.g.:
> "externalWebappDialog"
>
In stk/dialog definitions/paragraphs/content, clone stkTextImage to
externalWebappParagraph, no any change just for now
Matteo Pelucco (Tinext) wrote:
>
> 3) Reference it in a existing template definition, maybe in "mainArea"
>
In stk/template definitions/stkSection/mainArea/paragraphs/, add new content
node externalWebappParagraph with one dadta node
name=externalWebappParagraph
Matteo Pelucco (Tinext) wrote:
>
> 4) Remove unnecessary information from dialog (clean it for user
> experience)
>
Do nothing for now
Matteo Pelucco (Tinext) wrote:
>
> 5) Create a new .ftl file and reference it correctly in paragraph
> definition
>
In file system folder magnoliaAuthor/templates/externalWebapp/paragraphs,
create externalWebappParagraph.ftl with:
<iframe src ="http://localhost/externalWebapp/default.htm?lang=null"
width="100%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
In Website workspace, I wish to customize the members area menu, when user
click members area, external webapp opened in the middle area.
Soooorry I am still confused. more help?
Sean
--
View this message in context:
http://old.nabble.com/New-template-in-STK-tp29220656p29238828.html
Sent from the Magnolia - User mailing list archive at Nabble.com.
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------