Search found 5 matches

by jimg
Wed Jul 25, 2012 11:57 am
Forum: Getting Started and Installation Issues
Topic: HTML5 output in Action!
Replies: 28
Views: 5085072

Re: HTML5 output in Action!

Maybe I'm missing something, but when I look at the DotNetNuke site and View Source, I don't see anything that looks like the Flare HTML5 output. What part of it was done by Flare? The Cymphonix website is clearly the Flare HTML5 web app with modifications to the HTML5 skin. I don't see any modifica...
by jimg
Tue May 29, 2012 12:01 pm
Forum: Web-based Outputs
Topic: Word Wrap in TOC
Replies: 8
Views: 5378

Re: Word Wrap in TOC

Well, I partially solved the problem. I can edit the Styles.css in the output and change the white-space attribute for the tree-node style to "wrap". I can't seem to find a way to set the style through Flare, so I have to edit the Styles.css every time I build the project. .tree-node { whi...
by jimg
Tue May 29, 2012 11:56 am
Forum: Web-based Outputs
Topic: Default Togglers to Expanded on Page Load
Replies: 34
Views: 32749

Re: Default Togglers to Expanded on Page Load

Hi Craig, Thanks for the response; however, it doesn't work for me. document.links includes all the other hyperlinks on my page, but it doesn't seem to include the togglers. Also, where are the FMCDropDown/FMCToggler functions you are calling? I don't see them in any of the JS files in the output. W...
by jimg
Fri May 25, 2012 11:27 am
Forum: Web-based Outputs
Topic: Word Wrap in TOC
Replies: 8
Views: 5378

Word Wrap in TOC

Hello,

I'm experiencing a problem in HTML5 web app where the items in the TOC aren't wrapping properly. Instead, the text is shown below the page icon and doesn't wrap (as shown in the image). Does anyone know how to fix this?
Non-word wrap in TOC.png
by jimg
Tue May 22, 2012 11:27 am
Forum: Web-based Outputs
Topic: Default Togglers to Expanded on Page Load
Replies: 34
Views: 32749

Default Togglers to Expanded on Page Load

Hi All, I want to use MadCap togglers for expand/collapse sections in topic pages in HTML5 web app. The problem is that I need the togglers to default to expanded on page load. Is there a setting to have them default to expanded? If not, is there a way to programmatically fire the "click" ...