Skip to content

Commit

Permalink
Add readonly binding to AjaxDatePicker. Also added missing otherTagSt…
Browse files Browse the repository at this point in the history
…ring to the api file.
  • Loading branch information
spelletier committed Jan 11, 2016
1 parent 28501c5 commit 42abb11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Frameworks/Ajax/Ajax/Components/AjaxDatePicker.api
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@
<binding name="locale"/>
<binding name="startDay"/>
<binding defaults="Boolean" name="showYearControls"/>
<binding name="otherTagString"/>
<binding name="readonly"/>
</wo>
</wodefinitions>
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ DateInput : WOTextField {
maxlength = ^maxlength;
name = ^name;
disabled = ^disabled;
readonly = ^readonly;
onfocus = onFocusScript;
onclick = onClickScript;
otherTagString = ^otherTagString;
Expand Down

0 comments on commit 42abb11

Please sign in to comment.