mmm ok,
i'm looking to run this code
$("#show-hide-navigation").click();
everytime i enter the page and not insiode a function.
This :
<script type="text/javascript" language="JavaScript1.2">/*<![CDATA[*/
alert(123);
$("#show-hide-navigation").click();
alert(456);
/*]]>*/</script ...
Search found 97 matches
- Thu Sep 19, 2013 11:14 am
- Forum: Web-based Outputs
- Topic: Hide/Show Navigation Pane
- Replies: 12
- Views: 12536
- Tue Sep 03, 2013 11:10 am
- Forum: Web-based Outputs
- Topic: Hide/Show Navigation Pane
- Replies: 12
- Views: 12536
Re: Hide/Show Navigation Pane
Tried adding this to a page
<script type="text/javascript" language="JavaScript1.2">/*<![CDATA[*/
function hideShow()
{
alert(123);
$("#show-hide-navigation").click();
}
/*]]>*/</script>
<p><a href="javascript:void(0);" title="show/hide navigation pane" onclick="hideShow();">show/hide ...
<script type="text/javascript" language="JavaScript1.2">/*<![CDATA[*/
function hideShow()
{
alert(123);
$("#show-hide-navigation").click();
}
/*]]>*/</script>
<p><a href="javascript:void(0);" title="show/hide navigation pane" onclick="hideShow();">show/hide ...
- Tue Aug 27, 2013 11:21 am
- Forum: Web-based Outputs
- Topic: Hide/Show Navigation Pane
- Replies: 12
- Views: 12536
Re: Hide/Show Navigation Pane
Anybody else can help with an HTML 5 output?
- Tue Aug 27, 2013 10:49 am
- Forum: Web-based Outputs
- Topic: Hide/Show Navigation Pane
- Replies: 12
- Views: 12536
Re: Hide/Show Navigation Pane
This does not seem to work on a html 5 output.
- Tue Aug 27, 2013 10:41 am
- Forum: Web-based Outputs
- Topic: hide/show toc function (HTML5)
- Replies: 1
- Views: 943
hide/show toc function (HTML5)
Hi,
i want to make a function that hides/shows the toc depending on a users preference. To do this, i need to know which function i mmust call to hide/show the toc. I'm trying to do this on a HTML 5 target.
Anybody can help?
i want to make a function that hides/shows the toc depending on a users preference. To do this, i need to know which function i mmust call to hide/show the toc. I'm trying to do this on a HTML 5 target.
Anybody can help?
- Thu Apr 25, 2013 1:06 pm
- Forum: Web-based Outputs
- Topic: Home Button Won't Take Me Home
- Replies: 3
- Views: 1259
Re: Home Button Won't Take Me Home
Or parent.window.location="" on the click event should work too
- Thu Apr 25, 2013 12:53 pm
- Forum: Web-based Outputs
- Topic: Home Button Won't Take Me Home
- Replies: 3
- Views: 1259
Re: Home Button Won't Take Me Home
parent.window.location="#Introduction.htm" on the click event
- Thu Feb 07, 2013 8:20 am
- Forum: Flare's General Discussion
- Topic: problem with text-indent of dropdownhead in HTML5
- Replies: 0
- Views: 889
problem with text-indent of dropdownhead in HTML5
Hi,
i'm trying to add text-indent to a dropdownhead in Flare 8 (HTML 5 output) and it does not work. Here's my style
MadCap|dropDownHead.a0_Dropdown
{
margin-left: 7px;
text-indent: -16px;
}
you can see the result in the attached file...
How can the second line of my dropdownhead be ...
i'm trying to add text-indent to a dropdownhead in Flare 8 (HTML 5 output) and it does not work. Here's my style
MadCap|dropDownHead.a0_Dropdown
{
margin-left: 7px;
text-indent: -16px;
}
you can see the result in the attached file...
How can the second line of my dropdownhead be ...
- Thu Jun 07, 2012 11:39 am
- Forum: Flare's General Discussion
- Topic: Import files vs external ressources
- Replies: 1
- Views: 1089
Import files vs external ressources
Hi,
we currently use an import file to import files that are used in multiples projects (stylesheets, images, snippets, glossaires, ...). Each time we build a project, we get the latest version of all these files.
I'm wondering if it would more efficient to use an external folder and add it to the ...
we currently use an import file to import files that are used in multiples projects (stylesheets, images, snippets, glossaires, ...). Each time we build a project, we get the latest version of all these files.
I'm wondering if it would more efficient to use an external folder and add it to the ...
- Tue Mar 13, 2012 12:12 pm
- Forum: Source Control
- Topic: Flare with subversion
- Replies: 1
- Views: 1805
Flare with subversion
Hi,
i'm testing Flare 8 with the latest version of subversion. Can anybody tell me why i can't see the topics that are checked out in a flare project. I can only see them when they a reout of date...
i'm testing Flare 8 with the latest version of subversion. Can anybody tell me why i can't see the topics that are checked out in a flare project. I can only see them when they a reout of date...
- Wed Mar 07, 2012 8:03 am
- Forum: Microsoft CHM Help
- Topic: Edit multiple chm files at once
- Replies: 4
- Views: 3298
Re: Edit multiple chm files at once
Great thanks!
- Wed Mar 07, 2012 7:29 am
- Forum: Microsoft CHM Help
- Topic: Edit multiple chm files at once
- Replies: 4
- Views: 3298
Edit multiple chm files at once
Hi,
i have over 2000 chm files that i need to edit (delete a call to a js script). Is there a way to do this easily without having to decompile/compile each chm file?
i have over 2000 chm files that i need to edit (delete a call to a js script). Is there a way to do this easily without having to decompile/compile each chm file?
- Fri Mar 02, 2012 11:21 am
- Forum: Web-based Outputs
- Topic: HTML 5 forum please!
- Replies: 4
- Views: 1300
HTML 5 forum please!
Would pretty much like to have a dedicated forum for HTML 5!
- Fri Mar 02, 2012 11:12 am
- Forum: Flare's General Discussion
- Topic: HTML 5 Home button
- Replies: 3
- Views: 1869
Re: HTML 5 Home button
tried this... it works but the page does not open with the table of contents. No longer see the HTML 5 frame . Any idea?
- Fri Mar 02, 2012 7:45 am
- Forum: Flare's General Discussion
- Topic: HTML 5 Home button
- Replies: 3
- Views: 1869
HTML 5 Home button
Hi,
i need help creating a Home button for the new HTML output. I tried adding document.write(DO44.htm) to the event of my home button in my html 5 skin but it's not working...
i need help creating a Home button for the new HTML output. I tried adding document.write(DO44.htm) to the event of my home button in my html 5 skin but it's not working...
- Thu May 12, 2011 11:13 am
- Forum: Flare's General Discussion
- Topic: Open project by default
- Replies: 2
- Views: 1000
Open project by default
Hi,
i have a user that's using flare5 and when he's opening Flare with the desktop icon or via the start menu, a project is opening automatically. How can i deactivate this?
i have a user that's using flare5 and when he's opening Flare with the desktop icon or via the start menu, a project is opening automatically. How can i deactivate this?
- Fri Mar 11, 2011 9:27 am
- Forum: Microsoft CHM Help
- Topic: Flare 7: anyone else with popup problems?
- Replies: 21
- Views: 17539
Re: Flare 7: anyone else with popup problems?
Same problem here
- Fri Mar 04, 2011 1:01 pm
- Forum: Flare's General Discussion
- Topic: Split tables into 2
- Replies: 1
- Views: 1315
Split tables into 2
Hi,
is it possible to tell Flare to split tables in between 2 tr without having to copy the table then deleting what i don't need
is it possible to tell Flare to split tables in between 2 tr without having to copy the table then deleting what i don't need
- Fri Mar 04, 2011 12:51 pm
- Forum: Flare's General Discussion
- Topic: Automatic table merge
- Replies: 2
- Views: 1330
Re: Automatic table merge
Works great! And you're right i should have check the help!
Thanks!
Thanks!
- Fri Mar 04, 2011 12:00 pm
- Forum: Flare's General Discussion
- Topic: Automatic table merge
- Replies: 2
- Views: 1330
Automatic table merge
Hi,
i have two tables with a p tag in between, if i delete the p tag, the two tables automatically merge even if they don't have the same tablestyle! Is there a way to counter this?
i have two tables with a p tag in between, if i delete the p tag, the two tables automatically merge even if they don't have the same tablestyle! Is there a way to counter this?
- Tue May 25, 2010 7:22 am
- Forum: Styles, Stylesheets and XML
- Topic: Popup Size
- Replies: 3
- Views: 2001
Popup Size
hi, i'm trying to specify the size of an text popup. If i had mc-popup-width: 600px, it makes absolutely no difference in the preview. How come?
I tried adding it to the popup, to the popupHead and popupBody and it does nothing.
Using Flare 6
Thanks
I tried adding it to the popup, to the popupHead and popupBody and it does nothing.
Using Flare 6
Thanks
- Wed Apr 28, 2010 12:30 pm
- Forum: Styles, Stylesheets and XML
- Topic: Problem with bold popup
- Replies: 1
- Views: 1081
Problem with bold popup
Hi,
In Flare 6, when i choose popup as the target (not a text popup), the text of the link is always bold. Can anybody tell me why? I tried adding this :
But it does not work
In Flare 6, when i choose popup as the target (not a text popup), the text of the link is always bold. Can anybody tell me why? I tried adding this :
Code: Select all
a.MCPopupSpot
{
font-weight: normal;
}
span.MCPopup
{
font-weight: normal;
}- Mon Mar 22, 2010 8:10 am
- Forum: Flare's General Discussion
- Topic: V6 and Pending Checkins slowness
- Replies: 3
- Views: 1964
Re: V6 and Pending Checkins slowness
I don't see the deleted files in the pendaing Checkins window anymore. Anybody having the same problem?
- Thu Mar 04, 2010 12:03 pm
- Forum: Flare's General Discussion
- Topic: Source control box slow (V6)
- Replies: 1
- Views: 1049
Source control box slow (V6)
When i have many files checked out in the pending Check-Ins window, in Flare 5 i selected all of them, and then selected Check in in the right clik menu. When i do the same thing in Flare 6, the right click menu is very slow showing up. Am i the only one?
- Tue Oct 27, 2009 7:36 am
- Forum: Web-based Outputs
- Topic: Generate without TOC and top frame
- Replies: 5
- Views: 2386
Generate without TOC and top frame
Hi,
is it possible to generate a webhelp project without the TOC and also without the top frame. i want just the content frame.
is it possible?
is it possible to generate a webhelp project without the TOC and also without the top frame. i want just the content frame.
is it possible?