mantisbt:combo_edit_requirements
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mantisbt:combo_edit_requirements [2007/05/21 23:44] – created vboctor | mantisbt:combo_edit_requirements [2008/10/29 04:25] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 42: | Line 42: | ||
| */ | */ | ||
| | | ||
| + | </ | ||
| + | |||
| + | * The functions that calculate the results and are called by Javascript using XMLHttpRequest will be implemented in core/ | ||
| + | <code php> | ||
| /** | /** | ||
| - | * A function that returns the list of reporter names based on a context and a prefix. | + | * A function that returns the list of reporter names based on a context and a prefix. |
| * | * | ||
| * @param $p_context - The context to be used by the function. | * @param $p_context - The context to be used by the function. | ||
| Line 53: | Line 57: | ||
| * Returns a localized string in case of an error that should be displayed to the user (will only be visible if div was supplied) | * Returns a localized string in case of an error that should be displayed to the user (will only be visible if div was supplied) | ||
| */ | */ | ||
| - | | + | |
| </ | </ | ||
| * Use the Javascript libraries that are already shipped with 1.1.0a3 (i.e. prototype, scripticulous). | * Use the Javascript libraries that are already shipped with 1.1.0a3 (i.e. prototype, scripticulous). | ||
| * Make it dead simple to migrate from standard controls to this control. | * Make it dead simple to migrate from standard controls to this control. | ||
| + | * In the case where the javascript configuration option is OFF, the implementation should map to a normal text box or combobox. | ||
| + | * Shouldn' | ||
| + | |||
| + | ====== Usage in Mantis ====== | ||
| + | |||
| + | * As part of the implementation | ||
| + | * Platform (report/ | ||
| + | * OS (report/ | ||
| + | * OS Version (report/ | ||
| + | * Reporter Name (update issue page) | ||
| + | * Followed by: | ||
| + | * Filters (reporter, assigned to, etc) | ||
| + | * and other as appropriate. | ||
| ====== Feedback ====== | ====== Feedback ====== | ||
| Please provide feedback in this section. | Please provide feedback in this section. | ||
mantisbt/combo_edit_requirements.1179805454.txt.gz · Last modified: (external edit)
