Use of ExtJS templates:
The scenario in a project is basically a tabular model:
TPL: Write your own template
Store: Data source
UI components:
Tbar,rbr,bbar Implementing toolbars
Pagebar and StatusBar: can be paged for the components of a TPL
SVG can be used for path drawing
DataView is the UI connected to Tpl,store.
==============================================
Hint Component:
var tip = new Ext.tooltip ({
Target: ' DP ',
Title: ' Prompt Details ',
WIDTH:200,
HTML: ' Determine the details of the patients who want to view this bed? ',
Trackmouse:true
});
Task components:
ExtJS on the timing of the task set, the general scene is the periodic refresh of the page, such as 30 minutes, compared to the type of the refresh task of flex, in fact, his programming model is simple, it is easier to understand.
Timer, template Tpl,store This is the most important place in the development of the scene.
===============================================
<! DOCTYPE HTML PUBLIC "-//w3c//dtd HTML 4.01 transitional//en" "HTTP//
Www.w3.org/TR/html4/loose.dtd ">
Realization of bed card based on ExtJS