Home | History | Annotate | Download | only in flot

Lines Matching refs:nodeValue

160           // el.getContext().setWidth_(attrs.width.nodeValue);
161 el.style.width = attrs.width.nodeValue + 'px';
167 // el.getContext().setHeight_(attrs.height.nodeValue);
168 el.style.height = attrs.height.nodeValue + 'px';
184 el.style.width = el.attributes.width.nodeValue + 'px';
190 el.style.height = el.attributes.height.nodeValue + 'px';