nubuilder 实现系统信息页功能

作者: 站长 上传时间: 浏览: N/A 下载: N/A 格式: N/A 评分: N/A

关键代码

 

function openNuObject() {

$('#nuMessageDiv').remove();
nuPopup('nuobject', '-1', window.nuFORM.getCurrent().form_id, '', 0);

}

if (nuSERVERRESPONSE.objects.length === 0 && window.global_access) {

var headings = '

' + nuTranslate('Information') + '

';
var message = nuTranslate('Currently there are no objects on this Form') + '. '+ nuTranslate('Start adding some') + '.';
nuMessage([headings, message]);

}

标签:

Leave a Comment