for a new option of the tabs plugin I needed to add a default value
being quite a long string:
{{APIOption|tabTemplate|String|HTML template from which a new tab is
created and added with the tabsAdd method. The placeholders
#{href} and #{text} are replaced.|<li><a
href="#{href}"><span>#{text}</
span></a></li>}}
See http://docs.jquery.com/UI/Tabs/tabs
That default value disappears from the page, is it because it is too
long? Does anybody know how to fix this?
Thanks!
--Klaus
David
On Oct 20, 1:52 pm, Klaus Hartl <klaus.ha...@googlemail.com> wrote:
> Hi,
>
> for a new option of the tabs plugin I needed to add a default value
> being quite a long string:
>
> {{APIOption|tabTemplate|String|HTML template from which a new tab is
> created and added with the tabsAdd method. The placeholders
> #{href} and #{text} are replaced.|<li><a
> href="#{href}"><span>#{text}</
> span></a></li>}}
>
> Seehttp://docs.jquery.com/UI/Tabs/tabs
Good to know, thank you David!
--Klaus
--John
On Oct 20, 11:24 pm, "John Resig" <jere...@gmail.com> wrote:
> If the wiki ever barfs on me I just wrap a <nowiki>...</nowiki> around
> it and it's appeased.
Would be handy to have a shortcut for that in the wiki editor. "Select
text, press shortcut, it gets wrapped with <nowiki.../>".
Jörn