|
@@ -83,6 +83,9 @@ KeyWordDialog.AppendNode = function(dialogObj,value){
|
|
$(this).children("lable").children("font").text(i+1);
|
|
$(this).children("lable").children("font").text(i+1);
|
|
});
|
|
});
|
|
});
|
|
});
|
|
|
|
+ if(typeof(value) == "undefined" || value == ""){
|
|
|
|
+ obj.find("[type='text']").focus()
|
|
|
|
+ }
|
|
}
|
|
}
|
|
//信息范围
|
|
//信息范围
|
|
function ScopeDialog(type,clickLi){
|
|
function ScopeDialog(type,clickLi){
|