BUG-13317 SOLVED La sección de edición de DynaForms en la ruta: 'DESIGNER', dblclick en algún un proceso,elegir la opción DYNAFORMS, realizar la edición de algún DynaForms mediante la opción 'Edit', los tabs: PrevieW, XML, HTML, Fileds handler, JavaScripts, Properties, Condition editor, en algún instante de uso se bloquean y no pueden cargar el contenido respectivo.
This commit is contained in:
@@ -384,7 +384,11 @@ var dynaformEditor={
|
|||||||
saveHtmlCode:function()
|
saveHtmlCode:function()
|
||||||
{
|
{
|
||||||
//var htmlCode = getField("HTML");
|
//var htmlCode = getField("HTML");
|
||||||
var response = this.ajax.set_htmlcode(this.A, tinyMCE.activeEditor.getContent());
|
var response = null;
|
||||||
|
try {
|
||||||
|
response = this.ajax.set_htmlcode(this.A, tinyMCE.activeEditor.getContent());
|
||||||
|
} catch (e) {
|
||||||
|
}
|
||||||
|
|
||||||
if (response) {
|
if (response) {
|
||||||
if (typeof(response["*message"]) != 'undefined') {
|
if (typeof(response["*message"]) != 'undefined') {
|
||||||
|
|||||||
Reference in New Issue
Block a user