ArborX


css

Longname: css css   Open the Documentation Legend
Released: 7.80 
Created: 7.80 
See also: var Technote: 0080

Summary
A keyword used with function variables: ^[funcname parameter(s)]. This syntax can be used anywhere that a regular 3B2 variable can be used: in show strings, in scripts, in expressions, etc. Function variables are a V8 feature that uniforms variable use and functions into a readable syntax. The 'css' function takes ccs style statements and interprets these into 3B2 PI's to style the text accordigly.
Example extract

The following show string will display the current value of the th command (text height).

 <?show ^[prop th]?>

Syntax (7.80)
statement:s

Any valid logical css 1 statement.

^[css "style"] convert css style to 3B2 PI display string.

 <?show $^[css "color:purple;font-size:24pt"]>

Document created on 10-Nov-2004 (revision 1)