The panel component, which almost always uses the same method as the previous component, is also available from the set of some panel properties, an event triggered by the operator panel, and we can learn about the three points of how the Panel object is manipulated.
There are a few components that depend on this component later.
The other thing that is different from the front is that the panel content can request remote data.
Demo Sample:
<! DOCTYPE html>Other places don't say, just say the href attribute, I am actually learning is based on a SPRINGMVC framework of the sample written.
Background code:
@RequestMapping (value = "Panel") public modelandview Panel (String _) {<span style= "White-space:pre" ></span >system.out.println ("**************** into the background *******************" +_); <span style= "White-space:pre" ></ Span>modelandview mv =new modelandview ("/paneldemo/paneldata.jsp"); <span style= "White-space:pre" > </span>mv.addobject ("Data", "Hello hirain!!!"); <span style= "White-space:pre" ></span>return MV;}
Why does my back-end method have a number of references to string _? is because I see it actually request the time behind the URL itself to spell a parameter _, the background does not receive the same number of references. Paneldata.jsp inside the code is just ${data}
Click here to download the source code
JQuery Easy UI Panel (panel) component