Re: How to change HTML code generated by an action?

  •  04-13-2005, 9:41 AM

    Re: How to change HTML code generated by an action?

    Haderach :
     
    You could open CuteEditor.htc.commands.htm , find function ExecCommand_Insert(type)
     
    for the case "gallery":
     
    change the img's attributes after img.src=url;
     
    for example , img.setAttribute("border","0")
     
    Regards , Terry .
View Complete Thread