This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| T3.Content.UI.PageTreeButton = T3.Content.UI.PopoverButton.extend({ | |
| popoverTitle: 'Page Tree', | |
| $popoverContent: $('<div class="extjs-container"><div class="t3-dd-newpage">New page</div><div id="pagetree"></div><div class="t3-dd-deletionzone" id="ext-gen68">Drop here to delete</div></div>'), | |
| _tree: null, | |
| onPopoverOpen: function() { | |
| if (this._tree) return; | |
| this.tree = $("#pagetree").dynatree({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HLLEFT = TEXT | |
| HLLEFT { | |
| data = DB:pages:3:title | |
| } | |
| TXLEFT = COA | |
| TXLEFT { | |
| 10 < styles.content.get | |
| 10.select.pidInList = 3 | |
| 10.stdWrap.stripHtml = 1 | |
| 10.stdWrap.crop = 100 | | 1 |
NewerOlder