'addPageRule()' Syntax, Parameters and Note : addPageRule « Javascript Methods « JavaScript Reference

Home
JavaScript Reference
1.Event Handlers Reference
2.Javascript Collections
3.Javascript Methods
4.Javascript Objects
5.Javascript Properties
JavaScript DHTML
JavaScript Tutorial
Javascript Open Source
JavaScript Reference » Javascript Methods » addPageRule 
'addPageRule()' Syntax, Parameters and Note

Note:

Adds a new @page rule to a styleSheet object.
    
Syntax:
    
document.styleSheets[index].addPageRule(param1, param2, param3)


Parameters:
    param1   Required; the style selector.
    param2   Required; the style declaration.
    param3   Optional; the index of the @page rule. 
             If the index is omitted, the @page rule is added to the end.

    

      
      
Related examples in the same category
1.'addPageRule()' is applied to
java2s.com  |  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.