sencha-touch-theming

Sencha Touch Charts style

拟墨画扇 提交于 2020-01-17 07:46:25
问题 I'm playing with Sencha Touch Charts. I've got them working, with interactions, animation everything is good. I even styled a bunch of them. But when I got around styling a series of type area.. it just wouldn't take. new Ext.chart.Chart({ theme: 'MyTheme', cls: 'myClass', legend: { ... }, interactions: [{ ... }], store: app.stores.MyStore, axes: [...], series: [{ type: 'area', axis: 'left', xField: 'Date', yField: 'someField' }, { type: 'line', axis: 'right', xField: 'Date', yField:

Sencha Touch Charts style

有些话、适合烂在心里 提交于 2020-01-17 07:46:03
问题 I'm playing with Sencha Touch Charts. I've got them working, with interactions, animation everything is good. I even styled a bunch of them. But when I got around styling a series of type area.. it just wouldn't take. new Ext.chart.Chart({ theme: 'MyTheme', cls: 'myClass', legend: { ... }, interactions: [{ ... }], store: app.stores.MyStore, axes: [...], series: [{ type: 'area', axis: 'left', xField: 'Date', yField: 'someField' }, { type: 'line', axis: 'right', xField: 'Date', yField:

navigate to next view on image tap?

瘦欲@ 提交于 2019-12-12 02:54:33
问题 I am using dataview itemTpl to display my images (thumbnail view). I am able to display the images properly. How can I add itemtap on these images? So that when I tap on a particular image a new view is shown with the tapped image? I tried this with controller but no luck. Can you help me solving this. I am using Sencha Architect 2 for my example. I am trying this code .Please correct me First View Ext.define('MyApp.view.MyPanel', { extend: 'Ext.Panel', alias: 'widget.galleryview', config: {

Using Marker to Spot a particular address in a Map (Sencha Touch 2) Sencha Map

岁酱吖の 提交于 2019-12-06 13:15:19
问题 Am trying to build an app which gives a user direction once he or she clicks on the address. the structure of my App goes this way: i have manage to compile all the address i want in a list form, meaning the user can click on the address and it will load the second page. view the picture below: The picture above shows my current app and my current stage of development which am stuck there, when the app loads it show the Page A and when you click on any of the address, it goes to page B. Page

Using Marker to Spot a particular address in a Map (Sencha Touch 2) Sencha Map

非 Y 不嫁゛ 提交于 2019-12-04 18:50:40
Am trying to build an app which gives a user direction once he or she clicks on the address. the structure of my App goes this way: i have manage to compile all the address i want in a list form, meaning the user can click on the address and it will load the second page. view the picture below: The picture above shows my current app and my current stage of development which am stuck there, when the app loads it show the Page A and when you click on any of the address, it goes to page B. Page be of my App should be a Map with a Marker showing the exact location of the address in the map and if