Home

WebWorks Publisher Cookbook code samples

Examples:

77 78 79 80 81 82 83 84 85 86 87 88 89 90

Microsoft WinHelp


      

      

      

      

      

      

      

      

      

      

      

      
Example 77
$IF_GLOBAL_EXISTS(firsttopic,,\\page);

      

      
Example 78
{\f7\fswiss\fcharset0\fprq2   Verdana;}
Example 79
@SET_GLOBAL(nonscrollingmarkup,
  \\s141\\sb80\\sa120\\keepn\\i\\f7\\fs24 $DATA;\\par\
);\
Example 80
@SET_GLOBAL(nonscrollingmarkup,
  \\s141\\sb80\\sa120\\keepn\\i\\f7\\fs24\\cf8 $DATA;\\par\
);\

      

      

      

      

      

      
Example 81
{\\v %$BBTopicIDUsingLink;}

      

      

      

      

      

      

      

      

      
Example 82
{\\cs16 \\super A{\\footnote $DATA;}}
Example 83
!ALink \($DATA;\)
Example 84
{\\s100\\f5\\fs20 \{\\uldb $DATA(number);\{\\v $DATA;}}\\par}

      
Example 85
{ \\s100\\tx340\\sa64\\brdrt\\brdrs\\brdrw10\\brsp20\\sb48\\f5\\fs20 \\{button ,AL \($DATA;\)\\} \\tab \{\\b $DATA(number); \\b0 \} \\par}

      
Example 86
CreateButton(btn_exit,E&xit,Exit())
Example 87
\\{button ,AL \($DATA;\)\\}
Example 88
{ \\s100\\tx340\\sa64\\brdrt\\brdrs\\brdrw10\\brsp20\\sb48\\f5\\fs20 $DATA; \\tab \{\\b $DATA(number); \\b0 \} \\par}
Example 89
@SET_GLOBAL(glossary_file,$BBTopicID;);

      
Example 90
CreateButton(gloss,Glossary,JumpId($GET_GLOBAL(glossary_file);))

Top of page

Copyright © 2001 Scriptorium Publishing Services.
These code samples correspond to examples provided in The WebWorks Publisher Cookbook. Cookbook owners may use this code for their WebWorks Publisher projects.