Can Advanced and Events tabs be removed from Link and Image dialog boxes?

Added by D M 6 months ago

Hi!

I want to know if there are any options (I couldn't find anything in the docs or looking through the source so far) so that we can remove the "advanced" and "events" tabs from appearing for the Link and Image dialog boxes.

Thanks!
D


Replies (2)

RE: Can Advanced and Events tabs be removed from Link and Image dialog boxes? - Added by D M 6 months ago

Ok thanks. Great script by the way! Very nice functionality!

Anyway, I found a workaround that is good given my implementation of elrte. In case this helps anyone else, I just used CSS to hide the (advanced) ui tabs in those dialog boxes:

.ui-tabs-nav {
  display:none;
}

This does mean all of the dialog box tabs will not appear, but in my implementation, that's fine because I want to keep things very simple for the user. This works perfectly for me.

(1-2/2)