Changeset 15140
- Timestamp:
- 09/05/08 03:13:17 (10 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/InlineEditBox.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/InlineEditBox.js
r14803 r15140 79 79 // The text that gets displayed when there is no value (so that the user has a place to click to edit) 80 80 noValueIndicator: "<span style='font-family: wingdings; text-decoration: underline;'> ✍ </span>", 81 82 constructor: function(){ 83 this.editorParams = {}; 84 }, 81 85 82 86 postMixInProperties: function(){