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

    1656 2018-06-21 《Tabris 中文文档》
    构建Tabris.js App Tabris.js利用Apache Cordova 构建和打包app。可以使用tabrisjs.com上的免费在线构建服务 构建app,不需要任何本地配置。要在本地机器上构建app ,你需要安装Xcode,Visual Studio或Android SDK等开发工具。 两种不同构建方式支持以下功能。 构建服务 ...
  • Switch

    1049 2018-06-21 《Tabris 中文文档》
    Switch Extends Widget A switch widget that can be toggled. Import this type with “const {Switch} = require('tabris'); ” Android iOS Properties checked Typ...
  • ScrollView

    735 2018-06-21 《Tabris 中文文档》
    ScrollView Extends Composite A composite that allows its content to overflow either vertically (default) or horizontally. Since the ScrollView does not compute its own size, th...
  • Picker

    754 2018-06-21 《Tabris 中文文档》
    Picker Extends Widget A widget with a drop-down list of items to choose from. Import this type with “const {Picker} = require('tabris'); ” Android iOS Prope...
  • ImageView

    657 2018-06-21 《Tabris 中文文档》
    ImageView Extends Widget A widget to display an image. Import this type with “const {ImageView} = require('tabris'); ” Properties image Type: Image The image to display...
  • AlertDialog

    594 2018-06-21 《Tabris 中文文档》
    AlertDialog(对话框) 继承自Popup 对话框 是一个原生对话弹出框,显示一个消息与最多三个按钮。关闭时会被自动释放。 使用“const {AlertDialog} = require('tabris'); ”引入该类。 属性 buttons Type: {ok?: string, cancel?: string, neutr...
  • Page

    599 2018-06-21 《Tabris 中文文档》
    Page Extends Composite A container representing a single page of a NavigationView widget. Import this type with “const {Page} = require('tabris'); ” Properties autoDispos...
  • StatusBar

    673 2018-06-21 《Tabris 中文文档》
    StatusBar Extends Widget The status bar is the area where notifications, status icons and device time are displayed. The singleton instance can be accessed via ui.statusBar . ...
  • TextView

    751 2018-06-21 《Tabris 中文文档》
    TextView Extends Widget A widget to display a text. For images, use ImageView. Import this type with “const {TextView} = require('tabris'); ” Android iOS Pr...
  • ActionSheet

    631 2018-06-21 《Tabris 中文文档》
    ActionSheet(操作列表) 继承自Popup 提供操作选择的弹出框。关闭时自动销毁。 通过“const {ActionSheet} = require('tabris'); ”引入该类 属性 actions |Type: {title: string, image?: Image, style?: ‘default’|‘cance...