PEAR_PackageFileManager_Frontend_Web
[ class tree: PEAR_PackageFileManager_Frontend_Web ] [ index: PEAR_PackageFileManager_Frontend_Web ] [ all elements ]

Class: ActionDisplay

Source Location: /PEAR_PackageFileManager_Frontend_Web-0.6.0/Frontend/Web/Default.php

Class Overview

HTML_QuickForm_Action_Display
   |
   --ActionDisplay

Default display driver that used the basic QF renderer.


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005-2006 Laurent Laville

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 25]
Default display driver that used the basic QF renderer.


[ Top ]


Class Variables

$css =

[line 34]

Style sheet for the custom layout
  • Since: 0.6.0
  • Access: public

Type:   string


[ Top ]



Method Detail

ActionDisplay (Constructor)   [line 43]

ActionDisplay ActionDisplay( [string $css = null])

class constructor
  • Since: 0.6.0
  • Access: public

Parameters:

string   $css   —  custom stylesheet to apply, or default if not set

[ Top ]

getStyleSheet   [line 158]

string getStyleSheet( [bool $content = true])

Returns the custom style sheet to use for layout
  • Since: 0.6.0
  • Access: public

Parameters:

bool   $content   —  (optional) Either return css filename or string contents

[ Top ]

setStyleSheet   [line 176]

bool setStyleSheet( [string $css = null])

Set the custom style sheet to use your own styles
  • Return: true if custom styles, false if default styles applied
  • Since: 0.6.0
  • Access: public

Parameters:

string   $css   —  (optional) File to read user-defined styles from

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:43:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.