- Messaggi: 5
- Ringraziamenti ricevuti 0
Change width of iframe ?
- pclg
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
12 Anni 11 Mesi fa #328
da pclg
Change width of iframe ? è stato creato da 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
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
12 Anni 11 Mesi fa #330
da andrea_4g
Risposta da andrea_4g al 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}}";
Si prega Accesso o Crea un account a partecipare alla conversazione.
- pclg
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
- Messaggi: 5
- Ringraziamenti ricevuti 0
12 Anni 11 Mesi fa #343
da pclg
Risposta da pclg al 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...
Si prega Accesso o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.159 secondi