Query: css::dom::value
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CSS::DOM::Value(3pm) User Contributed Perl Documentation CSS::DOM::Value(3pm)NAMECSS::DOM::Value - CSSValue class for CSS::DOMVERSIONVersion 0.14SYNOPSIS# ...DESCRIPTIONThis module implements objects that represent CSS property values. It implements the DOM CSSValue interface. This class is used only for custom values (neither primitive values nor lists) and the special 'inherit' value.METHODSObject Methods cssText Returns a string representation of the attribute. Pass an argument to set it. cssValueType Returns one of the constants below. Constructor You probably don't need to call this, but here it is anyway: $val = new CSS::DOM::Value %arguments; The hash-style %arguments are as follows: type "CSS_INHERIT" or "CSS_CUSTOM" css A string of CSS code. This is only used when "TYPE" is "CSS_CUSTOM". owner The style object that owns this value; if this is omitted, then the value is read-only. The value object holds a weak reference to the owner. property The name of the CSS property to which this value belongs. "cssText" uses this to determine how to parse text passed to it.CONSTANTSThe following constants can be imported with "use CSS::DOM::Value ':all'". They represent the type of CSS value. CSS_INHERIT(0) CSS_PRIMITIVE_VALUE(1) CSS_VALUE_LIST(2) CSS_CUSTOM(3)SEE ALSOCSS::DOM CSS::DOM::Value::Primitive CSS::DOM::Value::List CSS::DOM::Style perl v5.10.1 2010-12-10 CSS::DOM::Value(3pm)
Related Man Pages |
---|
css::dom::interface(3pm) - debian |
css::dom::rule::media(3pm) - debian |
css::dom::value(3pm) - debian |
css::style(3pm) - debian |
mojo::dom::css(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Cobra 0.98.1 (Default branch) |
Sample Code: WikiSampleThemeWithCSS |
pisa 3.0.21 (Default branch) |
SED Newb - Range Rage! |
HTML down, CSS help, ahhhh |