|
|
pinEdit
Started by galastur at 07-12-2010 12:57 . Topic has 1 replies.
 
 
|
|
Sort Posts:
|
|
|
|
07-12-2010, 12:57
|
galastur
Joined on 06-01-2010
Posts 2
|
|
|
Hi,
I am using external toolbars with pinEdit and I would like to know how to "re-display" (put it back to the same position it was) the cursor in the editor after clicking a button in the toolbar. Also, how do I put the cursor in the editor after loading the editor?
Thanks
|
|
|
|
|
Report
|
|
|
|
07-14-2010, 11:27
|
Pintexx Support
Joined on 08-30-2005
Posts 1.910
|
|
|
Hello,
there is no native method for this.
You can try using the editor.document object to access DOM.
Save the current Range object and reselect this range after.
You can use AutoFocus property or use editor.focus.
Regards,
Hans-Peter
|
|
|
|
|
Report
|
|
|
|
|
Pintexx Forum » Developer Produ... » pinEdit » Re: set cursor in editor
|
|
|
|