<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > AttachmentButton > Method >SetDrawingType |
Sets the drawing type.
Prototype :
void SetDrawingType
(
string DrawingType
)
Arguments :
DrawingType |
refer to DrawingTypeConst |
Reference :
Allows to only set Label and HTML.
Example :
//string
This.SetDrawingType("HTML");
//constant
This.SetDrawingType(DrawingTypeConst.HTML);
Available Events :
OnBind, OnEndBind, OnInitialize, OnStartBind
See also :