You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot read property 'Constructor' of undefined at natestrauser_x-editable-bootstrap.js?hash=7e0b900…:4736 at natestrauser_x-editable-bootstrap.js?hash=7e0b900…:4948 at natestrauser_x-editable-bootstrap.js?hash=7e0b900…:17237
#42
Open
neutron92 opened this issue
Feb 16, 2017
· 4 comments
<p id="textArea" class="editable" data-type="textarea" data-placeholder="Enter text" data-emptytext="Click to enter text" data-rows="4">{{textAreaContent}}</p>
and on onRendered
$('#textArea.editable').editable({
success: function(response, newValue) {
<do something with newValue - usually a collection.update call>
}});
i have this error
Uncaught TypeError: Cannot read property 'Constructor' of undefined
at natestrauser_x-editable-bootstrap.js?hash=7e0b900…:4736
at natestrauser_x-editable-bootstrap.js?hash=7e0b900…:4948
at natestrauser_x-editable-bootstrap.js?hash=7e0b900…:17237
The text was updated successfully, but these errors were encountered:
Uncaught Error: null not found. Have you included corresponding js file?
at Popup.splitOptions (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:1022)
at Popup.init (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:952)
at Popup (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:933)
at HTMLSpanElement.<anonymous> (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:1351)
at Function.each (printer.js:170)
at jQuery.fn.init.each (printer.js:170)
at jQuery.fn.init.$.fn.editableContainer (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:1343)
at Editable.show (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:1822)
at Editable.toggle (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:1853)
at Editable.<anonymous> (natestrauser_x-editable-bootstrap.js?hash=7e0b900…:1576)
i did the same example
i have this error
The text was updated successfully, but these errors were encountered: