JQuery Easy UI Panel (panel) component

Source: Internet
Author: User

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

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.