Lines Matching +full:check +full:- +full:attr
33 $btn.attr('title', label).attr('aria-controls', 'wiki__text');
35 $btn.attr('title', label + ' ['+key.toUpperCase()+']')
36 .attr('accessKey', key);
41 $btn.attr('id', id);
42 $ico.attr('id', id+'_ico');
49 $ico.attr('src', icon);
50 $ico.attr('alt', '');
51 $ico.attr('width', 16);
52 $ico.attr('height', 16);
82 $picker.attr('id', id).css('position', 'absolute');
86 .addClass('pickerbutton').attr('title', title)
87 .attr('aria-controls', edid)
99 // associative array -> treat as text => image pairs
104 .attr('src', item)
105 .attr('alt', '')
109 // a list of text -> treat as text picker
112 // a list of lists -> treat it as subtoolbar
140 * @return {string} picker id for aria-controls attribute
141 * @author Gabriel Birke <birke@d-scribe.de>
171 // Check whether there is a headline in the given string
174 if (lasthl !== -1) {
182 return 7 - s.match(/^={2,6}/)[0].length;
234 if($edit_text.attr('readOnly')) {
301 * Checks if a summary was entered - if not the style is changed