EXT getcmp Usage

Source: Internet
Author: User
  • The getcmp method is used to obtain an ext component, which is an object of component or its subclasses that have been initialized in the page.
  • The getcmp method is actually a shorthand form of the Ext.ComponentMgr.get method.

There is only one parameter in the GETCMP method, which is the ID of the component. For example, the following code:

Ext.onready (function () {            var h=new ext.panel ({            ID: "H2",            title: ",            renderto:" Hello ",            width:300 ,            height:200});            EXT.GETCMP ("H2"). Settitle ("new title");});

In the code, we use EXT.GETCMP ("H2"). To get the component with ID H2 and call its Settitle method to set the caption of the panel.

EXT getcmp Usage

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.