书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 59 个相关结果.
  • Canvas

    691 2018-06-21 《Tabris 中文文档》
    Canvas Extends Composite Canvas is a widget that can be used to draw graphics using a canvas context . Import this type with “const {Canvas} = require('tabris'); ” Example:...
  • SearchAction

    604 2018-06-21 《Tabris 中文文档》
    SearchAction Extends Action An action that displays a search text field with dynamic proposals when selected. Add a listener on select to implement the action. On input, you ma...
  • W3C兼容

    1024 2018-06-21 《Tabris 中文文档》
    W3C APIs Tabris实现了流行的W3C标准的一个子集。除了为Web开发人员提供熟悉的API之外,还可以使用为浏览器环境开发的库。 window对象 在JavaScript中总是有一个表示全局作用域的对象。所有全局变量都是此对象的成员。在Web浏览器中,该对象在Tabris.js中被命名为window 。 例如,tabris对象可以通过ta...
  • Drawer

    648 2018-06-21 《Tabris 中文文档》
    Drawer Extends Composite A drawer that can be swiped in from the left edge of the screen. There’s only a single instance that can be accessed via tabris.ui.drawer . The drawer ...
  • RadioButton

    1419 2018-06-21 《Tabris 中文文档》
    RadioButton Extends Widget A radio button. Selecting a radio button de-selects all its siblings (i.e. all radio buttons within the same parent). Import this type with “const {...
  • ToggleButton

    575 2018-06-21 《Tabris 中文文档》
    ToggleButton Extends Widget A push button that “snaps in”, i.e. it is selected when pressed and deselected when pressed again. Import this type with “const {ToggleButton} = re...
  • CheckBox

    1311 2018-06-21 《Tabris 中文文档》
    CheckBox Extends Widget A check box widget. Import this type with “const {CheckBox} = require('tabris'); ” Android iOS Properties checked Type: boolean, d...
  • fs

    590 2018-06-21 《Tabris 中文文档》
    fs Extends NativeObject The fs object provides methods to read and write files. All methods are asynchronous and return a promise. Import this object with “const {fs} = requi...
  • Action

    722 2018-06-21 《Tabris 中文文档》
    Action Extends Widget An executable item that is integrated in the application’s navigation menu. Add a listener on select to implement the action. Import this type with “cons...
  • NavigationBar

    724 2018-06-21 《Tabris 中文文档》
    NavigationBar Extends Widget The navigation bar is the onscreen area where Back, Home and similar buttons are displayed. The singleton instance can be accessed via ui.navigatio...