]
Viacheslav Kabanovich updated JBIDE-13676:
------------------------------------------
Git Pull Request:
New Text Input wizard
---------------------
Key: JBIDE-13676
URL:
https://issues.jboss.org/browse/JBIDE-13676
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: jsp/jsf/xml/html source editing
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Labels: new_and_noteworthy
Fix For: 4.1.0.Alpha2
Attachments: TextInput.png, TextInputWizBan.png
Text with all variations
Wizard
1. Type: text/search/textarea/email/password/color/file etc.
2. Label:
3. ID:
4. Clear Button:
5. Placeholder:
6. Mini:
7. Disabled:
8. Hide Label:
9. Theme:
Result
Type=text
<label for="text-3">Text input:
data-clear-btn="true"</label>
<input data-clear-btn="true" name="text-3" id="text-3"
value="" type="text">
Type=search
<label for="search-1">Search:</label>
<input name="search-1" id="search-1" value=""
type="search">
Type=textarea
<label for="textarea-1">Textarea:</label>
<textarea cols="40" rows="8" name="textarea-1"
id="textarea-1"></textarea>
and so on.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: