Search Type: Posts; User: cbobo

Search: Search took 0.02 seconds.

  1. 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...
  2. 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...
  3. 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