Search Type: Posts; User: nikolawannabe
Search: Search took 0.02 seconds.
-
15 Jan 2013 3:31 PM
- Replies
- 5
- Views
- 1,616
This bug is also present in ExtJS 3. Are there any suggested fixes or patches for it on 3?
-
14 Jan 2013 3:40 PM
- Replies
- 1
- Views
- 664
Figured it out with help from StackOverflow. The code looks something like the following:
proxy = {
type: 'ajax',
url: proxyURL
};
store = new... -
14 Jan 2013 11:03 AM
- Replies
- 1
- Views
- 664
Hi all,
I have a TreeStore with a node that contains an extra field, NodeType. I'd like to send this parameter along with the node id when it does an ajax request. I'm currently using an... -
18 Jul 2011 4:39 PM
- Replies
- 64
- Views
- 16,720
Thanks for the update. We will update our documentation that this is a known issue as well, and update to 2.0 when it comes out.
-
18 Jul 2011 11:18 AM
- Replies
- 64
- Views
- 16,720
It's nearly a year later - have any workarounds or fixes been discovered or implemented? I see a similar thread on the Dojo tools bug tracker about scrolling on HTC Android devices.
-
16 Jul 2011 1:56 PM
- Replies
- 10
- Views
- 6,050
In my app, on androids, the screen jumps up and down on each keyup event when typing in a text field that has an ext.util.scroller on the surrounding panels.
-
7 Jul 2011 2:44 PM
- Replies
- 1
- Views
- 652
I have an app that has several different pages that use Sencha Touch. Ocassionally the app switchers between those pages via a window.location call. When it does, on the iPhone (but not in Chrome or...
-
2 May 2011 5:20 PM
- Replies
- 0
- Views
- 477
I have a model that looks something like this:
Ext.regModel('TreeItem', {
fields: [
{ name: 'ItemId', type: 'int' },
{ name: 'ItemType', type: 'string' },
... -
31 Mar 2011 12:56 PM
Jump to post Thread: Navigate to another page by nikolawannabe
- Replies
- 3
- Views
- 2,205
Much simpler:
window.location = "url"; -
29 Mar 2011 2:21 PM
- Replies
- 0
- Views
- 654
Here is the simplest example:
<script type="text/javascript" language="javascript">
Ext.setup({
scroll: 'vertical',
tabletStartupScreen: '',
phoneStartupScreen:... -
29 Mar 2011 12:07 PM
- Replies
- 4
- Views
- 5,885
This is basically how I did it when faced with this problem. My code sample is here. I haven't added pinch yet but it should be do-able.
-
29 Mar 2011 11:06 AM
- Replies
- 1
- Views
- 1,349
Hello all. I've attempted to remedy this by adding an Ext.util.Scroller to a div that surrounds all of the content on the page, but the scroller does not allow me to scroll to the top of the page....
-
28 Mar 2011 1:39 PM
- Replies
- 1
- Views
- 1,349
Hi all.
I have a page that I would like to use some sencha items on along with some non-sencha html.
So the page might be...(after loading sencha headers)
<div id="banner"><h1>@if (Model... -
18 Mar 2011 1:45 PM
- Replies
- 0
- Views
- 703
I have set of Bottom Tabs in a TabPanel set up, and it looks like the following:
var tabpanel = new Ext.TabPanel({
tabBar: {
dock: 'bottom',
... -
18 Jan 2011 10:53 AM
Jump to post Thread: Ext.Direct for ASP.NET MVC by nikolawannabe
- Replies
- 372
- Views
- 139,720
Nevermind, I got it. I was using the wrong Newtonsoft dll. Using the one that ships with Ext.Direct works fine.
-
12 Jan 2011 9:04 PM
Jump to post Thread: Ext.Direct for ASP.NET MVC by nikolawannabe
- Replies
- 372
- Views
- 139,720
I just compiled your source against the MVC3 RC2 dll and the Newtonsoft library that ships with it. After upgrading the demo to MVC3, it seems to work fine.
When I try execute requests against the... -
11 Jan 2011 2:48 PM
Jump to post Thread: Ext.Direct for ASP.NET MVC by nikolawannabe
- Replies
- 372
- Views
- 139,720
Is there any reason I should assume that Ext.Direct for MVC won't currently work with MVC3 RC2?
My application was originally built using Ext.Direct and MVC1. I'm prototyping and planning for... -
2 Jul 2010 3:58 PM
Jump to post Thread: File Upload with Ext.Direct by nikolawannabe
- Replies
- 1
- Views
- 1,179
Hi guys, I figured it out.
I was closing the window which container the FormPanel before the form was sent. I added the window close to the add function in the success portion and it worked... -
1 Jul 2010 6:55 PM
Jump to post Thread: File Upload with Ext.Direct by nikolawannabe
- Replies
- 1
- Views
- 1,179
Hello all!
I'm fighting a losing battle with file uploads, as many have before from my searches while trying to find an answer for my problem. I'm using Ext JS library 3.0.3.
I'm using...
Results 1 to 19 of 19
