TAU UI Studio

授权协议 未知
开发语言 JavaScript
所属分类 Web应用开发、 网页开发工具
软件类型 开源软件
地区 不详
投 递 者 姜钧
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

TAU UI Studio 是一个 Web 应用设计工具,不只是静态网站,同时包括创建一个完整的基于 HTML5 和 CSS3 的移动 web 网站,主要特性:

  • 所见即所得的设计编辑器
    You can design a web application without CSS knowledge.
  • 支持 CSS3
    You don't have to taking care of vendor prefixe like -webkit or -moz. You can utilize power of CSS3 with intuitive UI.
  • 实时同步编辑器
    All editing work in HTML source, design view and css source will be synchronied in real time.
  • 可扩展
    A variety of extension points for supporting UI framework and Components.
  • Eclipse Platform
    You can use diverse eclipse plugins with TAU UI Studio.
  •     用了taro之后,发现taro有自己的一套UI库,就是taro UI 可在用taro创建的项目下安装taro UI npm install taro-ui 然后在app.js中全局引入 import 'taro-ui/dist/style/index.scss' 在我开发的时候,有这样的疑问,taro-ui是scss,自己的是less,可以吗? 答案是可以的,直接引入就好了 然后在开发的页

  • 布局管理器 布局可以嵌套,布局里面可以写一堆布局和View 1.线性布局(LinearLayout) 默认靠左靠上 最常用属性: ​ android:id(标识) android:layout_margin(外边距) ​ android:layout_width(宽度) android:layout_padding(内边距) ​ android:layout_height(高度) android:

  • 文本类组件 文本框<TextView> 设置基本属性 语句 android:[ ] [ ]中内容 属性值 描述 text 字符串 指定文本内容 textColor 颜色 设置文本颜色 textSize 数值 设置文本中文字大小 width 数值 指定文本框宽度 height 数值 指定文本框高度 hint 字符串 文本框内文本内容为空时,显示提示文本 singleLine boolean 指定是否

  • 在代码中控制 UI 界面可以分为以下 3 个关键步骤。  1)创建布局管理器,例如,帧布局管理器、表格布局管理器、线性布局管理器、相对布局 管理器和网格布局管理器等,并且设置布局管理器的属性。例如,为布局管理器设置背景图片等。  2)创建具体的组件,例如, TextView、 ImageView、 EditText 和 Button 等任何 Android 提供 的组件,并且设置组件的布局和属性。

相关阅读

相关文章

相关问答

相关文档