Developer forum

Forum » Development » link in editor pop up window

link in editor pop up window


Reply
in an editor link when i choose target pop up window features i want the input field of width and height to be by default 600X800 is this possible? so every time i open target pop up  the width and the height to have a default value. is this possible by changing the fck_link.html

Replies

 
Reply
Yes, it looks like you can accomplish that by changing fck_link.html:

<table cellspacing="0" cellpadding="0" border="0">
    <tr>
        <td nowrap="nowrap"><span fckLang="DlgLnkPopWidth">Width</span></td>
        <td>&nbsp;<input id="txtPopupWidth" type="text" maxlength="4" size="4" value="800" /></td>
    </tr>
    <tr>
        <td nowrap="nowrap"><span fckLang="DlgLnkPopHeight">Height</span></td>
        <td>&nbsp;<input id="txtPopupHeight" type="text" maxlength="4" size="4" value="600" /></td>
    </tr>
</table>

Do keep in mind that this change will be overwritten with a new version of Dynamicweb.

 - Lasse
 
Reply
thanks! i think for the moment its fine!!

 

You must be logged in to post in the forum