-
13 Oct 2012 9:37 AM #1
Unanswered: Keyboard "Go" and "Search" button configuration for ios
Unanswered: Keyboard "Go" and "Search" button configuration for ios
Hi guys,
I want to change the Keyboard "Go" and "Search" button configuration for ios, for textfields. Also would like to handle them.
Previously, when I was using Ext.form.FormPanel, I used to get Go. However, it was refreshing the UIWebview.
Then I had to change the Ext.form.FormPanel to Ext.panel.
I don't wish to change any component now, as we are in final stage of the project.
Appreciate the effort the team is doing.
-
15 Oct 2012 4:39 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,656
- Vote Rating
- 435
- Answers
- 3108
What do you mean you want to change the button configuration?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
15 Oct 2012 10:01 PM #3
I want to change the return button to say "Search". If I use xtype: 'searchField' in a form, it works however i want to have it in a Panel, as the app is almost done and don't want to go about changing components.
-
16 Oct 2012 4:09 AM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,656
- Vote Rating
- 435
- Answers
- 3108
You must have the search field within a form to get the Search button to show in the keyboard. This is how Apple is doing it, you have no other control over it.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
16 Oct 2012 10:02 AM #5
When I was changing my panel to form, I was losing all my UI. After seeing around, found out that if I made the form scrollable false, its UI came back just like the panel. So, that is done.
Also, at one place I am using a Ext.container which happens to be transparent(having UI in the background). If I go about changing this component to form or panel for that matter, how do I make it transparent?
-
16 Oct 2012 11:03 AM #6Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,656
- Vote Rating
- 435
- Answers
- 3108
With CSS
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote