Hello, i'm using CKEditor in my application developed using OutSystems. Now i want so specify the height of the textBox associated to CKEditor, i know this shoub be specified in configration file. But where i can find this configuration file in OutSystems platform ?
Thanks in advance,
t0ze
Wed, 03/03/2010 - 16:53
#1
Re: Specify height using CKEditor 3.0.1 in OutSystems
Hi t0ze,
The configuration file and CKEditor's code are actually wrapped in the OutSystems component's resources. You may change these files yourself or just run a CKEditor API function after the rendering of the dialog. This function can be found at http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#resize Here's a sample usage: