DocBook|Search
Class Reference
%ZEN.SVGComponent.ownerDraw
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%ZEN] >  [SVGComponent] >  [ownerDraw]
Private  Storage  

class %ZEN.SVGComponent.ownerDraw extends svgComponent

Owner-draw svg component.
This is an empty SVG component whose contents are filled dynamically by invoking a run-time callback method.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 2


Summary

Properties
%condition %import %includeFiles %page
%resource aux boundless composite
document height hidden id
index name onclick onrender
onupdate parent position preserveAspectRatio
svgComponent svgGroup tuple viewBoxHeight
viewBoxWidth visible width window
x y

Methods
%%OIDGet %AddToSaveSet %Attr %BindExport
%ClassIsLatestVersion %ClassName %ConstructClone %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %DrawHTML %DrawJSStrings
%Eval %Extends %ForceClientRender %GetEventHandlers
%GetParameter %GetXMLName %IsA %IsModified
%MakeId %New %NormalizeObject %ObjectModified
%OnAddToPageAfter %OnAddToPageBefore %OnDrawObjectProperties %OnObjectSynch
%OnZENDeserialize %OriginalNamespace %PackageName %QuoteValue
%QuoteValueL10N %RemoveFromSaveSet %Self %SerializeObject
%SetModified %ValidateObject XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType beginWaitState calculateViewBox
clickHandler endWaitState findElement findSVGElement
fireOnUpdateEvent getFrame getProperty getSettings
getSizeAbsolute getType invokeSuper isOfType
makeId onCreate onDelete onSerialize
onloadHandler onunloadHandler onupdateHandler refreshContents
render renderContents renderSVG setOverlayMode
setPosition setPositionHandler setProperty setSize
setSizeHandler setTextNode sizingMouseDownHandler unrender
wrapMethod


Properties

• property onrender as %ZEN.Datatype.eventHandler;
onrender event handler: This event is fired by the render method and can supply the content displayed by this component.

Methods

• method renderContents() [ Language = javascript ]
Render the inner SVG contents of this component.
• method setProperty(property, value, value2) [ Language = javascript ]
Set the value of a named property.