Search Type: Posts; User: cbobo
Search: Search took 0.02 seconds.
-
3 Dec 2012 1:56 PM
- Replies
- 7
- Views
- 982
I've been working with this problem, and have found a workaround.
parseFunctions: {
"MS": function(input, strict) {
// note: the timezone offset is ignored since the MS Ajax... -
19 Jun 2012 11:48 AM
- Replies
- 2
- Views
- 541
The date is always written as timestamp because field.dateFormat doesn't exist.
writeDate: function(field, date) {
var dateFormat = field.dateFormat || 'timestamp';
In v2.0.1 The... -
23 Feb 2012 10:33 AM
- Replies
- 1
- Views
- 752
We're writing WebDriver tests for our Sencha Touch 2 app. Before the page/view can be tested we need to know that is has been completely loaded/rendered.
Detecting when the first page is loaded...
Results 1 to 3 of 3
