Nesting of macros possible?
Is it possible to nest macros?
I.e.
<# story.content part="textblabla" suffix="<# story.link text=" [READ MORE...]" #>" fallback="text"#>
In this case, the first "> %" closes all tags..
Thanks!
Is it possible to nest macros?
I.e.
In this case, the first "> %" closes all tags..
Thanks!
Hello,
as you may be aware, you can use simple javascript to insert predefined text or code into forms.
My question is: how do you do this i.e. in the form for creating a story? I would like to add a javascript snippet that i.e. inserts the text block in the open textbox - on click.
I do not know how to link the javascript snippet to the textbox, as there is no "form" tag used.