Search Type: Posts; User: eistrati
Search: Search took 0.02 seconds.
-
23 Sep 2012 8:13 PM
- Replies
- 2
- Views
- 723
The problem was with autoDestroy: false ...
Follow up question: Why hide() is called both when this view is push()'ed and when the view is pop()'ed? -
23 Sep 2012 5:00 PM
- Replies
- 2
- Views
- 723
Hey guys,
Does anyone know how to solve this problem: http://stackoverflow.com/questions/12557610/sencha-touch-2-dynamic-button-on-navigation-view ? Thanks in advance! -
4 Sep 2012 3:45 PM
- Replies
- 12
- Views
- 4,355
This is pretty cool, thanks a lot! But here is what I meant (part of my view):
initialize: function() {
var field = this.get('id-multiselectfield');
if (field.getDisplayField() ===... -
3 Sep 2012 8:08 PM
- Replies
- 12
- Views
- 4,355
It works pretty nice!
One question: What happens if I want to predefine some values? I used Mitch's ST1 original version long time ago and << value: 'v1,v2,v3' >> was working perfectly. -
7 Sep 2011 6:50 AM
Jump to post Thread: Social Media Integration (Gigya) by eistrati
- Replies
- 5
- Views
- 971
Giving back to the community (Thank You, Eric!):
ToolbarDemo.views.Usercard = Ext.extend(Ext.form.FormPanel, {
title: "profile",
iconCls: "user",
scroll: "vertical",
... -
4 Sep 2011 8:42 AM
Jump to post Thread: Social Media Integration (Gigya) by eistrati
- Replies
- 5
- Views
- 971
I guess I'll keep talking to myself and, eventually, if somebody will be interested in helping me or finds this post helpful. Here is my updated code that kind of works, but needs improvement:
... -
2 Sep 2011 7:42 PM
Jump to post Thread: Social Media Integration (Gigya) by eistrati
- Replies
- 5
- Views
- 971
I have went deeper and changed in my code the following line:
html: "<div id='componentDiv'></div>\n<script language='text/javascript'>\nalert(document);\n</script>\n"
I don't see... -
2 Sep 2011 7:12 PM
Jump to post Thread: Social Media Integration (Gigya) by eistrati
- Replies
- 5
- Views
- 971
I have debugged what I could and looks like 'componentDiv' is not initialized, so I assume 'render' is not the right event to use in this case:
items: [{
styleHtmlContent: true,
... -
1 Sep 2011 4:35 PM
Jump to post Thread: Social Media Integration (Gigya) by eistrati
- Replies
- 5
- Views
- 971
Anyone? Please help!
-
30 Aug 2011 8:44 PM
Jump to post Thread: Social Media Integration (Gigya) by eistrati
- Replies
- 5
- Views
- 971
I'm kind of new to this framework, so please bear with me if you think the question is stupid... I'm trying to integrate 3rd party javascript code...
Results 1 to 10 of 10
