回覆列表
  • 1 # 使用者9937787127551

    設定jquery easyui中下拉框不可編輯的方法:

    EasyUI常用控制元件禁用方法:

    1.validatebox可以用的用法:前兩種適用於單個的validatebox;

    第三種應用於整個form裡面的輸入框;

    .$("#id").attr("readonly", true);

    $("#id").removeAttr("readonly");

    .$("#id").attr("readonly", "readonly");

    $("#id").removeAttr("readonly");

    .$("#Form :input").attr("readonly", "readonly"); //對form裡面的禁用

    .$("input").attr("readonly", "readonly"); //對所有的input標籤禁用

    2.combobox禁用啟用用法:

    .$("#id").combobox({ disabled: true });

    $("#id").combobox({ disabled: false});

    .$("#id").attr("readonly", "readonly"); //對單個禁用 $("#id").removeAttr("readonly");

    .$("#fm .easyui-combobox").combobox({ disabled: true }); //對form裡面的下拉框禁用

    .$("#ID").combobox("disable"); ------ $("#ID").combobox("enable");

    3.datebox與datetimebox禁用啟用方法:

    .$("#fm .easyui-datebox").datebox({ disabled: true });

    $("#fm .easyui-datebox").datebox({ disabled: false});

    .$("#id").attr("readonly", "readonly");

    $("#id").removeAttr("readonly");

    .$("#fm .easyui-datetimebox").datetimebox({ disabled: true });

    4.combogrid禁用啟用方法:

    .$("#FPayApplySupAccountID").combogrid("disable"); $("#FPayApplySupAccountID").combogrid("enable");

    5.lable標籤ID附加文字:

    .$("#id").text("標題:"); //此方法可以遮蔽掉lable標籤內的文字

  • 中秋節和大豐收的關聯?
  • 理論上真的能有或者創造出讓人類至少死亡一半以上的病毒嗎?