Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/js/application/projects/WorkboardHeaderTemplate.js
| Show All 13 Lines | properties: { | ||||
| template: null, | template: null, | ||||
| order: null, | order: null, | ||||
| vector: null, | vector: null, | ||||
| editProperties: null | editProperties: null | ||||
| }, | }, | ||||
| members: { | members: { | ||||
| _headerKey: null, | _headerKey: null, | ||||
| _html: null, | |||||
| getHeaderKey: function() { | getHeaderKey: function() { | ||||
| return this._headerKey; | return this._headerKey; | ||||
| }, | |||||
| setNodeHTMLTemplate: function(html) { | |||||
| this._html = html; | |||||
| return this; | |||||
| }, | |||||
| newNode: function() { | |||||
| return JX.$H(this._html).getFragment().firstChild; | |||||
| } | } | ||||
| } | } | ||||
| }); | }); | ||||