Application of the simplified framework based on Silverlight

Source: Internet
Author: User
Tags silverlight

After the "Analysis of the simplified framework based on Silverlight", recently studied ExtJS, found that although the appearance is very cool, but the development is more difficult, a large number of JS difficult to maintain, and then think based on the EASYSL framework to achieve EXTJS part of the function. SL's UI and asynchronous mechanisms are relatively easy to implement, especially the SL-like WinForm control development approach, providing strong support for developing rich Ria.

First, this is mainly to show a background management UI:

1. Login, list, paging, add, modify, delete, the use of two-way binding mechanism, interface elements and entities to bind, automatically to the interface for value assignment;

2. Its asynchronous data interaction has applied the concise request method of this framework (EASYSL) by simply passing the method name and parameter names to the business layer with the same method signature, as the data layer is temporarily using false data and is recommended for db4o, LINQ to SQL, or subsonic.

Second, the upgrade is mainly to add some common practical controls:

1. ImageButton: You only need to assign the normal, hover, click, enable four picture can

2. Visualpager: Principle and the traditional paging control almost, achieved a relatively long time, mainly the effect of page-flipping

3. Alert: Using Window.alert (String msg)

4. Confirm: Using Window.confirm (String msg, onconfirm onconfirm)

5. Loading: Using Window.showloading (String msg) and window.hideloading ()

6. Dialogpanel: Using Window.showoppanel (string title, UserControl panel, OnSubmit OnSubmit)

7. DragHelper: Provide drag-and-drop support

Third, some implementation methods are not very good, the following will improve the code, welcome to join the development of SL to discuss

1. Preview Address: http://www.jiaozhidao.com/EasySL/

2. and source code: Download

Four, attach: Application screenshot

1. User Login

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.