TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Re: RoboHelp - Applying conditional tag to entire row in a table
Subject:Re: RoboHelp - Applying conditional tag to entire row in a table From:"Chuck Martin" <cm -at- writeforyou -dot- com> To:"TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Thu, 18 Dec 2003 09:32:59 -0800
How are you applying the conditional text?
If you're doing it within RH itself (and assuming that you're doing it in
HTML), my off-the-cuff guess (without doing testing) would be to think that
RH is applying the conditional tag(s) to the cells in the table, not the
entire table row.
If the condition tag is applied to the row tag, then when that tag is
excluded, the row should not appear.
RH uses style attributes in HTML to identify conditional text, attributes
that can be attached to element tags or as part of SPAN tags. Two examples,
which I set up in a test topic to find out just how they do work:
<p style="x-condition: Web_Only;">This is text that's marked as Web
only.</p>
<p>This text contains <span style="x-condition: Print_Only;">just these
Words</span> marked as Print only</p>
If you look at your source and find that your condition style is attached to
the TD tags, rather than the TR tag, then there's your problem.
--
--
Chuck Martin
User Assistance & Experience Engineer
twriter "at" sonic "dot" net www.writeforyou.com
"I see in your eyes the same fear that would take the heart of me. The day
may come when the courage of Men fail, when we forsake our friends and break
all bonds of fellowship. But it is not this day! This day, we fight!"
- Aragorn
"All you have to decide is what to do with the time that is given you."
- Gandalf
"Karen Casemier" <karen -dot- casemier -at- provia -dot- com> wrote in message news:222716 -at- techwr-l -dot- -dot- -dot-
I'm evaluating the current version of RoboHelp. Our primary reason for
upgrading is the ability to use conditional text. However, I want to
conditionalize groups of fields that are presented in a table. If I apply a
conditional tag to an entire row, when I exclude that tag from the build,
I'm left with an empty row in the topic. Is there any way to get the tag to
apply to the entire table row, so that the row itself is hidden (no empty
rows in the topic)? I've looked at the source, and can't figure out how to
do it (based on how the tags are identified at the cell level).
RoboHelp for FrameMaker is a NEW online publishing tool for FrameMaker that
lets you easily single-source content to online Help, intranet, and Web.
The interface is designed for FrameMaker users, so there is little or no
learning curve and no macro language required! Call 800-718-4407 for
competitive pricing or download a trial at: http://www.ehelp.com/techwr-l4
---
You are currently subscribed to techwr-l as:
archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.