Search Type: Posts; User: jdruid
Search: Search took 0.01 seconds.
-
26 Oct 2011 11:29 AM
Jump to post Thread: Xtemplate apply from controller by jdruid
- Replies
- 3
- Views
- 589
I made a little further progress in understanding the issue.
It appears I cannot target a dom object from the controller since it is not rendered yet.
Does that make sense? I need to pass data... -
26 Oct 2011 10:51 AM
Jump to post Thread: Object value is always empty by jdruid
- Replies
- 2
- Views
- 519
I got it. For some reason I cannot do the following
Ext.getCmp('myform').getValues().getByName();
I have to do
var values = Ext.getCmp('myform').getValues(); -
26 Oct 2011 6:03 AM
Jump to post Thread: Object value is always empty by jdruid
- Replies
- 2
- Views
- 519
Anyone?
This seems to be the most simplest thing to accomplish but obviously I am missing something. I cannot get the value of an element within a listener of another. The value is always empty... -
25 Oct 2011 6:10 PM
Jump to post Thread: Object value is always empty by jdruid
- Replies
- 2
- Views
- 519
I'm attaching some handlers to each of the form fields so there is some type of action that takes place after a user changes the value.
In my case, if I enter data in the first field (billAmount)... -
25 Oct 2011 6:37 AM
Jump to post Thread: Xtemplate apply from controller by jdruid
- Replies
- 3
- Views
- 589
I think i am going about this all wrong.
I am trying to dynamically create a set number of elements based on a value chosen by the user on the previous screen.
Ex:
dropdown menu user... -
24 Oct 2011 12:41 PM
Jump to post Thread: Xtemplate apply from controller by jdruid
- Replies
- 3
- Views
- 589
i dumbed down my code even more. The controller is still the same, it constructs an object. But my view now only has the following
app.views.CalculatorSplitDetail =... -
24 Oct 2011 10:48 AM
Jump to post Thread: Xtemplate apply from controller by jdruid
- Replies
- 3
- Views
- 589
I am having some difficulty with XTemplates and using the MVC structure. I have went through a few of the tutorials and by themselves they make sense but when I try to apply them to what I am trying...
-
24 Oct 2011 8:07 AM
- Replies
- 3
- Views
- 753
Any updates on this one?
-
24 Oct 2011 7:37 AM
- Replies
- 6
- Views
- 915
did this ever get resolved?
I am having a similar issue. -
21 Oct 2011 6:56 AM
- Replies
- 3
- Views
- 951
I guess what I am trying to say and do is add more items in a row.
It seems Sencha is great at adding an item that consists of a label and form element but I need to add a label, image, form... -
21 Oct 2011 6:16 AM
- Replies
- 3
- Views
- 951
That could be the problem. :)
Is there a component that I can use for text? Like a span? -
20 Oct 2011 8:13 AM
- Replies
- 3
- Views
- 951
I am trying to recreate an html row in sencha like this:
HTML
<div class=row><label>some text</label><select><option>1</option></select><span>more text</span></div>
I am using... -
20 Oct 2011 6:54 AM
Jump to post Thread: Ext.form.Select styling by jdruid
- Replies
- 1
- Views
- 518
Nevermind. I had a brain block. not sure what I was thinking. It is controlled via the x-input classes
-
19 Oct 2011 12:13 PM
Jump to post Thread: Ext.form.Select styling by jdruid
- Replies
- 1
- Views
- 518
I am using the following Ext.form.Select for a 'select forme element'. My issue is the .x-field-mask does not seem like it can be resized. It has some padding and height in it which I need to size...
-
19 Oct 2011 12:06 PM
- Replies
- 2
- Views
- 708
Thanks for the tip. That is what I did and it is much easier.
-
17 Oct 2011 9:29 AM
- Replies
- 2
- Views
- 708
I am trying to create a TabBar app using the MVC convention. I have it set up but I would like each of the 'tabs' to be it's own view. I stumbled across an example for TabBarMvc and it seems it...
-
26 Jul 2011 12:29 PM
Jump to post Thread: Google Places API & Sencha by jdruid
- Replies
- 6
- Views
- 1,648
Hello,
I am back trying Sencha Touch. I am trying to (what I think is simple) a request to Google for a list of Places that are within GeoCoords. I had a prototype working in iOS and in jQuery...
Results 1 to 17 of 17
