home *** CD-ROM | disk | FTP | other *** search
Wrap
<Component name="Button" caption="Button" type="Simple" icon="Button.ico" xmlns="x-schema:Component.xsd" templateType="block" designType="img" beginningImage="Icons\ButtonBeginning.gif" endingImage="Icons\ButtonEnding.gif" editDialog="Dialogs\Page\ChangeTheme.html" editable="False" dataBound="False" hasDataSource="False"> <Events> <Event name="OnClick" caption="On Click" description="Occurs when form's button has been clicked, before calling its handler. Record operations occur after this event."/> <Event name="BeforeShow" caption="Before Show" description="Occurs before showing page component or control."/> <Event name="OnLoad" caption="On Load" type="Client"/> <Event name="OnClick" caption="On Click" type="Client"/> </Events> <Properties> <Property name="name" caption="Name" description="Identifier name used in generated code and HTML template." controlType="TextBox" dataType="Name" required="True" /> <Property name="operation" caption="Operation" description="Operation performed when button is clicked." controlType="ComboBox" dataType="Text" listSource="CCActionsList" /> <Property name="returnPage" caption="Return Page" description="Target page to redirect to after execution of server operation." controlType="TextBox" dataType="Text" customDialog="True" dialogPath="/Dialogs/Page/SelectPage.html" dialogParameters="returnPage" /> <Property name="removeParameters" caption="Remove Parameters" description="Semicolon-separated list of parameters is removed from return page hyperlink." controlType="TextBox" dataType="Text" required="False" /> <Property name="urlType" caption="Convert URL To" description="Specify if the URL should be converted to different format." controlType="ComboBox" dataType="Text" default="Relative" listSource="URLType" fromListOnly="True" required="True" /> <Property name="isDefault" caption="Default Button" description="Pressing the Enter Key is equivalent to clicking this button." dataType="Boolean" controlType="ComboBox" listSource="BooleanValues" fromListOnly="True" default="False" required="False" /> <Property name="enableValidation" caption="Enable Validation" description="Enable Validation when button is clicked." dataType="Boolean" controlType="ComboBox" listSource="BooleanValues" fromListOnly="True" default="True" required="True" /> </Properties> </Component>