gabriel

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • in reply to: afterSubmit HowTo #82371
    gabriel
    Participant

    is there something wrong with doing it this way?

    afterSubmit: function(t) { handle_register(t); },

    function handle(t)
    {
    var data = t.responseText.split(“|”);
    //Give either the success or error message.
    if(data[0] == “0”)
    {
    alert(data[1]); //testng

    }
    else
    {
    alert(data[1]); //testing

    }
    }

    in reply to: Dynamically populate editortype select (json) #82369
    gabriel
    Participant

    hey john, did you get a chance to complete a sample for this?

    in reply to: editoptions with array #82368
    gabriel
    Participant

    do you have a example of doing this using the xml user data option?

    in reply to: IE7 Heading Display Problems #82365
    gabriel
    Participant

    I’m having the same issue, has anybody come up with a possible fix?

Viewing 4 replies - 1 through 4 (of 4 total)

Stay connected with us in your favorite flavor!