- Posts: 5
- Thank you received: 0
Change width of iframe ?
- pclg
- Topic Author
- Offline
- New Member
Less
More
12 years 11 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
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
Please Log in or Create an account to join the conversation.
- andrea_4g
- Offline
- Administrator
Less
More
- Posts: 1122
- Thank you received: 163
12 years 11 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
'Edit tags' link, after tags:
file components/com_customproperties/helper.php, line 187
Cptags button, under editor:
file plugins/editors-xtd/cptags.php, line 103
Code:
$button->set('options', "{handler: 'iframe', size: {x: 570, y: 400}}");
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.
- pclg
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
12 years 11 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...
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.158 seconds