Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  Form
Form.class.php 2.94 KB
Modal.class.php 1.51 KB
autoload.inc.php 381 Bytes

Latest revisions

# Date Author Comment
e42fcbd0 01/22/2016 10:17 AM NOYB NOYB

Adding {} to if statement.

cba2816e 01/22/2016 08:02 AM NOYB NOYB

Form Group - Empty Title GetText

Don't call gettext with an empty title.

There are undoubtedly other places that a check should be done before passing a variable only to a gettext call.

Fixes use case of form group class without a title from passing empty var to gettext....

a5a983ae 01/19/2016 12:42 AM Pi Ba

classes/Form/Textarea.class.php, setNoWrap, make it work properly on FireFox and Chromium

c8a5dfce 01/18/2016 01:41 AM Jim Pingle

Put this htmlspecialchars back, I found a better workaround for the inconsistent handling of checkboxes in packages.

d8a88826 01/17/2016 01:09 PM Sjon Hortensius

Fix inconsistencies in Form_Input

renamed get_type to getType
fix capitalisation in getTagName

17c7c906 01/16/2016 06:31 PM Jim Pingle

Don't run the checkbox label through htmlspecialchars, it breaks several packages.

ba14d86f 01/16/2016 03:45 PM Jim Pingle

Don't automatically run strings that are too long through gettext here.

e418b7b6 01/06/2016 09:18 PM Stephen Beaver

Change method name to setIsRequired() to match other similar methods

7bf36694 01/06/2016 04:32 PM Stephen Beaver

Added new method setRequired() (shortcut for setAttribute("required", true) )

cf7a4f09 01/05/2016 12:57 PM NOYB NOYB

HTML Compliance - Form Button - HRef

The name attribute is obsolete. Consider putting an id attribute on the nearest container instead.
The <a> name attribute is not supported in HTML5. Use the id attribute instead.

View revisions

Also available in: Atom