Closed GoogleCodeExporter closed 8 years ago
u need to enable and disable the buttons you want/need
somthing like
$('#${textAreaId}').wysiwyg(
{
controls : {
cut : { visible : false},
copy : { visible : false},
paste : { visible : false},
etc. etc
Original comment by N.Hen...@gmail.com
on 7 Nov 2008 at 11:22
btw if you want to show the button you need to set visible : true instead of
false
Original comment by N.Hen...@gmail.com
on 7 Nov 2008 at 11:26
That's really cool, is there any documentation on all the parameters available
to
pass in? the code is surprisingly undocumented for such a usefull plugin, but i
take
it it's because its such an early release.
Original comment by mastermi...@gmail.com
on 7 Nov 2008 at 2:01
Would be great to have a little documentation, the plugin is great. I'm using
it on my own website.
Original comment by meridi...@gmail.com
on 7 Nov 2008 at 2:35
Making full documentation is in todo list. But I don't have the time to resolve
all
problems and have no experience on making documentation (also I not English
speaker).
Help would be appreciated.
Original comment by joksnet
on 10 Nov 2008 at 5:31
Sad that all the time would be taken to create such a great thing and not
provide any
documentation. Not much code comments either. tsk tsk tsk
Original comment by robertk...@gmail.com
on 20 Oct 2009 at 6:03
Original issue reported on code.google.com by
mastermi...@gmail.com
on 5 Nov 2008 at 6:11