当前位置:Gxlcms >
数据库问题 >
2015/5/7 Access restriction: The type 'BASE64Encoder' is not API
2015/5/7 Access restriction: The type 'BASE64Encoder' is not API
时间:2021-07-01 10:21:17
帮助过:2人阅读
(){
if($("#useInternetUrlInput").prop("checked"
)){
$("#pageUrlTr"
).show();
$("#editorDiv"
).hide();
$(‘#pageUrl‘
).validatebox({
required: true,
validType: ‘url‘
});
$("#isUseInternetUrl").val("Y"
);
}else{
$("#pageUrlTr"
).hide();
$("#editorDiv"
).show();
$(‘#pageUrl‘
).validatebox({
required: false
});
$("#isUseInternetUrl").val("N"
);
}
});
2015/5/7 Access restriction: The type 'BASE64Encoder' is not API
标签: