- 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>:
- <body>: body text
- Comment: {% ... %}
- 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, sbtk
- 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
- 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.sbtz"
- 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
- canvas c/f width height left top borders-tag
- just=0..2 (left/center/right)
- valign=0..2 (top/center/bottom)
- jy h=0..2 v=0..2
- select
- pt expr (int or bool)
- 1st, 2nd, 3rd, ...
- sbtk: Sharebitalk code
- a
- href="mypage.sbtz"
- href="#label"
- href="somepage.sbtz#label"
- name="label"
- onclick="(myfunc a b c)"
- img src width height left top alt borders-tag
- ch name/unicode
[ Back to Top ]