Home
last modified time | relevance | path

Searched refs:attr (Results 51 – 75 of 722) sorted by path

12345678910>>...29

/plugin/bez/
H A Dscript.js55 initToolbar($header, $textarea.attr('id'), tb);
/plugin/bez/scripts/
H A Dtask.js67 $input.attr('title', errorMessage);
107 content += '<div>'+$this.get(0).outerHTML+' '+$this.attr('title')+'</div>';
154 .attr( "title", "" )
184 .attr( "tabIndex", -1 )
185 .attr( "title", LANG.plugins.bez.combobox_show_all_items )
253 .attr( "title", value + " " + LANG.plugins.bez.combobox_did_not_match )
257 this.input.tooltip( "close" ).attr( "title", "" );
H A Dthread.js30 $cause_type_div.find("input").attr("disabled", "disabled");
37 $comment_type_input.attr("disabled", "disabled");
168 content += '<div>'+$this.get(0).outerHTML+' '+$this.attr('title')+'</div>';
211 .attr( "title", "" )
241 .attr( "tabIndex", -1 )
242 .attr( "title", LANG.plugins.bez.combobox_show_all_items )
310 .attr( "title", value + " " + LANG.plugins.bez.combobox_did_not_match )
314 this.input.tooltip( "close" ).attr( "title", "" );
/plugin/bibtex4dw/
H A Dscript.js28 .attr('id', popup_id)
/plugin/blockquote/syntax/
H A Dblockquote.php87 $attr = '';
91 $attr = $wrap->buildAttributes($data, $pluginClass);
93 $attr = 'class="'.$pluginClass.'"';
96 $renderer->doc .= '<blockquote '.$attr.'>';
H A Dcite.php81 $attr = '';
85 $attr = $wrap->buildAttributes($data, $pluginClass);
87 $attr = 'class="'.$pluginClass.'"';
90 $renderer->doc .= '<cite '.$attr.'>';
H A Dq.php83 $attr = '';
87 $attr = $wrap->buildAttributes($data, $pluginClass);
89 $attr = 'class="'.$pluginClass.'"';
92 $renderer->doc .= '<q '.$attr.'>';
/plugin/blogtng/action/
H A Dedit.php200 $checkbox->attr('checked', 'checked');
250 ->val($YY)->attr('maxlength', 4);
253 ->val($MM)->attr('maxlength', 2);
256 ->val($DD)->attr('maxlength', 2);
259 ->val($hh)->attr('maxlength', 2);
262 ->val($mm)->attr('maxlength', 2);
/plugin/blogtng/helper/
H A Dcomments.php507 ->attr('rows','6') //previous form added automatically also: cols="80" rows="10">
/plugin/bookcreator/
H A Dscript.js225 // .attr('title', text)
235 .attr('title', text).trigger('blur');
247 .attr('title', text).trigger('blur')
448 pageid = $li.attr('id').substr(4);
468 let pageid = ui.item.attr('id').substr(4),
504 pageid = ui.item.attr('id').substr(4),
/plugin/bookcreator/script/
H A Dnspicker.js47 .attr('id', 'bc__nspicker')
/plugin/bookcreator/syntax/
H A Dbookmanager.php212 ->attr('type', 'submit');
227 ->attr('type', 'submit');
269 $form->addButton('exportselection', $this->getLang('create'))->attr('type', 'submit');
288 $form->addButton('saveselection', $this->getLang('save'))->attr('type', 'submit');
/plugin/bootswrapper/exe/
H A Dpopup.js76 if (jQuery(this).attr('id') === 'btn-insert') {
/plugin/bootswrapper/
H A Dscript.js63 $nav.find('li').attr('role', 'presentation');
92 $nav.find('a').attr('data-toggle', 'tab').attr('role', 'tab');
155 $btn_link.attr('data-toggle', 'collapse');
156 $btn_link.attr('data-target', '#' + value);
160 $btn_link.attr('data-toggle', 'modal');
161 $btn_link.attr('data-target', '#' + value);
173 $btn_link.attr('role', 'button');
257 $accordion.attr('id', accordion_id);
276 $carousel.attr('id', carousel_id);
293 $carousel.find('.carousel-control').attr('href', '#' + carousel_id);
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-shared.css222 content: attr(data-placeholder);
/plugin/bpmnioeditor/
H A Dscript.js18 window.bpmn[index]['name'] = getQuery($bpmn.attr('href'), 'media');
134 url:$bpmn.attr('href'),
179 url:$bpmn.attr('href'),
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js2809 attr(rect, {
10835 attr.name, '=', attr.value, 'on', element,
16545 if (attr) {
16561 if (attr) {
16966 attr(rect, {
25716 attr(rect1, {
25727 attr(rect2, {
28172 attr(hit, {
28211 attr(hit, {
30382 attr(gfx, {
[all …]
/plugin/bugzillaint/
H A Dscript.js92 .attr('href', master.attr('bugzilla_baseurl') + '/show_bug.cgi?id=' + bug.id);
137 e.attr('title', 'assigned to ' + bug.assigned_to);
150 …e.attr('href', master.attr('bugzilla_baseurl') + '/describecomponents.cgi?product=' + encodeURICom…
151 e.attr('title', 'Product: ' + bug.product);
158 e.attr('title', 'Component: ' + bug.component);
176 e.attr('title', 'deadline: ' + bug.deadline);
182 e.attr('title', 'priority: ' + bug.priority);
188 e.attr('title', 'severity: ' + bug.severity);
211 ….attr('href', master.attr('bugzilla_baseurl') + '/showdependencytree.cgi?hide_resolved=0&id=' + bu…
286 var red = master.attr('severity_threshold_red');
[all …]
/plugin/bureaucracy-au/helper/
H A Dfielddate.php18 $attr = array(
23 $attr['required'] = 'required';
24 $attr['class'] .= ' required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldfile.php28 $attr = array();
30 $attr['required'] = 'required';
33 $this->tpl = form_makeFileField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldpassword.php19 $attr = array();
21 $attr['required'] = 'required';
23 … $this->tpl = form_makePasswordField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldsubmit.php43 $attr = array();
45 $attr['id'] = $this->opt['id'];
47 … $this->tpl = form_makeButton('submit','', '@@DISPLAY|' . $this->getLang('submit') . '@@', $attr);
H A Dfieldtextbox.php21 $attr = array();
23 $attr['required'] = 'required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldtime.php18 $attr = array(
23 $attr['required'] = 'required';
24 $attr['class'] .= ' required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfielduser.php52 $attr = $matches[2];
60 switch($attr) {
63 return $udata[$attr];

12345678910>>...29