How to trigger InsertTable with draggable grid?

  •  09-01-2007, 2:07 PM

    How to trigger InsertTable with draggable grid?

    Adam,
     
    When I call InsertTable from a custom command, something like this:
     
    cuteEditor1.ExecCommand(cmd,false,val);
     
    where cmd is "InsertTable", CE goes right to the table wizard. However, if I click the Insert Table button on the CE toolbar, it first displays a grid that I can drag the number of rows and columns I need.
     
    How can I trigger Insert Table from a custom command so that it displays the draggable grid, instead of going right to the Table Wizard?
     
    FredD
View Complete Thread