For some strange reason each time I name a numbered list and link the name to a toggler, the named element is limited to just the first item in the entire numbered list.
So when I insert the toggler and preview the content in webhelp output, only the first item in the list can be seen in the expand or collapse view and not to the entire list.
I did figure out that the all the items in the numbered list needs to belong to one tag, that's the ordered list <ol> tag Or the numbered list needs to be associated with a snippet block.
Sadly, i am unable to apply a SINGLE ordered list tag to my entire numbered list and i dont want to create snippet blocks for every task just for it to function properly with togglers. HELP!
Attached an image to give you a quick idea of the issue am facing.
Issues with inserting togglers
-
AnjanaDevarakonda
- Propeller Head
- Posts: 29
- Joined: Sun Apr 12, 2015 3:21 pm
Issues with inserting togglers
You do not have the required permissions to view the files attached to this post.
-
wclass
- Propellus Maximus
- Posts: 1238
- Joined: Mon Feb 27, 2006 5:56 am
- Location: Melbourne, Australia
Re: Issues with inserting togglers
When using togglers I usually put all the content I want toggled into a DIV and name that - quicker than using snippets. Try selecting your text and grouping it into a div.
Group function is on the Home tab, Paragraph section, icon on top row.
However, I'd check the code behind your list to see where the end of the name is set - I often make an adjustment in the code to fix some named ranges.
Group function is on the Home tab, Paragraph section, icon on top row.
However, I'd check the code behind your list to see where the end of the name is set - I often make an adjustment in the code to fix some named ranges.
Margaret Hassall - Melbourne
-
AnjanaDevarakonda
- Propeller Head
- Posts: 29
- Joined: Sun Apr 12, 2015 3:21 pm
Re: Issues with inserting togglers
Thanks Margaret. http://www.flareforhelp.com/2012/07/con ... cap-flare/
This link helped me with creating list items under a single <ol> tag and solved my problem.
This link helped me with creating list items under a single <ol> tag and solved my problem.