Home
last modified time | relevance | path

Searched refs:radio (Results 1 – 25 of 139) sorted by relevance

123456

/plugin/quizlib/
H A DREADME.md17 * radio buttons (exactly one correct answer)
21 …y with the zero-based indexes ('a0', 'a1', …) of the correct answers (for radio and checkbox). Ple…
23 …e "title" with the content of the question and an attribute "type" (text, radio, checkbox). The po…
33 …<question title="2. Your enemy's father..." type="radio">is a hamster|smells of elderberries</ques…
58 <li><label><input type="radio" name="q2" value="a"> is a hamster</label></li>
59 … <li><label><input type="radio" name="q2" value="b"> smells of elderberries</label></li>
/plugin/vbsso/views/
H A Dadmin.html2-1.tpl6 … <input type="radio" id="[[content-2]]" name="[[content-3]]" value="[[content-4]]" [[content-5]] />
8 …<input type="radio" id="[[content-8]]" name="[[content-9]]" value="[[content-10]]" [[content-11]] …
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc13 var radio, ckg_geshi_langopts = new Array();
135 type: 'radio',
142 radio = this.getValue();
153 type: 'radio',
160 radio = this.getValue();
/plugin/noticeboard/
H A Dsyntax.php183 …oard_show_time_future'>".$this->getLang('future')." </label> <input type='radio' value='1' id='not…
189 …iceboard_show_time_past'>".$this->getLang('past')." </label> <input type='radio' value='2' id='not…
194 …oticeboard_show_time_all'>".$this->getLang('all')." </label> <input type='radio' value='3' id='not…
/plugin/noticeboard/noticeboard/
H A Dsyntax.php183 …oard_show_time_future'>".$this->getLang('future')." </label> <input type='radio' value='1' id='not…
189 …iceboard_show_time_past'>".$this->getLang('past')." </label> <input type='radio' value='2' id='not…
194 …oticeboard_show_time_all'>".$this->getLang('all')." </label> <input type='radio' value='3' id='not…
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dtopcoat-desktop-light.css1972 input[type="radio"] {
1983 .radio-button {
2008 .radio-button:before,
2009 .radio-button:after {
2015 .radio-button:after {
2082 .radio-button,
2110 .radio-button:after,
2118 .radio-button:after,
2135 input[type="radio"]:disabled + .topcoat-radio-button__checkmark {
2193 input[type="radio"]:checked + .topcoat-radio-button__checkmark:after {
[all …]
/plugin/elasticsearch/
H A Dstyle.less34 input[type=checkbox], input[type=radio] {
/plugin/htmlokay/
H A Dscript.js180 function show_this(radio) { argument
182 var node_list = f[radio];
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc13 var radio, ckg_geshi_langopts = new Array();
134 type: 'radio',
141 radio = this.getValue();
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte202 type="radio"
208 type="radio"
221 type="radio"
/plugin/jmol2/jmol/
H A DJmol.js253 var radio = arrayOfRadioButtons[i];
254 type = typeof radio;
256 …Radio(radio[0], radio[1], radio[2], separatorHtml, groupName, (radio.length > 3 ? radio[3]: (id ? …
258 … t += _jmolRadio(radio, null, null, separatorHtml, groupName, (id ? id : groupName)+"_"+i, title);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}in…
/plugin/bureaucracy-au/
H A Dstyle.css72 .dokuwiki form.bureaucracyau__plugin label input[type=radio]~span {
/plugin/bureaucracyau/
H A Dstyle.css72 .dokuwiki form.bureaucracyau__plugin label input[type=radio]~span {
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
H A Dnote.js.unc12 type: 'radio',
/plugin/bureaucracy/
H A Dstyle.css72 .dokuwiki form.bureaucracy__plugin label input[type=radio]~span {
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css242 input[type=radio] {
243 display: -radio;
H A Dpdf.fpdf.php1281 $radio =& new PDFFieldRadio($this,
1286 $field->add_field($radio);
1289 $this->_pages[count($this->_pages)-1]->add_annotation($radio);
H A DChangeLog633 * Fixed: radio buttons were rendered incorrectly in PNG output
1078 * Fixed: check/radio buttons having empty "value" attribute were
1084 * Fixed: a filled circle is drawn inside the radio buttons instead
1227 * Added support for radio form fields (FPDF)
/plugin/diagramsnet/lib/mxgraph/css/
H A Dcommon.css71 td.mxWindowPane input, td.mxWindowPane select, td.mxWindowPane textarea, td.mxWindowPane radio {
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc80 type: 'radio',
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1 …o the Server",image:"Image",flash:"Flash",form:"Form",checkbox:"Checkbox",radio:"Radio Button",tex… property in CKEDITOR.lang.en.common
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css399 input[type=radio],
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md119 - `WebDriverCheckboxes` and `WebDriverRadios` helper classes to simplify interaction with checkboxes and radio buttons.
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1192 $radio =& new PDFFieldRadio($this,
1197 $field->add_field($radio);
1200 $this->_pages[count($this->_pages)-1]->add_annotation($radio);

123456