quimera-solutions / php-ext

Automatically exported from code.google.com/p/php-ext
Other
1 stars 0 forks source link

Undeclared constants #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Error using ext-formpanel.inc.php

What is the expected output? What do you see instead?
I got an error message when using this class.

What version of the product are you using? On what operating system?
phpext-full-0.8.1.zip on Windows XP, Apache/2.0.53, PHP 5.1.6

Please provide any additional information below.
These two constants are not declared:
EXT_FORM_LABEL_HALIGN_LEFT
EXT_FORM_LABEL_HALIGN_CENTER

Original issue reported on code.google.com by donald.l...@gmail.com on 8 Apr 2008 at 11:09

GoogleCodeExporter commented 9 years ago
fixed in 0.8.2.  They are now defined in FormPanel as:
LABEL_ALIGN_LEFT
LABEL_ALIGN_RIGHT
LABEL_ALIGN_TOP
See API Docs for more info.

Original comment by sergeiw on 14 Apr 2008 at 9:39