Name Description Size
class-list-previewer.js This UI widget shows a textfield and a series of checkboxes in the rule-view. It is used to toggle classes on the current node selection, and add new classes. 9423
moz.build 340
registered-property-editor.js RegisteredPropertyEditor creates a list of TextPropertyEditors for a given CSS registered property propertyDefinition that can be rendered in the Rules view. @param {CssRuleView} ruleView The CssRuleView containg the document holding this rule editor. @param {Rule} rule The Rule object we're editing. 6050
rule-editor.js RuleEditor is responsible for the following: Owns a Rule object and creates a list of TextPropertyEditors for its TextProperties. Manages creation of new text properties. @param {CssRuleView} ruleView The CssRuleView containg the document holding this rule editor. @param {Rule} rule The Rule object we're editing. 34316
text-property-editor.js An actionable element is an element which on click triggers a specific action (e.g. shows a color tooltip, opens a link, …). 53053