Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
QButtonBase properties
  • Loading branch information
Marcos Sánchez authored and mikeho committed Oct 15, 2010
1 parent 7af8275 commit 09802ca
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions includes/qcodo/_core/qform/QButtonBase.class.php
@@ -1,9 +1,12 @@
<?php
// This class will render an HTML Button.
// * "Text" is used to display the button's text.
// * "PrimaryButton" is a boolean to specify whether or not the button is
// 'primary' (e.g. makes this button a "Submit" form element rather than a "Button" form element)

/**
* This class will render an HTML Button.
* @property string $Text is used to display the button's text.
* @property boolean $PrimaryButton is a boolean to specify whether or not
* the button is 'primary' (e.g. makes this button a "Submit" form element
* rather than a "Button" form element)
* @property boolean HtmlEntities
*/
abstract class QButtonBase extends QActionControl {
///////////////////////////
// Private Member Variables
Expand Down

0 comments on commit 09802ca

Please sign in to comment.