Home | History | Annotate | Download | only in front-end

Lines Matching refs:styleText

1913     applyStyleText: function(styleText, updateInterface)
1917 styleText = styleText.replace(/\s/g, " ").trim(); // Replace   with whitespace.
1918 var styleTextLength = styleText.length;
1954 if (styleText.length && !/;\s*$/.test(styleText))
1955 styleText += ";";
1956 this.property.setText(styleText, updateInterface, callback.bind(this));