custom ctrl.Attributes["onclick"]

  •  04-06-2006, 12:57 PM

    custom ctrl.Attributes["onclick"]

    Hi,

    how I can insert a TAG for a selected text example?

    I select the word "hello" and when doing click to the button appears:
    [hello]

    Tag star = "["
    Tag end = "]"

    ctrl.Attributes["onclick"]="CuteEditor_GetEditor(this). ???

    thks :)

View Complete Thread