Change width of iframe ?

More
12 years 4 months ago #328 by pclg
Change width of iframe ? was created by pclg
Hello,
I desperately searching how to change the width of the iframe who allows to add and edit Tags on a article in the backend of joomla. Because I have 4 colums and I need it only in one row. You can see the problem in attachments.

Thanks
Attachments:

Please Log in or Create an account to join the conversation.

More
12 years 4 months ago #330 by andrea_4g
Replied by andrea_4g on topic Re: Change width of iframe ?
The links that open the iframe you are referring to are actually two:
Cptags button, under editor:
file plugins/editors-xtd/cptags.php, line 103
Code:
$button->set('options', "{handler: 'iframe', size: {x: 570, y: 400}}");
'Edit tags' link, after tags:
file components/com_customproperties/helper.php, line 187
Code:
$rel = "{handler: 'iframe', size: {x: 570, y: 400}}";

Please Log in or Create an account to join the conversation.

More
12 years 4 months ago #343 by pclg
Replied by pclg on topic Re: Change width of iframe ?
Thank you !
I had found the first in Components, but I did not thought to search in plugins...

Please Log in or Create an account to join the conversation.

Time to create page: 0.130 seconds