<!-- Textfield . Standard --> <input type="text" name="name" value="value" />
// Scan textfields basekit.components.textfields.scan(scope);
// Initialize textfields basekit.components.textfields.initialize(scope);
// Create textfield basekit.components.textfields.create(type,id,name,value,title,options,callback);
// Update textfield basekit.components.textfields.update(scope,type,id,name,value,title,options);
// Set scope var scope= $('input').not('input[type="radio"], input[type="checkbox"]'); // Reset textfields basekit.components.textfields.reset(scope);
// Set scope var scope= $('input').not('input[type="radio"], input[type="checkbox"]'); // Validate textfields basekit.components.textfields.validate(scope);
// Set scope var scope= $('input').not('input[type="radio"], input[type="checkbox"]'); // Persist textfields basekit.components.textfields.persist(scope);
// Set scope var scope= $('input').not('input[type="radio"], input[type="checkbox"]'); // Lock textfield basekit.components.textfields.lock(scope);
// Set scope var scope= $('input').not('input[type="radio"], input[type="checkbox"]'); // Unlock textfield basekit.components.textfields.unlock(scope);
// Set scope var scope= $('input').not('input[type="radio"], input[type="checkbox"]'); // Disable textfields basekit.components.textfields.disable(scope);
// Set scope var scope= $('input').not('input[type="radio"], input[type="checkbox"]'); // Enable textfields basekit.components.textfields.enable(scope);
// Set scope var scope= $('input').not('input[type="radio"], input[type="checkbox"]'); // Normalize textfields basekit.components.textfields.normalize(scope);
tiny
small
default
medium
large
huge
active
readonly
disabled
editable
mandatory
valid
invalid
transparent
transparent light
xs-tiny
xs-small
xs-default
xs-medium
xs-large
xs-huge
sm-huge
sm-small
sm-default
sm-medium
sm-large
md-tiny
md-small
md-default
md-medium
md-large
md-huge
lg-tiny
lg-small
lg-default
lg-medium
lg-large
lg-huge