Page 1 of 1

How do you document change in button states?

Posted: Tue Nov 17, 2009 12:37 pm
by idotdot
I have a team back in india and I need to send them how various buttons and controls will change state when use clicks one button.

For example, When user clicks button A, Button B should be Enabled, the Label of button a should change to "XYZ" Some text box on page should be disabled.

There are many buttons on the page and have effects on other buttons.controls.

What is the best way yo document these states?

Thanks a lot

Re: How do you document change in button states?

Posted: Tue Nov 17, 2009 3:30 pm
by pickle
I'd guess multiple screenshots/mockups of different states. For example, label one mockup "Button A pressed" and show the screen how it should look, etc.

Or you can describe it just like you did here - it seemed pretty straightforward.

Re: How do you document change in button states?

Posted: Tue Nov 17, 2009 4:07 pm
by josh
Check this out, found it in Magento.

Re: How do you document change in button states?

Posted: Thu Nov 19, 2009 10:21 am
by idotdot
Thanks so much. The techniques suggested by you I already use, I was just wondering if there was some other technique tht was more effective.