Ticket #2531043 (closed enhancement)
ReporterJoe Developer |
Opened: 09/2/11 Last modified: 04/17/12 Status: closed Type: enhancement Resolution: fixed |
Owner Eric Ferraiuolo |
Target Release: 3.5.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Ability to pass add class or id to widgetButton | ||
| Description: | In situations like: When adding buttons there are only 4 config options available, and seemingly no integrated way to get a reference to a particular button. There are cases when building dynamic forms and panels that you only want a given button to be visible depending on current state. Example: login form - there could be 2 buttons available: Login, Forgot Password Forgot Password is visible when username/email has been populated. Login is visible when both email/username and password has been entered, Forgot Password is hidden. |
||
| Type: | enhancement | Observed in Version: | 3.4.0 |
| Component: | Button | Severity: | S3 (normal) |
| Assigned To: | Eric Ferraiuolo | Target Release: | 3.5.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | #2531365, #2531366 | |
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 09/26/11
|
|
Posted: 01/26/12
|
|
Posted: 01/26/12
|
|
Posted: 01/26/12
|
|
Posted: 01/27/12
|
|
Posted: 02/22/12
Current WIP for WidgetButtons rewrite: https://github.com/yui/yui3/pull/82 |
|
Posted: 02/28/12
|
|
Posted: 04/17/12
Closing out bugs checked in to 3.5.0. |
Note to self: Look at DataTable because it does something like this...