steveg Posted November 22, 2013 Share Posted November 22, 2013 Hi all, New guy here. I have created a website design using HTML and CSS and then converted it to work with ProcessWire. Seems pretty straight forward so far. However, I have noticed that the TinyMCE implementation is somewhat limited in regards to the options available when editing fields like Body. My users will not be happy with that, so I'm looking at adding a few more buttons. I had a look at the TinyMCE website and so far have added just a few buttons, eg. cut, copy, paste, indent, etc. But I have been unable to work out how to add more advanced functionality like Table support. Could someone please tell me how to add this? Thanks, Steve Link to comment Share on other sites More sharing options...
adrian Posted November 22, 2013 Share Posted November 22, 2013 Hi Steve and welcome to PW. What you are looking for is the "TinyMCE Advanced Configuration Options" set of options on the Input tab of the field you are trying to set up (eg. body). You'll need to add "table" to the plugins field and then "tablecontrols" in one of the theme_advanced_buttons fields. Let us know how you make out with it. 2 Link to comment Share on other sites More sharing options...
steveg Posted November 23, 2013 Author Share Posted November 23, 2013 Perfect. Thanks Adrian. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now