TIWCGJQDialogOptions Class
The dialog options class
IWCGJQCommon.TIWCGJSon
IWCGJQDialog.TIWCGJQDialogOptions
IWCGJQFileDownload.TIWCGJQFileDownloadDialogOptions
The TIWCGJQDialogOptions type exposes the following members.
Name | Description | |||||
---|---|---|---|---|---|---|
![]() | AutoHeight | Make the dialog adjust height based on its content | ||||
![]() | AutoOpen | When autoOpen is true the dialog will open automatically when dialog is called. If false it will stay hidden until .dialog("open") is called on it. | ||||
![]() | AutoWidth | Make the dialog adjust wigth based on its content.
| ||||
![]() | Buttons | Buttons list | ||||
![]() | ButtonsAutoFocusFirst | By default, jquery ui framework will set focus on first button. Set to false, to disable this behavior.
| ||||
![]() | CGJSContainer | Represents property | ||||
![]() | ClassData | Represents property | ||||
![]() | Closable | When false, button close[x] will be removed and dialog cannot be closed. | ||||
![]() | CloseOnEscape | Specifies whether the dialog should close when it has focus and the user presses the esacpe (ESC) key. | ||||
![]() | CloseText | The specified class name(s) will be added to the dialog, for additional theming. | ||||
![]() | Dialog | Represents property | ||||
![]() | DialogClass | The specified class name(s) will be added to the dialog, for additional theming. | ||||
![]() | Disabled | Disables (true) or enables (false) the dialog. Can be set when initialising (first creating) the dialog. | ||||
![]() | Draggable | If set to true, the dialog will be draggable will be draggable by the titlebar. | ||||
![]() | DraggableByContent | If set to true, the dialog will be draggable will be draggable by the content. (Note: Property "Draggable" must be false. ) | ||||
![]() | HasDialog | Represents property | ||||
![]() | Height | The height of the dialog, in pixels. Specifying 'auto' is also supported to make the dialog adjust based on its content. | ||||
![]() | Hide | The effect to be used when the dialog is closed. | ||||
![]() | InstList | Represents property | ||||
![]() | IsStored | Represents property | ||||
![]() | JSon | Return the Interface of SuperObject (ISuperObject) (Inherited from TIWCGJSon.) | ||||
![]() | JSonEvents[string] | Represents property | ||||
![]() | List | Represents property | ||||
![]() | MaxHeight | The maximum height to which the dialog can be resized, in pixels. | ||||
![]() | MaxWidth | The maximum width to which the dialog can be resized, in pixels. | ||||
![]() | MemberList | Represents property | ||||
![]() | MinHeight | The minimum height to which the dialog can be resized, in pixels. | ||||
![]() | MinWidth | The minimum width to which the dialog can be resized, in pixels. | ||||
![]() | Modal | If set to true, the dialog will have modal behavior; other items on the page will be disabled (i.e. cannot be interacted with). Modal dialogs create an overlay below the dialog but above other page elements. | ||||
![]() | OnBeforeClose | This event is triggered when a dialog attempts to close. If the beforeClose event handler (callback function) returns false, the close will be prevented. | ||||
![]() | OnClose | This event is triggered when the dialog is closed. | ||||
![]() | OnCreate | This event is triggered when dialog is created. | ||||
![]() | OnDrag | This event is triggered when the dialog is dragged. | ||||
![]() | OnDragStart | This event is triggered at the beginning of the dialog being dragged. | ||||
![]() | OnDragStop | This event is triggered after the dialog has been dragged. | ||||
![]() | OnFocus | This event is triggered when the dialog gains focus. | ||||
![]() | OnOpen | This event is triggered when dialog is opened. | ||||
![]() | OnResize | This event is triggered when the dialog is resized. | ||||
![]() | OnResizeStart | This event is triggered at the beginning of the dialog being resized. | ||||
![]() | OnResizeStop | This event is triggered after the dialog has been resized. | ||||
![]() | Owner | Represents property | ||||
![]() | Position | Specifies where the dialog should be displayed. Possible values: 1) a single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'. 2) an array containing an x,y coordinate pair in pixel offset from left, top corner of viewport (e.g. [350,100]) 3) an array containing x,y position string values (e.g. ['right','top'] for top right corner). | ||||
![]() | PropCount | Represents property | ||||
![]() | PropIndexByName[string] | Represents property | ||||
![]() | PropList | Represents property | ||||
![]() | PropName | Represents property | ||||
![]() | PropNameByIndex[Integer] | Represents property | ||||
![]() | Resizable | If set to true, the dialog will be resizeable. | ||||
![]() | Show | The effect to be used when the dialog is opened. | ||||
![]() | ShowCloseIcon | Show/Hide close[x] button. | ||||
![]() | ShowTitle | Show/Hide title bar. (Note: when hidden, close button will hide too.) | ||||
![]() | SObj | Represents property | ||||
![]() | Stack | Specifies whether the dialog will stack on top of other dialogs. This will cause the dialog to move to the front of other dialogs when it gains focus. | ||||
![]() | Title | Specifies the title of the dialog. Any valid HTML may be set as the title. The title can also be specified by the title attribute on the dialog source element. | ||||
![]() | TitleAlign | Title align | ||||
![]() | TitleIcon | Title image | ||||
![]() | TitlePaddingLeft | Title text padding-left, used when have title icon | ||||
![]() | Width | The width of the dialog, in pixels. | ||||
![]() | zIndex | The starting z-index for the dialog. |
Name | Description | |||
---|---|---|---|---|
![]() | AddBooleanMember(string,Boolean,Boolean,Boolean) | Represents method | ||
![]() | AddColorMember(string,TIWCGColor,Boolean,Boolean) | Represents method | ||
![]() | AddCurrencyMember(string,Currency,Boolean,Boolean) | Represents method | ||
![]() | AddDoubleMember(string,Double,Boolean,Boolean) | Represents method | ||
![]() | AddDynObjListMember(string,Boolean,Boolean) | Represents method | ||
![]() | AddEnumMember(string,string[],Byte,Boolean,Boolean) | Represents method | ||
![]() | AddEnumSetMember(string,string[],Void,Word,Boolean,Boolean) | Represents method | ||
![]() | AddFuncMember(string,string,string,Boolean,TIWCGJSonFuncClass,Boolean,Boolean) | Represents method | ||
![]() | AddHTML5(TIWHTMLTag) | Represents method | ||
![]() | AddIntegerMember(string,Integer,Boolean,Boolean) | Represents method | ||
![]() | AddJSonMember(string,TCGJSon,Boolean,Boolean) | Represents method | ||
![]() | AddMembers | The procedure add jquery properties.
| ||
![]() | AddObjListMember(string,TIWCGJSonListClass,Boolean,Boolean,Boolean) | Represents method | ||
![]() | AddObjMember(string,TIWCGJSonClass,Boolean,Boolean,Boolean) | Represents method | ||
![]() | AddSimpleArrayMember(string,Boolean,Boolean,Boolean) | Represents method | ||
![]() | AddStringMember(string,string,Boolean,Boolean) | Represents method | ||
![]() | AddVariantMember(string,Variant,Boolean,Boolean) | Represents method | ||
![]() | AfterConstruction | Represents method | ||
![]() | Assign(TPersistent) | Represents method | ||
![]() | CheckJSonMember(Integer) | Represents method | ||
![]() | Close(Boolean) | Close the dialog. | ||
![]() | CloseIcon(boolean) | Show/Hide Close Icon | ||
![]() | ConvertEnumToString(string) | Represents method | ||
![]() | ConvertSetToString(string,TCGStringArray) | Represents method | ||
![]() | Disable | Disable the dialog. | ||
![]() | Enable | Enable the dialog. | ||
![]() | FreeJSonObj(Integer) | Overloaded. Represents method | ||
![]() | FreeJSonObj(string) | Overloaded. Represents method | ||
![]() | GetBooleanValue(Integer) | Represents method | ||
![]() | GetCGJSContainer | Represents method | ||
![]() | GetColorValue(Integer) | Represents method | ||
![]() | GetCurrencyValue(Integer) | Represents method | ||
![]() | GetCustomJq(string,ISuperObject) | Represents method | ||
![]() | GetDoubleValue(Integer) | Represents method | ||
![]() | GetDynObjListValue(Integer) | Represents method | ||
![]() | GetEnumAsString(Integer) | Represents method | ||
![]() | GetEnumerValue(Integer) | Represents method | ||
![]() | GetEnumSetValue(Integer,Pointer) | Represents method | ||
![]() | GetFixedScript(TIWCGJSonFunc,Boolean) | Represents method | ||
![]() | GetFuncValue(Integer) | Represents method | ||
![]() | GetHTMLName | Represents method | ||
![]() | GetImplComponent | Represents method | ||
![]() | GetIntegerValue(Integer) | Represents method | ||
![]() | GetIsStored | Represents method | ||
![]() | GetItemIndex | Represents method | ||
![]() | GetIWCLName | Represents method | ||
![]() | GetJSon | Represents method | ||
![]() | GetJSonByType(Boolean,Boolean) | Represents method | ||
![]() | GetJSonEx(Boolean,Boolean,TIWCGResponseMemberList,Boolean) | Represents method | ||
![]() | GetJSonTitleAlignCss | Represents method | ||
![]() | GetJSonValue(Integer) | Represents method | ||
![]() | GetJSonValueObj(Integer) | Represents method | ||
![]() | GetMemberJSon(TCGJSonMember,ISuperObject,Boolean,Boolean,string) | Represents method | ||
![]() | GetMemberSetterHandler(TObject,TCGJSonMember) | Represents method | ||
![]() | GetMemberSetterScriptParts(TIWCGResponseMemberList,TIWCGJScript) | Represents method | ||
![]() | GetMembersJSon(TIWCGResponseMemberList,Boolean,Boolean) | Represents method | ||
![]() | GetObjListValue(Integer) | Represents method | ||
![]() | GetObjValue(Integer) | Represents method | ||
![]() | GetOwner | Represents method | ||
![]() | GetPropName | Represents method | ||
![]() | GetSimpleArrayValue(Integer) | Represents method | ||
![]() | GetStringValue(Integer) | Represents method | ||
![]() | GetVariantValue(Integer) | Represents method | ||
![]() | InternalGetJSon(TEachPropJSonProc,Boolean,Boolean,Void,Boolean,Boolean,TIWCGResponseMemberList,Boolean) | Represents method | ||
![]() ![]() | IsArray | Represents method | ||
![]() | IsBooleanStored(Integer) | Represents method | ||
![]() | IsColorStored(Integer) | Represents method | ||
![]() | IsCurrencyStored(Integer) | Represents method | ||
![]() | IsDoubleStored(Integer) | Represents method | ||
![]() | IsEnumerStored(Integer) | Represents method | ||
![]() | IsEnumSetStored(Integer) | Represents method | ||
![]() | IsFuncStored(Integer) | Represents method | ||
![]() | IsIntegerStored(Integer) | Represents method | ||
![]() | IsJSonObjStored(string) | Represents method | ||
![]() | IsJSonStored(Integer) | Represents method | ||
![]() | IsObjStored(Integer) | Represents method | ||
![]() | IsStringStored(Integer) | Represents method | ||
![]() | IsVariantStored(Integer) | Represents method | ||
![]() | JsClose | Returns the JavaScript code to close dialog | ||
![]() | jsCloseIcon(boolean) | Show/Hide Javascript code | ||
![]() | jsDisable | Returns the JavaScript code to disable dialog | ||
![]() | jsEnable | Returns the JavaScript code to enable dialog | ||
![]() | jsIsOpen | Returns javasript code if isOpen. Returns true if the dialog is currently open. | ||
![]() | jsMoveToTop | Returns the JavaScript code to MoveToTop | ||
![]() ![]() | JSonEscape | Represents method | ||
![]() ![]() | JSonIdent | Represents method | ||
![]() ![]() | JSonNameQuote | Represents method | ||
![]() | jsOpen | Returns the JavaScript code to open | ||
![]() | jsWidget | Returns the .ui-dialog element. | ||
![]() | MoveToTop | Move the dialog to the top of the dialogs stack. | ||
![]() | Open(Boolean) | Open the dialog. | ||
![]() | ResetProps | Represents method | ||
![]() | SetBooleanValue(Integer,Boolean) | Represents method | ||
![]() | SetColorValue(Integer,TIWCGColor) | Represents method | ||
![]() | SetCurrencyValue(Integer,Currency) | Represents method | ||
![]() | SetDoubleValue(Integer,Double) | Represents method | ||
![]() | SetDynObjListValue(Integer,TIWCGJSonDynObjList) | Represents method | ||
![]() | SetEnumerValue(Integer,Byte) | Represents method | ||
![]() | SetEnumSetValue(Integer,Pointer) | Represents method | ||
![]() | SetFuncValue(Integer,TIWCGJSonFunc) | Represents method | ||
![]() | SetIntegerValue(Integer,Integer) | Represents method | ||
![]() | SetJSonValue(Integer,TCGJSon) | Represents method | ||
![]() | SetObjListValue(Integer,TIWCGJSonList) | Represents method | ||
![]() | SetObjValue(Integer,TIWCGJSon) | Represents method | ||
![]() | SetSimpleArrayValue(Integer,TIWCGJSonSimpleArray) | Represents method | ||
![]() | SetStringValue(Integer,string) | Represents method | ||
![]() | SetVariantValue(Integer,Variant) | Represents method | ||
![]() | StoreProperty(PPropInfo,TObject) | Represents method | ||
![]() | SupportsSetter(TObject,TCGJSonMember) | Represents method |