Common (visualized) Graphical workflow implementation solution set

Source: Internet
Author: User

Today, I decided to write my own technical blog. I hope you will give me more advice.

Article 1 Article : Common (visualized) Graphical workflow implementation solution
1. VML implementation
What is VML? The following is a reprinted article:
VML (Vector Markup Language)
Is an XML Vocabulary originally developed by Microsoft. Currently, only ie5.0 and later versions support VML. You can use VML to draw vector images in IE. Therefore, some people think that VML implements the paint brush function in IE. The following describes the advantages of VML:
Based on XML standards
XML is recognized as a next-generation network markup language with infinite vitality. VML has inherent advantages in simple representation and is easy to expand.
Supports high-quality vector graphics display
VML supports a wide range of vector graphics features, which are based on the path described by connected straight lines and curves. Use two basic elements in VML: Shape and group. These two elements define the full structure of VML. Shape describes a vector graphic element, and group is used to combine these images so that they can be processed as a whole.
The VML Specification includes a large number of elements that support different vector graphics features. The following are the predefined graphic elements of VML:
L shape
L path
L line
L polyline
L Curve
L rect
L roundrect
L oval
L arc
L group
An image composed of text and can be integrated into HTML
Because VML uses simple text to represent an image, very few bytes can be used to represent a complex image. VML is compatible with HTML. By declaring the VML namespace and processing functions in HTML, you can use VML elements like other HTML elements to display images in the browser on the client. Most DHTML attributes and events can be defined in VML tags, such as ID, name, title, and onmouseover.
Supports interaction and animation
However, the VML function is not only a drawing, but also can embed text in the drawing, implement hyperlinks, and implement certain animation functions through the script language. VML Appreciation

It is the use of VML and above features to implement graphical workflows. Download the source code:
Simple demo source code:/files/taomaintao/vml.rar
Application Case source code: Due to upload restrictions, please visit Taobao soft Network (www.taoruan.net),: http://www.taoruan.net/showtopic-966.html

2.

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.