Where is the Add Link page?
Permalink
When you make a link, a popup opens a page with options for target, class, etc. Does anyone know what the name of that file is, and where it is located?
I'm looking for the Add Link PHP file (I'm assuming it's a PHP file) that contains the textbox for entering a link, drop downs for adding a class or target, etc.
I want to add some custom rel=" " options for using Shadowbox, like height and width, etc.
Screenshot attached.
I want to add some custom rel=" " options for using Shadowbox, like height and width, etc.
Screenshot attached.
i see.
it's located in concrete\elements.
the file name is 'editor_controls.php'.
more infos @ blocks\content\...
it's located in concrete\elements.
the file name is 'editor_controls.php'.
more infos @ blocks\content\...
/concrete/js/tiny_mce/themes/concrete/link.html
or it may be in tiny_mce_309 (or whatever the current version is.)
Keep in mind that if you modify that, it'll get hosed in your next upgrade..
or it may be in tiny_mce_309 (or whatever the current version is.)
Keep in mind that if you modify that, it'll get hosed in your next upgrade..
if so, just switch to html view and the path is shown in href="...".
regards