This simple plugin is brings to webkit speech feature activated.
How to use:
Source code URL:PHP Code:{
xtype: 'textfield',
plugins: [ Ext.ux.FieldSpeecher ],
listeners: {
speech: function(field, value) {
// todo...
}
}
}
You can find the code on github at kebab-project.com repos.
https://github.com/kebab-project/keb...eldSpeecher.js
Best regards.
