Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
New Contributor
rohitmaurya
Posts: 9
Registered: ‎01-07-2013
My Carrier: NA
Accepted Solution

How to disable form control (Previous, submit, next)

Plz anybody know the soln???

I am using this code in config.xml but still not working.

 

<feature id="blackberry.app">
<param name="formControl" value="disabled" />

</feature>

 

Do i need to include any API for the "blackberry.app " Or simply wrting these lines make form control disable.

Please use plain text.
BlackBerry Development Advisor
erikjohnzon
Posts: 236
Registered: ‎09-21-2012
My Carrier: Virgin

Re: How to disable form control (Previous, submit, next)

We tried to trick you :smileywink:. Our mistake in the docs; It should read "disable" and NOT "disabled". I opened an issue here, so you can update your code, we will update the docs on our next release.

 

-https://github.com/blackberry/WebWorks-API-Docs/issues/429

 

Thanks!

@erikjohnzon
erjohnson@blackberry.com
Please use plain text.
New Contributor
rohitmaurya
Posts: 9
Registered: ‎01-07-2013
My Carrier: NA

Re: How to disable form control (Previous, submit, next)

So much Thx Erik . It should be "disable" . :smileyhappy:
Please use plain text.
BlackBerry Development Advisor
erikjohnzon
Posts: 236
Registered: ‎09-21-2012
My Carrier: Virgin

Re: How to disable form control (Previous, submit, next)

No problem, best of luck.

@erikjohnzon
erjohnson@blackberry.com
Please use plain text.