0

I don't know for this question is possible.

I want to add CKEditor when input text in textfield same this :

enter image description here

KemChat
  • 151
  • 3
  • 11
  • 1
    Can you give some more detail? Do you want to use the editor in a browser in a desktop app? Or embedded in an LC server script? – splash21 May 07 '14 at 09:10
  • @splash21 I want to use the editor in a desktop app.Same app "Rapid Weaver" Thank you – KemChat May 07 '14 at 09:13

1 Answers1

0

This is not possible with ckEditor.

But there is a Library available called "FieldTrip" which provides a RichTextEditor feature for Livecode Fields

With the library you can create an editor toolbar.

The command

 ftSetToolbar "font4s/size2 biu colors supersub ;align strikebox lists spacing borders move", "2,10,5", (390,15,"topcenter")

for example would create the following toolbar

enter image description here

Find some information about it here

Matthias Rebbe
  • 116
  • 1
  • 7