MCPcopy Index your code
hub / github.com/retspen/webvirtcloud / applyStyles

Function applyStyles

static/js/ext-textarea.js:232–236  ·  view source on GitHub ↗
(elm, styles)

Source from the content-addressed store, hash-verified

230};
231
232function applyStyles(elm, styles) {
233 for (var style in styles) {
234 elm.style[style] = styles[style];
235 }
236}
237
238function setupContainer(element, getValue) {
239 if (element.type != 'textarea') {

Callers 1

ext-textarea.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected