-
Notifications
You must be signed in to change notification settings - Fork 38
FForm
Stanislav Podolia edited this page Jun 30, 2020
·
6 revisions
-
-
text : Transform<string>
-
style : [ FTextStyle ]
-
text : Transform<string>
-
-
text : Transform<string>
-
style : [ FParagraphStyle ]
-
text : Transform<string>
-
FRenderable
Tells if clip is inside visible view bounds-
renderable : DynamicBehaviour<bool>
-
form : FForm
-
renderable : DynamicBehaviour<bool>
-
-
layers : [ FForm ]
-
zorder : bool
-
layers : [ FForm ]
-
-
left : double
-
top : double
-
right : double
-
bottom : double
-
form : FForm
-
left : double
-
-
listeners : [ EventHandler ]
-
form : FForm
-
listeners : [ EventHandler ]
-
-
filters : [ Filters ]
-
form : FForm
-
stack : native
-
filters : [ Filters ]
-
-
shape : CursorShape2
-
form : FForm
-
shape : CursorShape2
-
FInspect
ITransformMatrix only work
Other inspectors here only for backward compatability with Forms-
inspectors : [ FInspector ]
-
form : FForm
-
inspectors : [ FInspector ]
-
-
focus : DynamicBehaviour<bool>
-
form : FForm
-
focus : DynamicBehaviour<bool>
-
-
url : string
-
size : DynamicBehaviour<WidthHeight>
-
style : [ PictureStyle ]
-
url : string
-
-
form : FForm
-
fn : () -> () -> void
-
form : FForm
-
-
fullscreen : DynamicBehaviour<bool>
-
available : DynamicBehaviour<WidthHeight>
-
form : FForm
-
fullscreen : DynamicBehaviour<bool>
-
-
fullscreen : DynamicBehaviour<bool>
-
available : DynamicBehaviour<WidthHeight>
-
form : FForm
-
fullscreen : DynamicBehaviour<bool>
-
-
form : Form
-
form : Form
-
-
properties : [ FAccessProperty ]
-
form : FForm
-
properties : [ FAccessProperty ]
-
-
url : string
-
wh : Transform<WidthHeight>
-
style : [ RealHTMLStyle ]
-
url : string
-
FVideo
If widthheihgt is 0,0 size is automatic, otherwise defined-
url : string
-
wh : DynamicBehaviour<WidthHeight>
-
style : [ FVideoStyle ]
-
url : string
-
-
content : DynamicBehaviour<string>
-
wh : DynamicBehaviour<WidthHeight>
-
style : [ FTextInputStyle ]
-
content : DynamicBehaviour<string>
-
-
stackChanges : DynamicBehaviour<[ FGroupChange ]>
-
currentStack : DynamicBehaviour<[ FForm ]>
-
stack : native
-
stackChanges : DynamicBehaviour<[ FGroupChange ]>
-
FCanvas
Draws content with 'canvas' renderer
Works only in js with 'html' renderer, for other targets identical to regular clip
WARNING: Doesn't support native widgets making it applicable only to groups of graphical objects-
content : FForm
-
content : FForm
-
F3DStage -> FForm
-
wh : Transform<WidthHeight>
-
scene : F3DObject
-
camera : F3DObject
-
style : [ F3DStageStyle ]
-
wh : Transform<WidthHeight>