PHP Classes

File: modules/system/assets/ui/docs/input-preset.md

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/assets/ui/docs/input-preset.md   Download  
File: modules/system/assets/ui/docs/input-preset.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 265 bytes
 

Contents

Class file image Download

Input Preset API

Scripts that manage user input events.

Example

<input type="text" id="presetExample1" placeholder="Type something" />
<input type="text"
    data-input-preset="#presetExample1"
    placeholder="Watch here"
    disabled />