Hi Fish,I can't say how to configure VFE, but if you want you can achieve your goal by Using a static item in you dcr which will always be used in generation and can replace the footnote.Import a html/javascript file in the dcr to your tpl file for the footnote which can be developed dynamically or statically whichever is comfortable to you. HTH
[]foot: footnote text here]
That doesn't help - sorry.I've already provided a simplistic way of doing this for non-VFE textareas (and text fields) that employs a simple []foot: footnote text here] mechanism - but I'm looking for something for VFE for users who are generally Word-literate not markup-literate - so I want to provide a "style" that they can wrap around text in the VFE area which I can then easily process in the PT.Keep in mind - the footnotes are desired to be placed inline with the content to which they refer - when writing content, but will be displayed separately (as footnotes at the bottom of the page) when it is generated.Next?
TS 6.5SP3 WindowsI want to configure the VFE to include a "footnote" style (or similar) so that I can wrap text within that style (and then process it in the PT for inclusion later in the generated page [this part is fairly easy])I took a look through the documentation - I didn't see anything in the manual about being able to define a custom style, but there's some text about wrapping div elements and custom style sheets that I think might do what I'm trying to do (in this case <div class="footnote">...</div>)I'm curious to know if anyone else has done this kind of thing (not necessarily for footnotes) - and if so, (a) is this the right approach, and (b) whether you can share any insights / configuration snippets that made it work?
...<textarea rows="7" cols="55" wrap="virtual" required="t" external-editor="visualformat" external-editor-inline="t"external-editor-config="[color=red]my_custom_cfg.xml"[/color]/>...
iwhome/httpd/iw/
... <standard ...> ...<style publishstyles="false" href="[eWebEditProPath]/[color=red]my_custom.css" equivClass="strict" wrapstylewithdiv="true" preservewordstyles="false" preservewordclasses="false"> [/color] ... </standard ...>
iwhome/httpd/iw/ewebeditpro20/
....Footnote { font-size: 8.0pt; font-style: italic; color: blue; }...