Lines Matching full:input

42                         '<input id="pycode__src-url" type="text" disabled>' +
52 '<label><input id="pycode__opt-lns" type="checkbox">' +
56 '<input id="pycode__lns-from" type="text" disabled>' +
58 '<input id="pycode__lns-to" type="text" disabled>' +
62 '<label><input id="pycode__opt-def" type="checkbox">' +
66 '<input id="pycode__def" type="text" disabled>' +
70 '<label><input id="pycode__opt-cls" type="checkbox">' +
74 '<input id="pycode__cls" type="text" disabled>' +
82 '<label><input id="pycode__opt-nums" type="checkbox">' +
86 '<label><input type="radio" name="radio-nums" value="show" disabled>' +
88 '<label><input type="radio" name="radio-nums" value="hide" disabled>' +
97 '<label><input id="pycode__opt-title" type="checkbox">' +
101 '<input id="pycode__title" type="text" disabled>' +
109 '<label><input id="pycode__opt-docstr" type="checkbox">' +
113 … '<label><input type="radio" name="radio-docstr" value="show" disabled>' +
115 … '<label><input type="radio" name="radio-docstr" value="hide" disabled>' +
120 '<input type="submit" value="'+LANG.plugins.pycode.insert+'" id="pycode__insert">'
177 jQuery(".pycode__embed-lns input:text").prop("disabled", false);
235 jQuery(".pycode__code-nums input:radio")
273 jQuery(".pycode__code-docstr input:radio")
297 * Disable input objects belong to a given div.
302 jQuery(obj+" input:checkbox").prop("checked", false);
303 jQuery(obj+" input:radio").prop("disabled", true);
304 jQuery(obj+" input:text").prop("disabled", true);
313 jQuery(obj+" input:radio").css("outline", "2px solid #FCC");
314 jQuery(obj+" input:text").css("background-color", "#FCC");
323 jQuery(obj+" input:radio").css("outline", "");
324 jQuery(obj+" input:text").css("background-color", "");
428 if (jQuery(".pycode__code-nums input:radio:checked").val() == "show") {
431 else if (jQuery(".pycode__code-nums input:radio:checked").val() == "hide") {
448 if (jQuery(".pycode__code-docstr input:radio:checked").val() == "show") {
451 else if (jQuery(".pycode__code-docstr input:radio:checked").val() == "hide") {