Search Type: Posts; User: sangampandey
Search: Search took 0.02 seconds.
-
21 Nov 2011 8:59 PM
- Replies
- 3
- Views
- 1,280
you can do this
var divID = document.getElementById("div_id_name");
divID.style.visibility = "visible";
call the above when you do any event surely this is an answer to your solution -
21 Nov 2011 8:53 PM
Jump to post Thread: how to split the response by sangampandey
- Replies
- 3
- Views
- 410
Hello,
can you provide me the knowledge regarding what response do you get
like the output of : response.responseText
this would help me to give you a solution -
18 Nov 2011 4:06 AM
- Replies
- 1
- Views
- 626
yes you can add tpl to the carousel
tpl:tpl, -
18 Nov 2011 4:04 AM
Jump to post Thread: Need some help for carousels by sangampandey
- Replies
- 1
- Views
- 424
you can do this way
Suppose you have array of images named imagearray and carousel name as carousel then following thing can be done
var length = imagearray.length;
var arrary = [];
for(int... -
18 Nov 2011 3:54 AM
- Replies
- 2
- Views
- 795
Add your own custom pop up would be bettter
-
18 Nov 2011 3:46 AM
- Replies
- 2
- Views
- 606
Give the id to all the elements you want to change on orientation change and do the following:
// make a callback to updateOrientation so that whenever there is orientation change the... -
18 Nov 2011 3:38 AM
- Replies
- 3
- Views
- 700
mApp.menuList.bindStore(mApp.offlineStore);
In my app.js file:
Code:
mApp.menuList = viewport.menuList = new Ext.List({ // mistake was here var menuList
store: mApp.onlineStore, ... -
18 Nov 2011 3:27 AM
- Replies
- 2
- Views
- 1,267
This is just because you are creating a refrence to panel after the ajax call which you need to do before that try if you get success else you need to share some code to us know whats the problem.
-
18 Nov 2011 3:20 AM
Jump to post Thread: Carousel and images store ? by sangampandey
- Replies
- 2
- Views
- 461
The other solution would be iterate through your store like
var carouselArray = [];
<storename>.each(function(index,record){
carouselArray.push({
html:'<img id="carouselimage"... -
17 Nov 2011 11:50 PM
- Replies
- 3
- Views
- 969
can you ellaborate on this I know the Solution because I have done the custom button with three different states
normal,pressed and selected -
17 Nov 2011 11:47 PM
- Replies
- 2
- Views
- 864
var carousel = Ext.Carousel({
id:'carousel',
activeitem:'0',
items:[item],
listener:{
cardswitch:{
// the ajax call here
}
} -
17 Nov 2011 11:43 PM
- Replies
- 2
- Views
- 918
You can here disable the swipe feature by
panel.alllisteners to false -
17 Nov 2011 11:41 PM
Jump to post Thread: Carousel within tabs by sangampandey
- Replies
- 4
- Views
- 714
Can you provide the code so giving solution is better and for your information this can be done
-
16 Nov 2011 11:49 PM
- Replies
- 2
- Views
- 592
Ext.regModel('Contact', {
fields: ['firstName', 'lastName']
});
var store1 = new Ext.data.JsonStore({
model : 'Contact',
data: [
{firstName: 'Tommy', lastName:...
Results 1 to 14 of 14
