-
20 Dec 2010 11:37 PM #1
Changing Paging Toolbar labels
Changing Paging Toolbar labels
can I change Paging Toolbar labels in order to add i18n support e.g
Instead of- Page use Pagina
- Displaying 2 of 11 use Toont 2 van 11
See Image for elaboration

One more question, How can I display ë character, my browser (FF, Chrome) is displaying ?Last edited by atifoxon; 20 Dec 2010 at 11:44 PM. Reason: Added another question
-
21 Dec 2010 12:06 AM #2Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,454
- Vote Rating
- 48
Check out the locale files in the /src/ directory:
Code:if(Ext.PagingToolbar){ Ext.apply(Ext.PagingToolbar.prototype, { beforePageText : "Page", afterPageText : "of {0}", firstText : "First Page", prevText : "Previous Page", nextText : "Next Page", lastText : "Last Page", refreshText : "Refresh", displayMsg : "Displaying {0} - {1} of {2}", emptyMsg : 'No data to display' }); }
-
21 Dec 2010 2:15 AM #3
I don't got you point. What I am trying to do is I am referring to a property file Application_en-ES.properties and it contains a property named column.patientId and i my JavaScript file i am reading it
Code:Property file column.patientId Patiënt Id JS File bundle.getMsg('column.patientId') but am getting (diamond filled with ?) instead of ë
Similar Threads
-
Extjs paging toolbar for php paging
By speedytangent in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 29 Mar 2009, 2:14 PM -
[FIXED][3.x] Ext.form.ComboBox + Paging Toolbar errors when using remote paging
By jay@moduscreate.com in forum Ext 2.x: BugsReplies: 3Last Post: 15 Feb 2009, 4:54 PM -
Dynamically changing (form) labels
By reinouts in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 26 May 2008, 12:52 AM -
inactive tab labels are not refreshed upon changing the title of the child panels
By costa_basil in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 24 Apr 2008, 10:59 AM -
Grid, paging toolbar - limit not changing
By John Sourcer in forum Ext 1.x: Help & DiscussionReplies: 1Last Post: 16 Nov 2007, 1:06 AM


Reply With Quote