[jbosstools-issues] [JBoss JIRA] (JBIDE-15713) Advanced HTML5 Properties view

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Mon Oct 28 21:23:02 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-15713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12825334#comment-12825334 ] 

Viacheslav Kabanovich edited comment on JBIDE-15713 at 10/28/13 9:22 PM:
-------------------------------------------------------------------------

*Proposed property forms in "jQuery" tab:*

<a> data-role="button" (data-role, rel, transition, direction, position to, prefetch, corners, icon, icon position, icon shadow, inline, mini, shadow, theme, dom cache, ajax)

<div> data-role not set (data-role, ajax, enhance)
<div> data-role="collapsible" (data-role, collapsed, mini, inset, collapsed icon, expanded icon, icon position, theme, content theme, ajax, enhance)
<div> data-role="collapsible-set"  (data-role, mini, inset, collapsed icon, expanded icon, icon position, theme, content theme, ajax, enhance)
<div> data-role="content" (data-role, ajax, enhance)
<div> data-role="controlgroup" (data-role, mini, horizontile/vertical, ajax, enhance)
<div> data-role="dialog" (data-role, title, corners, close button, close button text, theme, overlay theme, dom cache, ajax, enhance)
<div> data-role="fieldcontain"  (data-role, ajax, enhance)
<div> data-role="footer"  (data-role, fullscreen, position, theme, data id, ajax, enhance)
<div> data-role="header" (data-role, fullscreen, position, theme, data id, ajax, enhance)
<div> data-role="navbar"  (data-role, icon position, ajax, enhance)
<div> data-role="page" (data-role, title, url, back button, back button text, theme, overlay theme, back button theme, dom-cache, ajax)
<div> data-role="panel" (data-role, dismissible, display, position, position fixed, swipe close, theme, enhance, ajax)
<div> data-role="popup" (data-role, corners, dismissible, tolerance, shadow, theme, overlay theme, enhance, ajax)

<fieldset> data-role="collapsible" (same as <div> data-role="collapsible")

<input> type="button | reset | submit" (corners, icon, icon position, icon shadow, inline, mini, shadow, theme)
<input> type="checkbox" (mini, theme)
<input> type="file | image | password | text" (clear button, clear button text, mini, role, theme)
<input> type="radio" (mini, theme)

<button> (same as <input> type="button)

<textarea> (same as <input> type="text")

<ul | ol> data-role="listview" (data-role, filter, filter placeholder, inset, autodividers, icon, split icon, count theme, divider theme, header theme, split theme, filter theme)

<table> data-role="table" (data-role, mode, responsible, stripes, theme)


*Proposed property forms in "HTML" tab:*

Any tag (id)
<a> (url)
<input>  type="button" (type, value, disabled, autofocus)
<input>  type="text | password | search | file url" (type, value, pattern, placeholder, required, max length, disabled, autofocus)
<input>  type="number" (same as others + min, max, step)

<form> (name, action, method, novalidate, autocomplete)
<img> (url, alt, width, height, is map, use map, crossorigin)
<video> (url, poster, width, height, autoplay, controls, loop, muted, preload)
<audio> (url, poster, width, height, autoplay, controls, loop, muted, preload)
<source> (url, type)

<link> (href, rel)
<meta> (name, content)
<script> (src, type)
<style> (type)
<body> (background, bgcolor, ...)
                
      was (Author: scabanovich):
    Proposed property forms in "jQuery" tab:

<a> data-role="button" (data-role, rel, transition, direction, position to, prefetch, corners, icon, icon position, icon shadow, inline, mini, shadow, theme, dom cache, ajax)

<div> data-role not set (data-role, ajax, enhance)
<div> data-role="collapsible" (data-role, collapsed, mini, inset, collapsed icon, expanded icon, icon position, theme, content theme, ajax, enhance)
<div> data-role="collapsible-set"  (data-role, mini, inset, collapsed icon, expanded icon, icon position, theme, content theme, ajax, enhance)
<div> data-role="content" (data-role, ajax, enhance)
<div> data-role="controlgroup" (data-role, mini, horizontile/vertical, ajax, enhance)
<div> data-role="dialog" (data-role, title, corners, close button, close button text, theme, overlay theme, dom cache, ajax, enhance)
<div> data-role="fieldcontain"  (data-role, ajax, enhance)
<div> data-role="footer"  (data-role, fullscreen, position, theme, data id, ajax, enhance)
<div> data-role="header" (data-role, fullscreen, position, theme, data id, ajax, enhance)
<div> data-role="navbar"  (data-role, icon position, ajax, enhance)
<div> data-role="page" (data-role, title, url, back button, back button text, theme, overlay theme, back button theme, dom-cache, ajax)
<div> data-role="panel" (data-role, dismissible, display, position, position fixed, swipe close, theme, enhance, ajax)
<div> data-role="popup" (data-role, corners, dismissible, tolerance, shadow, theme, overlay theme, enhance, ajax)

<fieldset> data-role="collapsible" (same as <div> data-role="collapsible")

<input> type="button | reset | submit" (corners, icon, icon position, icon shadow, inline, mini, shadow, theme)
<input> type="checkbox" (mini, theme)
<input> type="file | image | password | text" (clear button, clear button text, mini, role, theme)
<input> type="radio" (mini, theme)

<button> (same as <input> type="button)

<textarea> (same as <input> type="text")

<ul | ol> data-role="listview" (data-role, filter, filter placeholder, inset, autodividers, icon, split icon, count theme, divider theme, header theme, split theme, filter theme)

<table> data-role="table" (data-role, mode, responsible, stripes, theme)


Proposed property forms in "HTML" tab:

Any tag (id)
<a> (url)
<input>  type="button" (type, value, disabled, autofocus)
<input>  type="text | password | search | file url" (type, value, pattern, placeholder, required, max length, disabled, autofocus)
<input>  type="number" (same as others + min, max, step)

<form> (name, action, method, novalidate, autocomplete)
<img> (url, alt, width, height, is map, use map, crossorigin)
<video> (url, poster, width, height, autoplay, controls, loop, muted, preload)
<audio> (url, poster, width, height, autoplay, controls, loop, muted, preload)
<source> (url, type)

<link> (href, rel)
<meta> (name, content)
<script> (src, type)
<style> (type)
<body> (background, bgcolor, ...)
                  
> Advanced HTML5 Properties view
> ------------------------------
>
>                 Key: JBIDE-15713
>                 URL: https://issues.jboss.org/browse/JBIDE-15713
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: jsp/jsf/xml/html source editing
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>              Labels: new_and_noteworthy
>             Fix For: 4.2.x
>
>


--
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: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list