inline form commands example is not working

inline form commands example is not working

jthomasjthomas Posts: 1Questions: 0Answers: 0
edited August 2012 in Editor
In Chrome I am getting Javascript errors looking at that example in the editor section. I think this is the example I need to complete what my client is looking for, but I am unsure until it works :)

http://editor.datatables.net/release/DataTables/extras/Editor/examples/inlineControls.html

Replies

  • allanallan Posts: 61,453Questions: 1Answers: 10,055 Site admin
    Hi,

    This is a bug in 1.2.0 - thanks for pointing it out. A fix will be included in 1.2.1, which will be released next week.

    The problem is that TableTools isn't loaded on that page, and although Editor should work just fine without TableTools, the bug is that there is a reference to TableTools, when out checking for its existence first.

    For the moment, if you look int he _constructor function, you'll find `var ttButtons = window.TableTools.BUTTONS;` . That, and the block below it should be enclosed by `if ( window.TabelTools )` .

    Regards,
    Allan
This discussion has been closed.