-
6 Feb 2011 4:56 AM #1
how to create properties file with ExtJS, like .properties in j2ee app?
how to create properties file with ExtJS, like .properties in j2ee app?
how to create properties file with ExtJS, like .properties in java?
I mean any alternative way? example?
for example
I need to keep following text in some JSP file
and from JS file I need to access likeCode:_properties = { "myapp.hello": "Hello World", "myapp.name": "My Application" }
anybody?Code:Ext.MessageBox.alert(_properties["myapp.name"], _properties["myapp.hello"]);
Similar Threads
-
ExtJS access to a properties file content loaded via index.jsp page
By cavalleydude in forum Ext 3.x: Help & DiscussionReplies: 6Last Post: 10 Sep 2011, 11:44 PM -
[Solved] Reading button properties into Properties Grid
By gokujames in forum Ext 3.x: Help & DiscussionReplies: 15Last Post: 6 Sep 2010, 1:33 AM -
Get all nested properties in a flat list of properties?
By abcdef in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 14 Jun 2010, 9:24 PM -
ExtJs & package.properties file
By ScorpioMan in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 3 Feb 2009, 1:42 PM -
how to use *.properties file in ExtJS?
By dongbin1717 in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 29 Sep 2008, 3:56 AM


Reply With Quote