Search Type: Posts; User: stevo.zilik
Search: Search took 0.03 seconds.
-
22 Mar 2013 11:23 AM
Jump to post Thread: store.getById too slow by stevo.zilik
- Replies
- 3
- Views
- 199
I have unique id's, which I'd love to use, but the store doesn't let me, there is no api for it
I need to find one specific record from the store by it's id (idProperty). I don't want to use for... -
21 Mar 2013 4:33 PM
Jump to post Thread: store.getById too slow by stevo.zilik
- Replies
- 3
- Views
- 199
Hi,
I need a faster search mechanism than iterating through all the records in the store by using store.getById(...).
I've looked at the code and tried to replace it with
... -
7 Mar 2013 2:49 AM
- Replies
- 3
- Views
- 320
I agree with you, but unfortunately that's not something I can change. If I could, then I would... :)
So I need a solution on js side. -
7 Mar 2013 1:54 AM
- Replies
- 3
- Views
- 320
Hi
I have an usual JSON comming back from server that looks like this:
{
"values": [...],
"data.length": 100
} -
18 Jan 2013 9:32 AM
Jump to post Thread: ExtJs and SingalR by stevo.zilik
- Replies
- 9
- Views
- 959
I see. Well my scenario is very specific, I'm not even using hubs and have a loads of javascript code around it...
The code that you posted looks fine, just use it inside an Ext.onReader(...) and... -
18 Jan 2013 1:52 AM
Jump to post Thread: ExtJs and SingalR by stevo.zilik
- Replies
- 9
- Views
- 959
Oh well, you're looking for replacing all the signalR javasript written in jQuery for equivalent in Ext.js.
Forget about it, not going to happen, at least not in the foreseeable future. It's... -
17 Jan 2013 2:52 PM
Jump to post Thread: ExtJs and SingalR by stevo.zilik
- Replies
- 9
- Views
- 959
What exactly are you after? What I'm trying to say that those 3 libraries can coexist together without any problems.
What do you do with messages comming from signalR is down to your business... -
13 Jan 2013 12:10 PM
- Replies
- 1
- Views
- 671
Hi guys,
I'm experiencing broken behavior in Firefox 18 in different areas. Things don't display, or freeze... interestingly if running with Firebug on, things work fine.
Anyone with same... -
13 Jan 2013 12:07 PM
Jump to post Thread: ExtJs and SingalR by stevo.zilik
- Replies
- 9
- Views
- 959
I have Ext, jquery and signalR, all fine. Referencing jquery-1.6.4 that does the job.
-
6 Dec 2012 1:53 PM
Jump to post Thread: 4.2 Release Date by stevo.zilik
- Replies
- 17
- Views
- 5,719
That's very vague, can you gives us a rough idea please.
-
4 Dec 2012 4:04 AM
Jump to post Thread: 4.2 Release Date by stevo.zilik
- Replies
- 17
- Views
- 5,719
Hi,
4.1 doesn't work properly in IE10 and according to your investigation http://www.sencha.com/forum/showthread.php?250267-Ext.Element.getAttribute-not-working-in-IE10 this is fixed in 4.2 dev... -
29 Nov 2012 4:40 PM
- Replies
- 5
- Views
- 1,668
Thanks sounds good. When can we expect to get the working code? Millions of people are using IE10, and the number is not going to be shrinking...
If not a release date, at least please say... -
29 Nov 2012 1:29 AM
- Replies
- 5
- Views
- 1,668
Hello,
given markup:
<a id="linkId" class="logo-rFactor" download="rFactorPlugin" href="#">rFactor</a>
and running:
var el = Ext.get('linkId'); -
7 Nov 2012 4:10 PM
- Replies
- 1
- Views
- 275
Hi,
I'm using 4.1.1
I believe I've found a bug with grid load mask causing page resizing issues.
in following scenario:
create a model and ajax store getting some data from server,... -
23 Sep 2012 2:59 PM
Jump to post Thread: Form validation messages by stevo.zilik
- Replies
- 1
- Views
- 414
Hi
I'd like to customize the way validation messages appear on form fields, because I don't really like any of the predefined options. What I'd like to end up with is a validation message next... -
1 Sep 2012 11:03 AM
- Replies
- 1
- Views
- 365
Hi guys
I have a standard Ext.view.View bound to an ajax store and need to select an item programatically (so it changes it's visual state to selected and fires selectionchange event.
Any... -
9 Aug 2012 12:53 AM
Jump to post Thread: Submit form like jQuery by stevo.zilik
- Replies
- 6
- Views
- 692
thanks evant, that does the trick
-
9 Aug 2012 12:39 AM
- Replies
- 1
- Views
- 505
Hello,
I have a simple pure html form
<form id="formId">
<input type="text" name="lname" />
... more fields, buttons etc...
</form> -
9 Aug 2012 12:35 AM
Jump to post Thread: Submit form like jQuery by stevo.zilik
- Replies
- 6
- Views
- 692
getting there, but...
What if I don't want it to be an asynchronous ajax request, but a traditional full page POST. -
9 Aug 2012 12:22 AM
Jump to post Thread: Submit form like jQuery by stevo.zilik
- Replies
- 6
- Views
- 692
that is assuming I have an Ext.form.Basic object with Ext fields in it. But all I have is this:
<form id="formId">
<input type="text" name="lname" />
</form>
pure html, that needs to... -
8 Aug 2012 3:46 PM
Jump to post Thread: Submit form like jQuery by stevo.zilik
- Replies
- 6
- Views
- 692
Hi,
I have a simple form element:
<form id="formId">
...
</form>
in jQuery, I can submit that form by calling -
15 Jul 2012 11:42 AM
Jump to post Thread: OData proxy for ExtJS 4.1 by stevo.zilik
- Replies
- 11
- Views
- 3,840
Whilst working on my Asp.net Mvc 4 project, I enhanced the code with a couple of features, hope that's ok, please find attached.
Features added:
support for all comparison operators... -
11 Jul 2012 12:40 PM
- Replies
- 1
- Views
- 407
Hi guys,
I have a typical form with a couple of fields (eg field1, field2, field3, field4), two of which (field1, field2) have custom validation (vtype) defined. Inside the validation function, I... -
11 Jul 2012 6:36 AM
Jump to post Thread: OData proxy for ExtJS 4.1 by stevo.zilik
- Replies
- 11
- Views
- 3,840
I see, got it working now.
In case anyone stumbles upon the same problem in asp.net mvc 4 RC, this will resolve the issue:
... -
10 Jul 2012 1:47 PM
Jump to post Thread: OData proxy for ExtJS 4.1 by stevo.zilik
- Replies
- 11
- Views
- 3,840
Thanks mate, good work, running it with latest asp.net mvc 4 RC and looks great. However I'm wondering how do you go about paging? Specifically how is the store supposed to know how many records...
Results 1 to 25 of 47
