extjs3 - Unable to view extjs script in browser -


I am not able to see extjs js code in my JS page. Opens in the browser with the page title that I gave in the title tag. But the script is not found in the body, anyone can identify the error code below. Please help me identify this problem.

"Text / html" page encoding = "UTF-8"%> & Lt ;! DOCTYPE html & gt; & Lt; Html & gt; & Lt; Top & gt; & Lt; Meta http-equiv = "content-type" content = "text / html; charset = UTF-8" & gt; & Lt; Link rel = "stylesheet" type = "text / css" href = "js / ext-3.2.1 / resources / css / ext-all.css" & gt; & Lt; Script type = "text / javascript" src = "js / ext-3.2.1 / ext-all.js" & gt; & Lt; / Script & gt; & Lt; Title & gt; Euggets learn & lt; / Title & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; Script type = "text / javascript" src = "js / borderlayout.js" & gt; & Lt; / Script & gt; & Lt; / Body & gt; & Lt; / Html & gt;

BorderLayout.js

  / * * Author: Bijoy Bahulyan * Date: * / Ext.onReady (function () {Ext.QuickTips.init ( ); Ext.container.Viewport ({layout: 'border', id: 'mainbody', item: [[region: 'answer', id: 'answer', collapse: true, title: 'answer', html: 'South', section: 'South', section: 'South', divided: true, html: 'south'}, {region: 'center', id: 'center', standing: right, title: 'center ', Split: true, html:' center '}, [region:' east ', id:' east ', binding: true, title:' east ', div People: True, html: 'east'}, (region: 'west', id: 'west', openable: true, title: 'west', 'enter code' divided: true, html: 'west' }], 
Text ">

If you use that code exactly as it appears here, which says" title: 'west', 'enter code here', it will definitely break it Remove the 'Enter Code Here' or code it here // Enter format. This is near the bottom of your javascript example.

If you are not using the code properly, then check it on jsfiddle.net. If this works, then this is definitely your path.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -