Hybrid View
-
17 Aug 2011 2:59 AM #1
Ext JS Webkit Speech (webkit-speech) Plug-in for TextFields
Ext JS Webkit Speech (webkit-speech) Plug-in for TextFields
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.


Reply With Quote