karthick2014 / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Missing toolbar buttons #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. no steps
2.
3.

What is the expected output? What do you see instead?
in the project home page where there is a screenshot of the wysiwyg editor
and it has a good number of toolbar buttons, but when i actually put it up
on my page, it only has a limited set of buttons. the text align and list
buttons are missing on mine.

What version of the product are you using? On what operating system?
0.4, i just downloaded it Nov 5, 08

Please provide any additional information below.

Original issue reported on code.google.com by mastermi...@gmail.com on 5 Nov 2008 at 6:11

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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