Add
requires: [
'Ext.MessageBox'
],
Type: Posts; User: mikegriffin
Add
requires: [
'Ext.MessageBox'
],
This link has a working version and the Architect xds file
http://www.onebiglink.com/autograph/
Add SignaturePad.js to your project root.
Add in a JS Resource that points to this (note: this will then deploy with your project and let you edit in Architect)
Create a loader...
setTimeout("var map = Ext.getCmp('googlemap_add').getMap();var myLatLng = new google.maps.LatLng(Ext.getCmp('lat').getValue(),Ext.getCmp('lon').getValue());map.setCenter(myLatLng)", 1000);
I delay...
onMysearchfieldKeyup: function(textfield, e, options) {
var store = Ext.getStore('item');
store.clearFilter();
store.filterBy(function(record) {
var thisRegEx...
Here is a button which launches a time picker
{
xtype: 'button',
name: 'timebutton',
text:...
I am wondering if there is a limit on file sizes when using Phonegap Build - the sencha-touch-all.js is smaller than sencha-touch-all-debug.js - in theory the debug should work as well?
On an...
You need the LeafSelectedPlugin.js from the kitchen sink and the json file on your server.
I got this working by amending your code to
<!DOCTYPE html>
<html>
<head>
<title>Nested...