Lines Matching full:input

924        document.write(prefix + '&nbsp;&nbsp;<input type="text" size="2" id="' + col_id +  '">');
925 …document.write('&nbsp;<input type = "button" value="column" onclick="' + col_fn + '('+ col_id + '…
926 document.write('&nbsp;&nbsp;<input type="text" size="2" id="' + row_id + '">');
927 …document.write('&nbsp;<input type = "button" value="row" onclick="' + row_fn + '(' + row_id + ',' …
933 + "<input type='radio'checked value='left' id='" + m_id +"' name='" + m_id + "'>"
934 + "<input type='radio' value='center' id='" + m_id +"' name='" + m_id + "'>"
935 + "<input type='radio' value='right' id='" + m_id +"' name='" + m_id + "'>");
948 …document.write('Delete: &nbsp;&nbsp;&nbsp;&nbsp;<input type="text" size="2" id="' + col_id + '">'…
949 …document.write('&nbsp;<input type = "button" value="column" onclick="' + col_fn + '(this.form.'+ c…
950 document.write('&nbsp;&nbsp;<input type="text" size="2" id="' + row_id + '">');
951 …document.write('&nbsp;<input type = "button" value="row" onclick="' + row_fn + '(this.form.' + ro…
957 document.write('Reinsert: &nbsp;<input type="text" size="2" id="' + col_id + '">');
958 …document.write('&nbsp;<input type = "button" value="column" onclick="reinsertCol(' + tablenum + ",…
960 document.write('&nbsp;&nbsp;<input type="text" size="2" id="' + row_id + '">');
961 …document.write('&nbsp;<input type = "button" value="row" onclick="reinsertRow(' + tablenum + ",'"…
963 …document.write('&nbsp;&nbsp;&nbsp;&nbsp;Move To (optional): &nbsp;<input type="text" size="2" valu…
1016 …row_text += "</span><td><input type='checkbox' onclick='SelectColor("+ tablenum +"," + rownum +","…
1060 …row_text += "\n<td nowrap style='border: 1px solid;'><input type='radio' value='left' " + checked[…
1061 …row_text += "\n<input type='radio' value='center' " + checked['center'] + " onclick='setAlign("+ t…
1062 …row_text += "\n<input type='radio' value='right' " + checked['right'] + " onclick='setAlign("+ tab…
1094 …row_text += "<td nowrap style='border: 1px solid;'><input type='checkbox' onclick='setSize("+ tab…
1097 …row_text += "&nbsp;&nbsp;<input type='text' size='3' value='" + width + "' id='" + id + 'w' + "' >…
1098 …row_text += "<input type='button' onclick ='setSize("+ tablenum +"," + rownum +"," + i + ", \"widt…
1101 …row_text +="&nbsp;&nbsp;<input type='text' size = '1' value='" + colspan + "' id='" + id + 'c' + …
1102 …row_text +="<input type='button' onclick='setSize("+ tablenum +"," + rownum +"," + i + ", \"colspa…
1182 <li> Alignment positions are controlled by radio buttons: <input type="radio">