move backgroundtext element class to html folder
This commit is contained in:
parent
ec49e80dea
commit
7f10ac6aa3
@ -20,7 +20,7 @@ require_once 'HTML/QuickForm2/Element/InputText.php';
|
|||||||
* @license http://opensource.org/licenses/bsd-license.php New BSD License
|
* @license http://opensource.org/licenses/bsd-license.php New BSD License
|
||||||
* @link http://pear.php.net/package/HTML_QuickForm2
|
* @link http://pear.php.net/package/HTML_QuickForm2
|
||||||
*/
|
*/
|
||||||
class SemanticScuttle_QuickForm2_Element_BackgroundText
|
class HTML_QuickForm2_Element_BackgroundText
|
||||||
extends HTML_QuickForm2_Element_InputText
|
extends HTML_QuickForm2_Element_InputText
|
||||||
{
|
{
|
||||||
/**
|
/**
|
@ -29,12 +29,12 @@ if (!$GLOBALS['enableRegistration']) {
|
|||||||
|
|
||||||
require_once 'HTML/QuickForm2.php';
|
require_once 'HTML/QuickForm2.php';
|
||||||
require_once 'HTML/QuickForm2/Renderer.php';
|
require_once 'HTML/QuickForm2/Renderer.php';
|
||||||
require_once 'SemanticScuttle/QuickForm2/Element/BackgroundText.php';
|
require_once 'HTML/QuickForm2/Element/BackgroundText.php';
|
||||||
require_once 'SemanticScuttle/QuickForm2/Rule/ICallback.php';
|
require_once 'SemanticScuttle/QuickForm2/Rule/ICallback.php';
|
||||||
|
|
||||||
HTML_QuickForm2_Factory::registerElement(
|
HTML_QuickForm2_Factory::registerElement(
|
||||||
'backgroundtext',
|
'backgroundtext',
|
||||||
'SemanticScuttle_QuickForm2_Element_BackgroundText'
|
'HTML_QuickForm2_Element_BackgroundText'
|
||||||
);
|
);
|
||||||
HTML_QuickForm2_Factory::registerRule(
|
HTML_QuickForm2_Factory::registerRule(
|
||||||
'icallback',
|
'icallback',
|
||||||
|
Loading…
Reference in New Issue
Block a user