Search Type: Posts; User: yuryn1961
Search: Search took 0.01 seconds.
-
3 Jun 2012 7:29 AM
Jump to post Thread: Dynamic Toolbar by yuryn1961
- Replies
- 2
- Views
- 426
I found a solution, it works, but looks a little strange since I build the toolbar inside the Ajax request. Is it OK?
renderToolbar = function () {
Ext.Ajax.request({
url:... -
3 Jun 2012 2:05 AM
Jump to post Thread: Dynamic Toolbar by yuryn1961
- Replies
- 2
- Views
- 426
Hi to all,
I need to create a dynamic toolbar. I mean that any user should get his/her personalized menu options.
E.g.:
Unlogged user: 'Welcome' | 'Sign In'
Logged-in user: 'Welcome Freddy' |... -
2 May 2012 1:23 AM
- Replies
- 1
- Views
- 867
Hi, I noticed, that Ext Core has been removed from the Products list.
Does this mean that it is no longer supported? -
20 Mar 2012 1:16 PM
- Replies
- 4
- Views
- 1,578
Thanks burnnat, I tried it, it does not work with Ext Core (as the LesJ's solution), but your reply helped me.
Here is my code:
function selectFromArray(arr, s){
var result=new... -
20 Mar 2012 11:06 AM
- Replies
- 4
- Views
- 1,578
Hi,
I've got a javascript array:
var x = [
{id:22, name:'Merry'},
{id:26, name:'Poppins'},
{id:345, name:'Popcorn'}
]; -
4 Mar 2012 4:11 AM
Jump to post Thread: ExtJS Tree with Sencha Core by yuryn1961
- Replies
- 1
- Views
- 991
Hi,
All my apllication is based on Sencha Core.
But I need to use a tree widget on one page.
May I stay with Sencho Core and use ExtJS partially? I mean not to use the full version of...
Results 1 to 6 of 6
