Search found 3 matches

by BongeSpob
Fri Jun 28, 2019 12:31 am
Forum: Single-Sourcing
Topic: Set condition dynamically?
Replies: 15
Views: 16934

Re: Set condition dynamically?

Dave Lee wrote:I pass a parameter in links to the HTML file, e.g. topic.htm?parameter=product1
When I do this, the browser complains about a "file not found" - which for sure is correct, because the name of the file is "topic.htm" but not "topic.htm?parameter=product1"
by BongeSpob
Mon Jun 24, 2019 1:38 am
Forum: Single-Sourcing
Topic: Set condition dynamically?
Replies: 15
Views: 16934

Re: Set condition dynamically?

Ok, it seems I have to clarify things a bit. This is what the editor generates for me: <img src="../Images/ManualB2T.png" MadCap:conditions="GUIDirection.B2T,GUIDirection.none" /> <img src="../Images/ManualL2R.png" MadCap:conditions="GUIDirection.L2R" /> The i...
by BongeSpob
Fri Jun 14, 2019 12:28 am
Forum: Single-Sourcing
Topic: Set condition dynamically?
Replies: 15
Views: 16934

Set condition dynamically?

Hi, I have a project where some images have to be shown or not depending on some conditions set or not. The point is, I do not want to generate my HTML output several times for all the different combinations of conditions, but want to have one set of HTML documents and then set the condition from ou...