Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
javascript
javascript
var myTextBox = getObj("TextBox1");     //get the textbox object reference

applyDesignPropertyapplyProperty(myTextBox, "field type", "date field");