...
Code Block | ||||
---|---|---|---|---|
| ||||
var myTextBox = getObj("TextBox1"); //get the textbox object reference applyDesignPropertyapplyProperty(myTextBox, "field type", "date field"); |
...
Code Block | ||||
---|---|---|---|---|
| ||||
var myTextBox = getObj("TextBox1"); //get the textbox object reference applyDesignPropertyapplyProperty(myTextBox, "field type", "date field"); |