Jump to content

Search the Community

Showing results for tags 'sencha touch'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. Dear Friends, A simple example of implementation DateTimepicker for Sencha Touch: Source: https://github.com/tomalex0/senchatouch-datetimepickerv2 Demo: http://tomalex0.github.com/senchatouch-datetimepickerv2 How to use: 1. Download the following files and add these files to the directory "/files": https://raw.githubusercontent.com/tomalex0/senchatouch-datetimepickerv2/master/ux/DateTime.js https://raw.githubusercontent.com/tomalex0/senchatouch-datetimepickerv2/master/ux/DateTimePicker.js 2. and add these files to your project (CustomFiles...): files/DateTime.js files/DateTimePicker.js 3. UnimDatePicker1.DateFormat := "dd/MM/yyyy H:i" 4. UnimDatePicker1 -> ClientEvents -> UniEvents .. beforeInit fn: function beforeInit(sender, config) { config.picker = Ext.create('Ext.ux.picker.DateTime', { useTitles: false, doneButton: true, cancelButton: true, minuteInterval : 1, //slotOrder: ['month', 'day', 'year','hour','minute'], toolbar: { //items : datetimepickettoolbaritems } }); } It can also be applied to UnimDBDatePicker (as in the screenshot)... Try, Best regards.
  2. Hello, I wonder how I could customize the touch-theme colors? I would like to change the colors of "sencha-touch" at runtime for example: change the blue triton by green change the color of unimdbgrid or unimdblist how do I get access to this kind of customization? if anyone knows how Thank you so much Leandro Ávila
×
×
  • Create New...