ko/ui textbox element
This module inherits methods and properties from the module it extends.
Example
var textbox = require("ko/ui/textbox").create({width:200}); var panel = require("ko/ui/panel").create(); panel.addColumn(textbox); panel.open();
- Copyright:
-
- (c) 2017 ActiveState Software Inc.
- License:
-
- Mozilla Public License v. 2.0
Extends
Classes
Methods
-
require("ko/ui/textbox").create( [options])
-
Create a new textbox UI element
Parameters:
Name Type Argument Description options
object <optional>
An object containing attributes and options
Returns: