我正在使用Extjs5和Sencha,并且正在开发一个l10n引擎(通过gettext)来实现本地化。
假设我想为我的项目的每个类提供一个转换函数,名为_()。
在每个控制器、视图、模型和任何类中,我都希望能够编写这样的内容:
Ext.define('FooClass', {
someStrings: [
_('One string to translate'),
_('A second string to translate'),
_('Yet another string to translate'
我们是否可以有一个ExtJs5 树网格面板,它提供了以下特性:
无限滚动,这样行就会在滚动上有一定的限制,而不是所有的记录都在同一时间出现。
1. On Click of any root node of a particular row (could be 2/3 levels), i can fire a ajax call to populate a grid/form inside the expanded row.
请尽快提供你的专家建议。
谢谢!