Search Type: Posts; User: bjornravers
Search: Search took 0.02 seconds.
-
19 May 2013 5:34 PM
Jump to post Thread: Paging Plugin by bjornravers
- Replies
- 10
- Views
- 840
I solved it, I set the page back to 1 every time I do a search
var searchstore = Ext.getStore("Searchstore");
searchstore.getProxy().setUrl(url);
var proxy= searchstore.getProxy();... -
14 May 2013 7:31 PM
Jump to post Thread: Paging Plugin by bjornravers
- Replies
- 10
- Views
- 840
Ok I added the idProperty, what am I supposed to do with it? sorry I'm kinda new to Sencha
-
14 May 2013 6:47 PM
Jump to post Thread: Paging Plugin by bjornravers
- Replies
- 10
- Views
- 840
How do you mean? How should I use that ID?
Right now my model looks like this:
Ext.define('android.model.Placesmodel', { extend: 'Ext.data.Model',
config: {
fields:... -
13 May 2013 7:35 PM
Jump to post Thread: Paging Plugin by bjornravers
- Replies
- 10
- Views
- 840
Hi thanks for the reply!
It's loading the next 50 now (so that's fixed), it's also loading the next page
43763
As you can see here.
Now I got another problem, when I do a next search the page... -
7 May 2013 6:37 PM
Jump to post Thread: Paging Plugin by bjornravers
- Replies
- 10
- Views
- 840
First of all thanks for the reply! :)
43611
This is a screenshot from after 2 load more's, so I don't think it's loading the new page, although the data is changing. So when I do a load the first... -
7 May 2013 12:13 AM
Jump to post Thread: Paging Plugin by bjornravers
- Replies
- 10
- Views
- 840
Hello everyone,
I'm working on a application that loads a big store (7000 records). What I want do is show 50 and then let it load the next 50 (as the paging plugin does). Although I can't seem to... -
23 Apr 2013 6:42 PM
Jump to post Thread: More filters on one store by bjornravers
- Replies
- 5
- Views
- 206
Thanks I found it
var filtstore = Ext.getStore('Filtersubplacesstore');
filtstore.filterBy(function(record, id) {
if (record.get('id') == 69 || record.get('id') == 130)
... -
22 Apr 2013 11:52 PM
- Replies
- 4
- Views
- 228
Sorry for my bad explanation.. :s
Thanks for your help -
22 Apr 2013 11:48 PM
Jump to post Thread: More filters on one store by bjornravers
- Replies
- 5
- Views
- 206
Ok, I can't debug the item.get('id') cuz I can't put a breakpoint on the filterFn function. How to debug?
var filtstore = Ext.getStore('Filterplacesstore'); ... -
22 Apr 2013 11:43 PM
Jump to post Thread: Google maps set coord by bjornravers
- Replies
- 2
- Views
- 225
Thanks I got it working
var gps_x = localStorage.getItem('gps_x');var gps_y = localStorage.getItem('gps_y');
gm = (window.google || {}).maps;
Ext.define('android.view.MapView', {
extend:... -
17 Apr 2013 11:59 PM
Jump to post Thread: Google maps set coord by bjornravers
- Replies
- 2
- Views
- 225
I got this coordinate and I want to set a marker, but the map is always going to the Sencha HQ.
What am I doing wrong?
Ext.define('android.view.Map', { extend: 'Ext.Map',
alias:... -
16 Apr 2013 6:23 PM
Jump to post Thread: More filters on one store by bjornravers
- Replies
- 5
- Views
- 206
Hi,
I want to filter my store on more then one filter. the field I want to filter on is called id, right now I got this. I tryed it with == and with === non seem to work.
//filter =... -
15 Apr 2013 12:21 AM
- Replies
- 4
- Views
- 228
I know that.
Did you see why I use the function, when featured is true the image should be 110em when it's false it should be 50em. I also know you can use <tpl if=""> but thats no solution, since... -
14 Apr 2013 10:00 PM
Jump to post Thread: tpl if else question by bjornravers
- Replies
- 1
- Views
- 159
Hi, I'm comparing an element with a . How should I do that?
'<tpl if="values.phone != :">'
So values.phone contains a : or something else but when it's a : I should do something else.
I ... -
11 Apr 2013 11:41 PM
- Replies
- 4
- Views
- 228
Hi, I'm filling this list with a function, I know that not the way to go, but how should I do it?
Ext.define('android.view.EventsList', { extend: 'Ext.List',
xtype: 'eventslist',
requires:... -
11 Apr 2013 6:14 PM
Jump to post Thread: Emty list item by bjornravers
- Replies
- 2
- Views
- 127
Ok thanks for the reply, so where should I put the filter then? In what .js file?
edit:
Found it, thanks again
catId = record.data.id;
sto.clearFilter();
sto.filter('categories',... -
11 Apr 2013 1:16 AM
Jump to post Thread: Emty list item by bjornravers
- Replies
- 2
- Views
- 127
Hi all, I'm filling a list from a function
itemTpl: new Ext.XTemplate('{[this.featured(values.id, values.name, values.picture, values.description, values.date_updated, values.time_start,... -
10 Apr 2013 6:47 PM
Jump to post Thread: Resizing viewport by bjornravers
- Replies
- 1
- Views
- 124
Found it did it with:
z-index: 999; -
10 Apr 2013 12:33 AM
Jump to post Thread: Resizing viewport by bjornravers
- Replies
- 1
- Views
- 124
Hi, I have a problem, I have this code on my index.html
<div id="knop" class="createsend-button" style="height:27px;display:inline-block;" data-listid="j/3B/E48/AF5/B785FDCA32BC33D1">... -
9 Apr 2013 10:04 PM
- Replies
- 4
- Views
- 243
mm.. I don't think so how do I do that?
-
9 Apr 2013 5:45 PM
- Replies
- 4
- Views
- 243
Yes, and declared it in app.js..
Maybe is it because I'm not using the store anywhere else, cuz every other store I use for a list and those are showing..
Edit:
Now I got the store, but nothing... -
8 Apr 2013 11:11 PM
- Replies
- 4
- Views
- 243
Hi,
I'm creating an app with 4 stores, but when I add the 4th store something wierd happens, I hope you guys can tell me why..
code:
featured: function(eventId, name, picture, description,... -
1 Apr 2013 6:23 PM
- Replies
- 2
- Views
- 148
Found it, But I did it like this.
tpl: [<tr onclick="goPlaces({id_place})">]
then go to your index.html and make the function
<script> function goPlaces(plid){ ... code here... -
31 Mar 2013 8:00 AM
- Replies
- 2
- Views
- 148
Hello, I have this detailpage with alot of info in a table. When a <tr> is tapped it should show this other js and give the current record. Is this possible?
... -
31 Mar 2013 7:57 AM
- Replies
- 2
- Views
- 247
Found it! thanks
Results 1 to 25 of 31
