front-end JS
Today we have a simple understanding of the front-end JS, in our system development will also be used frequently.
A, simple pop-up prompt box
alert (msg,type,title);
The EXTJS4 test results are used in the front end.
Second, information notification box
We can find the method we want to use in the API interface of our system, and click on the application method to configure
At the bottom right of our system
Third, functional class
get a function getfunc () ; Get the data in the function GridView; array of IDs for the selected data Getselectids ();
show effect Separate the data you get with commas
when we want to delete the selected data, The selected data can be uploaded to the background by SQL statements
note In writing JS must be careful note the input method of the casing error is not easy to debug
We transfer IDs to the backend Delete
by SQL statement
Jeplus front section js--software rapid development Platform