Lines Matching full:onclick
207 * Creates a link with a specified onclick handler and content
208 * @param {String} onclick The onclick handler
211 function createLink(onclick, value) {
213 link.onclick = onclick;
220 * Creates a button with a specified onclick handler and content
221 * @param {String} onclick The onclick handler
224 function createButton(onclick, value) {
228 button.onclick = onclick;
599 this.nodeFileLink_.onclick = null;
601 this.controlShow_.onclick = null;
603 this.controlCancel_.onclick = null;
604 this.controlPause_.onclick = null;
605 this.controlResume_.onclick = null;
606 this.dangerDiscard_.onclick = null;
763 <a href="" onclick="setSearch(''); return false;">
776 <a id="clear-all" href="" onclick="clearAll();" i18n-content="clear_all">Clear All</a>