Advanced HTML Editor 3 Support Product Page

Answered

List of methods of Editor object

Asked 13 Jun 2011 18:08:28
1
has this question
13 Jun 2011 18:08:28 Sebastian Wesolowski posted:
Is there a list available of all methods exposed by Editor object for jQuery? I'm planning to implement custom plugins, and our own translation (Polish).

Replies

Replied 14 Jun 2011 09:55:50
14 Jun 2011 09:55:50 Teodor Kuduschiev replied:
Hello Sebastian,

It is very easy to translate the editor into your language: For windows XP Go to

QuoteC:\Documents and Settings\<username>\Application Data\Adobe\Dreamweaver CSx\<language>\Configuration\Shared\DMXzone\Advanced HTML Editor 3\Includes\dmxEditor\translations


For Vista and 7 go to:

QuoteC:\Users\<username>\AppData\Roaming\Adobe\Dreamweaver CSx\<language>\Configuration\Shared\DMXzone\Advanced HTML Editor 3\Includes\dmxEditor\translations



Then open the en.js file and in the second column write the translated words/phrases. Then change the first line from:

$.dmxEditor.locales.en = $.extend($.dmxEditor.locales.en || {}, {

to

$.dmxEditor.locales.pl = $.extend($.dmxEditor.locales.pl || {}, {

And save your file in the same folder as: pl.js

Then, add the editor to your page and choose any language then go to code view. Change the code from:


"locale": "en"
to
"locale": "pl"



Reply to this topic