JQuery Easy UI Panel (panel) component

Source: Internet
Author: User

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

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.