Jispoteach

Bracetagger

 

Bracetagger Format

  • Simple Tag:   {<taghdr>}
  • Container Tag:   {<taghdr> | <body>}
  • Null Tag:   {| <body>}
  • List Tag:   {<taghdr> <list>}
  • Body List Tag:   {<taghdr> <bodlst>}
  • <bodlst>:   [ | <body>]*
  • <list>:   [<col>]*
  • <col>:   | [<fldval>]* | <body>
  • <taghdr>:   <tagname> [<fldval>]*
  • <fldval>:
    • fldname=value;
    • fldname;
  • <body>:   body text
  • Escape Char.:   backslash (\)
  • Repetition:   [ XYZ ]*
    • XYZ repeats zero or more times
  • Tag Names:
    • table, row, box, grid
    • canvas, select, quote, rt, mono
    • super, sub, text, pre, br, hr, img, a, ch, p
    • input, radio, checkbox, meta, jpt
    • styles, include, h1..h5, b, i, u, ol, ul, jy
  • Tags RT/Mono:
    • current and child panels use Rich-Text mode, not monospace
    • mono overrides rt
    • only in version 2
  • Fields (old):
    • width=50/0.5 (pixels/ratio)
    • pad=50/0.5
    • x, y = 50/0.5
    • height = n (pixels)
    • topb=1 (pixels)
    • bottomb, leftb, rightb, midb = 1
    • color=FF00FF (rgb)
    • fcolor=00FF00 (text)
    • bcolor=000000 (borders)
    • colspan, rowspan = n
    • just="L/C/R"
    • b, i, u (bold, italics, underline)
    • coldefs
    • rows, cols = n (grid size)
    • id="mynode", id="mytag"
    • onclick="mypage.html"
  • Mono Mode:
    • body color fcolor (c/f)
    • panel c/f width height borders-tag
    • borders
      • left right top bottom inner outer none wleft wright wtop wbottom winner wouter
      • left=80ff44 right=0FF0000
      • wleft=0..2 wtop=0..2 (pixels)
    • table c/f width height left top borders-tag
      • w/h/l/t (cell squares, not pixels)
    • row c/f height borders-tag
      • c/f width colspan rowspan borders-tag
    • box c/f width height left top borders-tag
    • grid c/f width height left top rowcount colcount rowheight colwidth borders-tag
    • gridrow c/f height borders-tag
      • c/f width borders-tag
    • canvas c/f width height left top borders-tag
      • w/h/l/t (pixels)
    • just=0..2 (left/center/right)
    • valign=0..2 (top/center/bottom)
    • jy h=0..2 v=0..2
    • select
      • jpt expr (int or bool)
      • 1st, 2nd, 3rd, ...
    • jpt: Jispotalk code
    • a
      • href="mypage.bt"
      • href="#label"
      • href="somepage.bt#label"
      • name="label"
      • onclick="(myfunc a b c)"
    • img src width height left top alt borders-tag
      • src="myicon.jpeg"
    • ch name/unicode
      • Sigma
      • epsilon
      • nbsp
      • x03c7
[ Back to Top ]