search¶

class webix.ui.search(data)¶
Arguments:
  • data (object) – A configuration object

Search view.

References¶

views
text().
helpers
protoUI().

External references¶

Official documentation page.

Code¶

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
webix.protoUI({
    name:"search",
    $skin:function(){
        this.defaults.inputPadding = webix.skin.$active.inputPadding;
    },
    on_click:{
        "webix_input_icon":function(e){
            return this.callEvent("onSearchIconClick", [e]);
        }
    },
    defaults:{
        type:"text",
        icon:"search"
    }
}, webix.ui.text);

Related Topics

  • Documentation overview
    • Views
      • Previous: scrollview
      • Next: segmented

Table Of Contents

  • Proxy object
  • Components
  • Views
    • accordion
    • accordionitem
    • align
    • baselayout
    • baseview
    • button
    • calendar
    • carousel
    • chart
    • checkbox
    • colorboard
    • colorpicker
    • combo
    • context
    • contextmenu
    • counter
    • datatable
    • dataview
    • datepicker
    • fieldset
    • form
    • grouplist
    • headerlayout
    • htmlform
    • icon
    • iframe
    • label
    • layout
    • list
    • menu
    • multiview
    • NonGPL
    • popup
    • property
    • proto
    • radio
    • resizearea
    • resizer
    • richselect
    • scrollview
    • search
    • segmented
    • select
    • sidemenu
    • slider
    • spacer
    • submenu
    • suggest
    • tabbar
    • tabview
    • template
    • text
    • textarea
    • toggle
    • toolbar
    • tooltip
    • tree
    • treetable
    • unitlist
    • uploader
    • video
    • view
    • vscroll
    • window
  • Helpers
  • Mixins

This Page

  • Show Source

Quick search

©2016, Arstecnica. | Powered by Sphinx 1.5.2 & Alabaster 0.7.9 | Page source