The panel component, which is almost the same as the previous component usage, is also the three-point way to learn from setting some panel properties, triggering events on the operator panel, and working with the Panel object.
There are a few components that depend on this component later.
Another thing that's different from the front is that panel content can request remote data.
Example:
<! DOCTYPE html>Other places don't say, just say the href attribute, I am actually learning is based on a SPRINGMVC framework written example.
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 parameter string _? is because I see it actually request the time after the URL automatically spelled a parameter _, the background does not receive this parameter is also the same. Paneldata.jsp inside the code is only ${data}
Click here to download the source code
JQuery Easy UI Panel (panel) component