|
|
|
@ -91,6 +91,10 @@
|
|
|
|
|
return this.instance.getContent(); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
getContentHeight: function () { |
|
|
|
|
return this.instance.getContentHeight(); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
getInstance: function () { |
|
|
|
|
return this.instance; |
|
|
|
|
}, |
|
|
|
@ -300,6 +304,10 @@
|
|
|
|
|
return this.content; |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
getContentHeight: function () { |
|
|
|
|
return this.elm.element.height(); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
setContent: function (e) { |
|
|
|
|
this.content = e; |
|
|
|
|
this.ne.fireEvent("set"); |
|
|
|
|