- Building UIs with Wijmo
- Yuguang Zhang
- 143字
- 2021-08-06 17:01:50
Summary
By this point, you should have the most recent version of Wijmo set up for development. If not, the source code for all the examples in this book are available at https://github.com/yuguang/wijmo_essentials. Download it to a permanent location on your computer and you will have all the code at your disposal. All of the examples are MIT licensed, so you may use it in any way you want.
Now that you have Wijmo set up on your computer for development, you are ready to start exploring Wijmo. In the next chapter, we dive into the dialog widget and look at several features which are not available in jQuery's version.
In addition to setting up Wijmo, we've also covered its licensing details. If you plan to use any of the complete Wijmo widgets in a proprietary application, make sure to get a license.
- Mastering Concurrency Programming with Java 8
- Mobile Web Performance Optimization
- arc42 by Example
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- Vue.js 3.0源碼解析(微課視頻版)
- Python程序設計案例教程
- 嚴密系統設計:方法、趨勢與挑戰
- RISC-V體系結構編程與實踐(第2版)
- Haskell Data Analysis Cookbook
- JavaCAPS基礎、應用與案例
- Getting Started with Eclipse Juno
- Procedural Content Generation for C++ Game Development
- Learning Hadoop 2
- Java并發編程之美
- C指針原理揭秘:基于底層實現機制