#3578 closed Enhancement (fixed)
Need 'id' for thewire/add form.
| Reported by: | blacktooth | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | The Wire | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: | easy |
Description
Having an id for thewire/add and thewire/reply forms makes it convenient to select them using jQuery and attach ajaxForm events.
ids can be something like,
thewire-form-add for adding a post
thewire-form-reply-$postguid for reply form
Change History (3)
comment:1 Changed 23 months ago by cash
- Difficulty set to easy
- Milestone changed from Needs Review to Elgg 1.8.0
comment:2 Changed 23 months ago by Cash Costello
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 23 months ago by cash
How about a class instead to distinguish the form easily from other forms on the page?
Note: See
TracTickets for help on using
tickets.

Fixes #3578 added a css class to thewire add form