Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
MooEditable.Table demo update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Mitchell authored and cheeaun committed Nov 15, 2009
1 parent 999e726 commit b75df9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demos/MooEditable/MooEditable.Table.html
Expand Up @@ -26,7 +26,7 @@
<script type="text/javascript">
window.addEvent('load', function(){
var mooeditable = $('textarea-1').mooEditable({
actions: 'bold italic underline strikethrough | tableadd tableedit tablerowadd tablerowedit tablerowspan tablerowdelete tablecoladd tablecoledit tablecolspan tablecoldelete | toggleview',
actions: 'bold italic underline strikethrough | tableadd tableedit tablerowadd tablerowedit tablerowspan tablerowsplit tablerowdelete tablecoladd tablecoledit tablecolspan tablecolsplit tablecoldelete | toggleview',
externalCSS: '../../Assets/MooEditable/Editable.css'
});

Expand Down

0 comments on commit b75df9f

Please sign in to comment.