Closed GoogleCodeExporter closed 8 years ago
There are a few things wrong in this example. Did you get a chance to read the
tutorial on the worksheet? If not I would just ask that you start there.
http://code.google.com/p/jmesa/wiki/WorksheetTutorialV3
http://code.google.com/p/jmesa/wiki/WorksheetAddRemoveValidateRowsV3
Then aside from that, if you want to include your own preferences file you only
have to have the properties in there that you want to overwrite. So in your
case the only property that you need to have to enable the add row feature is
this:
html.toolbar.addWorksheetRow.enabled=true
For your toolbar you need to extend the abstract toolbar and add the items you
want.
http://code.google.com/p/jmesa/wiki/CustomToolbarTutorial
But in your case you really only need to add that property unless you have some
other reason for a custom toolbar.
So, see if this helps and let me know if you still have questions.
-Jeff Johnston
Original comment by jeff.johnston.mn@gmail.com
on 3 Feb 2011 at 7:47
Original comment by jeff.johnston.mn@gmail.com
on 9 Mar 2011 at 7:26
Original issue reported on code.google.com by
mikel.ma...@gmail.com
on 3 Feb 2011 at 11:29