Releases: BlackCrowned/OPLib
Releases · BlackCrowned/OPLib
v1.7-beta2.0
Basic Custom Overlay functionality
Overlays(selector): Function to create overlays
v1.7-beta1.0
.Form(data, options) released
v1.6 .Form(data, options) veröffentlicht
.Form(data): Minor Improvements
- Improvements
- Bug Fixes
- Merge more than two arrays: merge(arr1, arr2, ...)
.Form(data, options): Added Defaults
- Improvements
- Bug Fixes
.Form(data): Added new Functions and many improvements
Closed Issue #25
Options available:
- id
- html +
.FormHtml(id, html) - type +
.FormType(id, type)-- Input-Element only - fieldset
- label
- after +
.FormAfter(id, after) - before +
.FormBefore(id, before) - first +
.FormFirst(id) - last +
.FormLast(id) - br
- attr +
.FormAttr(id, attr) - events +
.FormEvents(id, events) - actions +
.FormActions(id, actions) - state +
.FormState(id, state)
.Form(data): Added new Functions and many improvements
Options available:
- id
- html +
.FormHtml(id, html) - type +
.FormType(id, type)-- Input-Element only - fieldset
- label
- after
- before
- first
- last
- br
- attr +
.FormAttr(id, attr) - events +
.FormEvents(id, events) - actions +
.FormActions(id, actions) - state +
.FormState(id, state)
ID.getUniqueRandomId(): Added function to create random unique ids
v1.5.2.1 ID.getUniqueRandomId: Funktion für Random Unique Ids hinzugefügt
ID.getUniqueId(): Added function to create unique ids
v1.5.2 ID: Funktionen für Unique Ids hinzugefügt
.Form(data): Added option to add new lines
v1.6-beta2.1 .Form(data): Funktion zum einfügen neuer Zeilen hinzugefügt