Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
1845af7f 04/01/2015 08:35 PM Sjon Hortensius

Input - better chaining plus added setPattern, IpAddress - chaining fix

5fd8513d 03/29/2015 12:41 PM Sjon Hortensius

replace Input->column methods with generic Element plus fixes

Form.class - fix adding offset to submit button
Checkbox - add class to column, not input. Fix displayAsRadio return
Element - no longer abstract, used as a generic element in Input

fixes #43, refs #37

1192840b 03/28/2015 02:33 PM Sjon Hortensius

refactor attributes from Input to Element to make it a bit more generic

  • replaced Input::setAttribute with explicit setReadonly/setDisabled
  • introduced Input::toggles

fixes #37, refs #21

df3b00ba 03/28/2015 12:20 PM Sjon Hortensius

Merge branch 'form-element' of https://github.com/psophis/pfsense into psophis-form-element

214a9c33 03/28/2015 12:07 PM Sjon Hortensius

Proof of concept for Form_IpAddress that shows a mask-selector too

refs #23

8a197e58 03/22/2015 08:09 PM Thane Gill

Move attribute to Form_Element

- Removes redundant code
- Adds the ability to remove attributes
- Can now add attributes to Form
- getHtmlAttribute() returns all attributes including class

Conflicts:
usr/local/www/classes/Form/Button.class.php
usr/local/www/classes/Form/Select.class.php

a8a4a7e3 03/22/2015 04:55 PM Sjon Hortensius

Select - fix selected for multiple (again), correct order in js

7818caff 03/22/2015 12:41 PM Sjon Hortensius

Button - fix title when not <a>, Input - no need for tempvar

d9575672 03/22/2015 12:40 PM Sjon Hortensius

Add copyright headers to Form classes

0c843a9c 03/15/2015 08:47 PM Sjon Hortensius

Minor fixes in forms, introduce Textarea

Button - make sure we correctly escape link & text
Select - with multiple selected values; look at keys instead of values
StaticText - switch Input::__construct args
Textarea - introduce

View revisions

Also available in: Atom