[CLOSED] Change "loading" message during store load

  1. #1

    [CLOSED] Change "loading" message during store load

    Hello

    I have to localize an application in several languages, so I want to translate the "Loading" message when store loads.

    I thin they will some message property somewhere in store but found nothing, I try with a <loader...> tag in parent window, but it is not linked to store, so Is ther a way to achive that?
    Last edited by Daniil; Aug 28, 2013 at 10:58 AM. Reason: [CLOSED]
  2. #2
    Hi @feanor91,

    Please use:
    <ext:GridPanel runat="server">
        <View>
            <ext:GridView runat="server" LoadingText="My LoadingText.." />
        </View>
    </ext:GridPanel>
    http://docs.sencha.com/extjs/4.2.1/#...fg-loadingText

    It should be also localized automatically if set up a ResourceManager's Locale.
  3. #3
    Works perfectly, I will never thougths to search in gridview...

Similar Threads

  1. Replies: 4
    Last Post: Jul 30, 2013, 5:29 PM
  2. Replies: 2
    Last Post: Apr 05, 2012, 4:55 AM
  3. Replies: 6
    Last Post: Nov 15, 2011, 2:02 AM
  4. Replies: 2
    Last Post: Jun 26, 2011, 1:59 AM
  5. Replies: 3
    Last Post: Sep 22, 2010, 10:30 AM

Posting Permissions