Search Type: Posts; User: jvwelzen
Search: Search took 0.02 seconds.
-
24 Dec 2012 10:04 AM
- Replies
- 2
- Views
- 1,205
Hi
is there an example how this can be done.
I am able to overide the label but not the textfield or clearicon
thx in advance -
17 Dec 2012 10:04 AM
- Replies
- 7
- Views
- 1,160
I receive following error
Uncaught TypeError: Object #<HTMLDivElement> has no method 'setData' morecard.js:21
Ext.List.listeners.itemtapmorecard.js:21
... -
16 Dec 2012 12:25 PM
- Replies
- 7
- Views
- 1,160
.setdata gives an error when I try to send the data to the next panel
var peopleTab = new Ext.List({
itemTpl: '<div id=topheader><div id=left><img id=avatar... -
30 Dec 2011 2:57 AM
- Replies
- 6
- Views
- 1,950
Hi
Has anyone tryed this on a Ext.List
I upgraded my iphone 3gs to ios 5 and now
my lists are not scrolling verry well when I put 200 items in there with avatar images.. -
28 Dec 2011 2:40 AM
- Replies
- 2
- Views
- 1,129
Hi all
is the listpaging plugin already in place in V2 pr3
and how to use it
if i try plugins: 'listpaging',
its not working -
27 Dec 2011 8:02 AM
- Replies
- 3
- Views
- 1,741
I solved my problem like this
var toolBar = new Ext.Toolbar({
docked: 'top',
title: {
title: 'MyTtitle',
centered: true
}, -
23 Dec 2011 12:45 AM
- Replies
- 2
- Views
- 642
maybe you can try disclosure: true
-
21 Dec 2011 11:56 PM
- Replies
- 7
- Views
- 1,160
Thanks this was just what I was looking for
Btw the list scrolls must better whitout the discloser button
Thanks again -
21 Dec 2011 2:39 AM
- Replies
- 7
- Views
- 1,160
Hi all
I get the store info in a second panel using record.data like this
onItemDisclosure: {
scope: 'this',
handler: function(record, btn,... -
17 Dec 2011 7:43 AM
- Replies
- 9
- Views
- 2,176
hi all
I have a form with a textarea where I want to auto focus to this textarea so the keyboard show automaticly
but i can't seem to get it to work
any idea's -
6 Dec 2011 6:25 AM
- Replies
- 3
- Views
- 883
I got it from this example
https://github.com/nelstrom/Sencha-Touch-list-view-demo
here is uses .update but the console gives this warning
[DEPRECATE][Anonymous] 'update' is deprecated,... -
6 Dec 2011 5:55 AM
- Replies
- 18
- Views
- 12,383
yourpanel.setActiveItem(3, {type: 'slide', direction: 'right'});
or
yourpanel.setActiveItem('id', {type: 'slide', direction: 'right'});
but there is a bug i think in 2.0 because it only... -
6 Dec 2011 5:52 AM
- Replies
- 3
- Views
- 883
Hi
setHtml(record.data); doesn't work
when i try this I get Uncaught Error: NOT_FOUND_ERR: DOM Exception 8
when i try this it works setHtml(record.data.name);
is this a bug ? -
5 Dec 2011 10:52 AM
- Replies
- 4
- Views
- 835
Thank you verry much
that was just what I was looking for .. -
5 Dec 2011 7:23 AM
- Replies
- 4
- Views
- 835
Hi
I was wondering how I can pass an id to the ajax proxy
var storeWebpage = new Ext.data.Store({
model: 'ListItem1',
autoLoad: false,
... -
4 Dec 2011 2:06 AM
Jump to post Thread: how to use setActiveItem by jvwelzen
- Replies
- 3
- Views
- 683
The tab panel is in app.js
Ext.Loader.setConfig({enabled: true}); -
3 Dec 2011 6:31 AM
Jump to post Thread: how to use setActiveItem by jvwelzen
- Replies
- 3
- Views
- 683
Hi all
I have a Ext.tab.Panel en want to slide to another tab using setActiveItem
But I can't get it to work
this is my page that i am working on -
30 Nov 2011 2:52 AM
- Replies
- 1
- Views
- 2,117
yes there is
http://docs.sencha.com/touch/2-0/touch/examples/kitchensink/index.html -
27 Nov 2011 8:06 AM
- Replies
- 4
- Views
- 1,724
So would it be possible to use it again
maybe to load it mannually into the app ..
I tryed to insert the script manully but receive an error
Ext.plugins.PullRefreshPlugin.js:1Uncaught... -
27 Nov 2011 6:31 AM
- Replies
- 10
- Views
- 1,922
maybe use Ext.Panel instead of Ext.tab.Panel
just an idea I don't know if it works
I have an Panel and want a slide effect but it doesn't slide it just goed there -
27 Nov 2011 4:29 AM
- Replies
- 4
- Views
- 1,724
Hi all
I am trying sencha touch v2 for the better list peformance
but it seems that the plugins pullrefresh and listpaging are not working
does someone got them working
Thanks in advance
Results 1 to 21 of 21
