Wed April 24 2024
Learn  |  Reference  |  Code Base  |  Solutions  |  Freelancing  |  Tips & Tricks  |  Downloads  |  Reviews  |  Affiliate  |  Make a Donation  |  Home
Ajax Dojo Date TextBox
In this section, you will learn about the dojo inline DateTextBox and how to create a inline DateTextBox and how to make its editable.

The following code is the InlineEditBox that edits date of dijit.form.DateTextBox save it automatically. The inner textarea tag is the Textarea widget. When a user run this code then they see the paragraph of rich text. If user clicks the text, the plain text appears in paragraph. If you want to change the value then click the date text and select the appears date.

The InlineEditBox has methods get/setDisplayedValue, inline. The following code shows the DateTextBox that makes inline in HTML.

Download the Code Here