Search Type: Posts; User: MaximusW
Search: Search took 0.02 seconds.
-
26 Oct 2011 9:42 AM
Jump to post Thread: SenchaConDemo MVC by MaximusW
- Replies
- 11
- Views
- 1,759
+1
-
22 Aug 2011 12:21 PM
Jump to post Thread: Wrap Custom HTML Around a XType by MaximusW
- Replies
- 0
- Views
- 348
I'm trying to wrap some custom HTML around a xtype:
<ul class="box">
<li>
{xtype: 'textareafield', id:'mytextfield', maxLength: 140}
</li>
</ul> -
22 Aug 2011 11:15 AM
- Replies
- 7
- Views
- 9,948
An alternative solution: spin.js - http://fgnass.github.com/spin.js/
-
22 Aug 2011 6:40 AM
- Replies
- 1
- Views
- 419
Thanks to the following article the issue has been resolved:
"FIX Request format is unrecognized for URL unexpectedly ending in"
http://bit.ly/pfLNRd -
22 Aug 2011 5:56 AM
- Replies
- 1
- Views
- 419
I'm hosting my app and a web service on the same domain:
Web App: http://mydomain.com/wa/
Web Service: http://mydomain.com/ws/
The web app is calling the web service via an AJAX request using... -
19 Aug 2011 5:21 AM
Jump to post Thread: Using Sencha's CDN by MaximusW
- Replies
- 1
- Views
- 968
Does Sencha recommend using their CDN for commercial Sencha Touch applications?
<script src="http://cdn.sencha.io/touch/1.1.0/sencha-touch.js" type="text/javascript"></script>
I'd be... -
19 Aug 2011 3:54 AM
- Replies
- 3
- Views
- 1,456
That's exactly what I was looking for. Anytime you can reduce 5 lines of code to 1 line of code it's a good thing.
Thank you, fx-mike. -
18 Aug 2011 11:22 AM
- Replies
- 4
- Views
- 1,590
guipo,
Not really a direct response to your question, but I wanted to make sure that you were aware of the framework's built in solution for idiomatic layouts:... -
18 Aug 2011 11:08 AM
- Replies
- 3
- Views
- 1,456
I don't know if this is the best/easiest solution, but here's what I'm using:
parser=new DOMParser();
xmlDoc=parser.parseFromString(response.responseText, "text/xml");... -
18 Aug 2011 6:42 AM
- Replies
- 3
- Views
- 1,456
I'm calling a web service using the following Ext.Ajax.request:
Ext.Ajax.request({
params: {CustomerNumber:customerNumber, SurveyID:surveyId},
url:... -
5 Aug 2011 4:30 PM
- Replies
- 0
- Views
- 332
Is it possible for Panel A to listen for events that occur within Panel B?
If so, I'd really appreciate a code sample showing me how to set this up. Thanks in advance for any assistance. -
5 Aug 2011 5:10 AM
- Replies
- 2
- Views
- 540
Thanks for pointing me in the right direction. I've got working now.
-
4 Aug 2011 4:30 PM
- Replies
- 2
- Views
- 540
I need to be able to set a background image in my Carousel. At first I tried using the html config option with an img tag. The imaged appeared, but it pushed the "number of pages" graphic (displayed...
Results 1 to 13 of 13
