Skip to content

comsmobiler/SwebUITutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWEBUITutorials

快速入门 - 环境搭建

服务端
  • 操作系统:windows 8.1及windows server 2012
  • 开发环境:.NET Framework 4.5及以上版本 ,.支持NET Core 3.0及以上版本
  • 开发工具:Visual Studio 2012及以上版本
  • 打开电脑上的浏览器,访问 https://www.swebui.com/download.html ,并选择Designer,下载并安装。

开发第一个示例应用

控件介绍

Smobiler继承结构

  • SwebControl【控件,有UI,可展示】
    • SwebBindableControl【所有可做数据绑定的控件基类
      • Button、Label、TextBox、Image...
    • SegmentedControl、WebView、MapTagView、Line...
    • SwebLayoutControl【布局控件基类
      • ListView、GridView...
      • SwebContainerControl【容器控件基类
        • Panel、TabPageView...
        • SwebParentControl【父控件基类
          • SwebForm【窗体】
          • SwebUserControl【用户控件】
        • SwebNativeContainerControl【插件容器控件基类
          • PercentageCircle

基础控件

名称 说明 名称 说明
Button 按钮控件 Label 文本控件
TextBox 输入框控件 CheckBox 单选控件
Swith 开关控件 Image 图像控件
FontIcon 图标控件 ZoomImage 缩放图像控件
Line 线条控件 Slider 滚动条控件
DatePicker 日期选择控件 Calendar 日历控件
Picker 元素选择控件 Progress 进度条控件
WebView 浏览器控件 MapTagView 地理位置标签控件
BarcodeView 条码控件

SwebContainerControl 容器控件

  • Panel
    • TouchablePanel
    • ScrollablePanel
  • TabPageView

SwebParentControl 父控件

SwebLayoutControl 模板控件

  • ListView
  • GridView
  • PageView

图表控件 Chart

名称 说明
Echart echart

About

SwebUI Tutorials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published