Last change
on this file was
500,
checked in by hendrikvanantwerpen, 11 years ago
|
- Indicate of refresh is due to load or due to save in _ObjectPage.
- _ComplexValueMixin & ListWidget? catch all change events and drops them
if still being created.
|
File size:
1.1 KB
|
Line | |
---|
1 | <form>
|
---|
2 | <div class="topBorder inheritBgColor bg dojoDndHandle">
|
---|
3 | <span class="title" data-dojo-attach-point="titleNode">Default title</span>
|
---|
4 | <span class="floatRight" data-dojo-attach-point="buttonsNode">
|
---|
5 | <button class="trans bg inheritBgColor" data-dojo-type="dijit/form/Button" data-dojo-attach-point="editButton" data-dojo-props="baseClass: 'rftBlockButton', iconClass: 'rftIcon rftIconEdit'">Edit</button>
|
---|
6 | <button class="trans bg inheritBgColor" data-dojo-type="dijit/form/Button" data-dojo-attach-point="foldButton" data-dojo-props="baseClass: 'rftBlockButton', showLabel: false, iconClass: 'rftIcon rftIconHalfArrowUp'">Fold</button>
|
---|
7 | <button class="trans bg inheritBgColor" data-dojo-type="dijit/form/Button" data-dojo-attach-point="removeButton" data-dojo-props="baseClass: 'rftBlockButton', showLabel: false, iconClass: 'rftIcon rftIconDelete'">Remove</button>
|
---|
8 | </span>
|
---|
9 | </div>
|
---|
10 |
|
---|
11 | <div class="surveyEditorPreviewItemInner" data-dojo-attach-point="innerNode">
|
---|
12 | <div class="surveyEditorPreviewItemContent" data-dojo-attach-point="containerNode">
|
---|
13 | </div>
|
---|
14 | </div>
|
---|
15 | </form>
|
---|
Note: See
TracBrowser
for help on using the repository browser.