Name

LzStyleSheet() (as2)

Synopsis

JavaScript: LzStyleSheet
Type: Function
Access: private
Runtimes: as2
Topic: LFC.Services
Declared in: WEB-INF/lps/lfc/services/platform/swf/LzStyleSheet.js

Description

This service represents a style sheet Source: http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html#StyleSheets-StyleSheet Introduced in DOM Level 2: interface StyleSheet { readonly attribute DOMString type; attribute boolean disabled; readonly attribute Node ownerNode; readonly attribute StyleSheet parentStyleSheet; readonly attribute DOMString href; readonly attribute DOMString title; readonly attribute MediaList media; };

Details

JavaScript Synopsis

private function LzStyleSheet(title, href, media, sstype);