Learning ExtJS in. NET (fourth case ExtJS extension principle)

Source: Internet
Author: User

1. Build the following code

1<! DOCTYPE html>2"http://www.w3.org/1999/xhtml">34<meta http-equiv="Content-type"Content="text/html; Charset=utf-8"/>5<title></title>6<script>7         //Ext extension Method of the principle, for the JS extension method8Object.prototype.Get=function (key, defaultvalue) {9             if( This[key]) {Ten                 return  This[key]; One}Else { A                 if(defaultvalue) { -                     returnDefaultValue; -                 } the             } -         } -         varperson = { -Name'Good', +Age - -         } +Alert (person.Get('name','Novalue'));//using the extension method to get A         //alert (person[' name '); Here you get the name at</script> - -<body> -  -</body> -

2. Right-click in the browser to view, get name;

Learn JavaScript is not a look to understand, ExtJS is an extension of JS, is a JS write framework.

Learning ExtJS in. NET (fourth case ExtJS extension principle)

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.