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

    510 2018-06-21 《Tabris 中文文档》
    Tab Extends Composite A container representing a single tab of a TabFolder widget. Import this type with “const {Tab} = require('tabris'); ” Properties badge iOS Type: s...
  • app

    1004 2018-06-21 《Tabris 中文文档》
    Tabris.js开发者app 通过Tabris.js 2开发者app可以查看一些Tabris.js示例,并可以方便地开发移动app而不必执行构建操作。只需通过以下链接,就可以在app store中免费使用Tabris.js 2开发者app,或在移动设备的应用商店中搜索“Tabris.js”。 尝试示例 Tabris.js示例是一系列小型...
  • TextInput

    804 2018-06-21 《Tabris 中文文档》
    TextInput Extends Widget A widget that allows to enter text. Import this type with “const {TextInput} = require('tabris'); ” Android iOS Properties alignm...
  • WebView

    639 2018-06-21 《Tabris 中文文档》
    WebView Extends Widget A widget that can display a web page. Since this widget requires a lot of resources it’s recommended to have no more than one instance at a time. Import...
  • Video

    731 2018-06-21 《Tabris 中文文档》
    Video Extends Widget A widget that plays a video from an URL. Import this type with “const {Video} = require('tabris'); ” Android iOS Methods pause() Paus...
  • TabFolder

    605 2018-06-21 《Tabris 中文文档》
    TabFolder Extends Composite A widget that can switch between tabs . Only children of type Tab are supported. Since the TabFolder does not compute its own size, the width and h...
  • device

    609 2018-06-21 《Tabris 中文文档》
    device 继承自NativeObject 提供应用运行设备的信息。 通过“const {device} = require('tabris'); ”引入该对象 示例: let lang = device . language ; device . on ( "orientationChanged" , ({ value :...
  • Timer(计时器)

    567 2018-06-21 《Tabris 中文文档》
    Timer(计时器) 该API可以在全局命名空间中使用。不需要明确地导入。 方法 clearInterval(id) 参数: id: any setInterval返回的ID。取消与给定ID关联的定时器的运行。当给定无效的ID时,什么都不会发生。 clearTimeout(id) 参数: id: any setTimeou...
  • ES6,TypeScript 和 JSX

    1100 2018-06-21 《Tabris 中文文档》
    EcmaScript 6,TypeScript 和 JSX EcmaScript 6 Tabris.js 2支持所有ES5和大多数ES6 / ES7(又名ES2015 / ES2016)特性,并且无需像Babel这样的编译器。包括: Arrow functions Classes const Default parameters (除了i...
  • Custom Widgets - iOS

    765 2018-06-21 《Tabris 中文文档》
    Custom Widgets on iOS A Tabris.js widget consists of a JavaScript API and a native client side implementation. This document describes how to create the native implementation fo...