Inputs
Table of Contents
Namespaces
- Conditions
- DI
- Rules
Interfaces
- MultipleInput
- Interface for multiform input support
Classes
- Input
- Library for work with Html form - core input class
- InputArea
- Input textarea
- InputCheck
- Input checkbox
- InputCode
- Input TEXT without HTML
- InputColor
- Color picker
- InputComment
- Dummy input for comments inside form
- InputComplete
- Input autocomplete (jqueryUI), require SEARCH url (JSON data)
- InputDate
- Input date
- InputDateTime
- Input datetime
- InputDrag
- Allows drag and drop in table
- InputEncrypt
- Encrypt data in database for sensitive information
- InputFile
- For InputFile - bound inputs_ PATH, EXT, SIZE must be after FILE - inserting data into inputs -> it would not be reflected when writing to database
File extension is always converted to lower case
- InputForeign
- Input value is in other form
- InputHtml
- Input with TinyMCE editor
- InputImage
- MODE; HEIGHT/WIDTH -STD,MIN,MAX,CUT(100%); RATIO, QUALITY, COLOR, TYPE (jpg,gif,png)
copy,resize,crop,fill
- InputKey
- Autoincrement key column
- InputKeyParent
- Input for parents key
- InputMail
- Input e-mail
- InputNumber
- Input Number
- InputPass
- Input password encryption with option for salt
- InputPosition
- Changeable numeric position in table
- InputRadio
- Input Radio
- InputRadioSingle
- One input Radio for whole multiform
- InputSelect
- Input Select
- InputSelectGroups
- Input Select with groups
- InputSet
- Input checkbox group - set in database
- InputTel
- Input Phone number
- InputText
- Input TEXT without HTML
- InputTime
- Input Time
- InputTree
- Input for tree structure
- InputUrl
- Input URL