About Store Forum Documentation Contact



Post Reply 
Disable button
Author Message
Dynad Offline
Member

Post: #1
Disable button
Hey,

How can i disable a button e.g that the button is unclickable. I want some input first before the button gets active and usable. Dunno where i can find this. I see you have deactivate but thats only focus from keyboard etc.


Thnx,
~Dynad

There is always evil somewhere, you just have to look for it properly.
12-24-2010 02:08 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Disable button
button.disabled(true)
12-24-2010 02:21 AM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #3
RE: Disable button
Thnx smile

There is always evil somewhere, you just have to look for it properly.
12-24-2010 03:00 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply