Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1318 |
alexandre_ |
1 |
<form class="inlineEditBox" style="display: none" dojoAttachPoint="form" dojoAttachEvent="onSubmit:saveEdit; onReset:cancelEdit; onKeyUp: checkForValueChange;">
|
|
|
2 |
<input type="text" dojoAttachPoint="text" style="display: none;" />
|
|
|
3 |
<textarea dojoAttachPoint="textarea" style="display: none;"></textarea>
|
|
|
4 |
<input type="submit" value="Save" dojoAttachPoint="submitButton" />
|
|
|
5 |
<input type="reset" value="Cancel" dojoAttachPoint="cancelButton" />
|
|
|
6 |
</form>
|