Hi Joel, On Thu, Jan 24, 2013 at 6:08 AM, Joel Madero <[email protected]> wrote: > Hi All, > > I've made a help button for Impress (Insert - Animated Image), and I think > I've found the correct help file > http://opengrok.libreoffice.org/xref/help/source/text/simpress/01/03130000.xhp > > I'm not sure how I link the help button to the help content. If someone > could assist me that would be great. Thanks all >
You need to insert a bookmark into the xhp file. For example: <bookmark xml-lang="en-US" branch="hid/sw:CheckBox:DLG_GLOSSARY:CB_INSERT_TIP" id="bm_id3152778" localize="false"/> You can find out what to write into the branch attribute, when you press the Help button and the corresponding empty page opens in WikiHelp. Best regards, Andras _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
