integration/js/edition.js
changeset 125 eb327c2595db
parent 124 271d3c41f007
child 134 0282cb8db314
equal deleted inserted replaced
124:271d3c41f007 125:eb327c2595db
  1125         updateFrame: updateWysiwigText
  1125         updateFrame: updateWysiwigText
  1126     };
  1126     };
  1127 
  1127 
  1128     function updateWysiwigText(text){
  1128     function updateWysiwigText(text){
  1129         disabledPreview();
  1129         disabledPreview();
  1130         currentAnnotation.content.markup = 'html';
  1130         currentAnnotation.content.markup = "html";
  1131         currentAnnotation.content.text = text;
  1131         currentAnnotation.content.text = text;
  1132         return text;
  1132         return text;
  1133     }
  1133     }
  1134 
  1134 
  1135     //slider
  1135     //slider