Hello MrChad,
Im stuck with the instructions:
In 1st post says fine 2 of the following code
/**
* Insert Link
*/
But I can see 4 of them
Which ones do I need to add the code above?
Thanks for any help
Code:
/**
* Insert Link
*/
this.createlink = function(e, url)
{
return this.apply_format('createlink', is_ie, (typeof url == 'undefined' ? true : url));
};
Code:
/**
* Insert Link
*/
this._createlink = this.createlink;
this.createlink = function(e, url
Code:
/**
* Insert Link
*/
this._createlink = this.createlink;
this.createlink = function(e, url)
{
if (typeof url == 'undefined'
Code:
/**
* Insert Link
*/
this.createlink = function(e, url)
{
this.prompt_link('url', url, vbphrase['enter_link_url'], 'http://');