Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit

Started by Pintexx Support at 09-15-2005 10:21 . Topic has 0 replies.

Print Search
Sort Posts:    
   09-15-2005, 10:21
Pintexx Support is not online. Last active: 07.09.2010 08:40:43 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.841
How can I create links directly without using link dialog ?

For creating links directly per API please use editCreateLink method

//editCreateLink(url,target,title,inText,inMisc,inId,inTrail)

Sample if link text shall be created:
editor.editCreateLink("http://www.pintexx.com","_self","MyLink","Link to pintexx","style='color:red'","myid",false)

Sample if a text selection is available in editor:
editor.editCreateLink("http://www.pintexx.com")


   Report 
Pintexx Forum » Knowledge Base » pinEdit » How can I create links directly without using link dialog ?