Alternative to f:verbatim to use custom DIV classes?
829358Jan 24 2011 — edited Jan 24 2011I have some pages with panelCustomizable facets containing simple HTML like so:
<f:verbatim>
<div class="tableClass">
<table cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><h2>TABLE TITLE</h2></td>
</tr>
</f:verbatim>
At runtime, in "*Edit mode*", when I try to "*Add Content*" - the page hangs with a message about "stopping long-running script" which point to core11.1.1.3.js line 4569
By some trial and elimination - i think this is due to usage of f:verbatim tag- so whats the alternative?
I could use included HTML snippets stored off the file system (as shown in Avitek sample) but the data will eventually be dynamic and coming from data controls - to which i want to add some formatted text