This is the live example, I have tried. Its working on add question etc but didn't worked on change of expression.
I want to trigger this function on change expression.
Codecreator.saveSurveyFunc = function (saveNo, callback) {
alert(JSON.stringify(creator.text))
callback(saveNo, true);
}
this is in relation to Question T13002. sorry we posted a new question.
the change of expression is not triggering saveSurveyFunc. only add is triggering the save func.