Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jsf/plugins/org.eclipse.jst.pagedesigner.jsf.ui/configs/cm/jsfhtml.properties')
-rw-r--r--jsf/plugins/org.eclipse.jst.pagedesigner.jsf.ui/configs/cm/jsfhtml.properties102
1 files changed, 102 insertions, 0 deletions
diff --git a/jsf/plugins/org.eclipse.jst.pagedesigner.jsf.ui/configs/cm/jsfhtml.properties b/jsf/plugins/org.eclipse.jst.pagedesigner.jsf.ui/configs/cm/jsfhtml.properties
new file mode 100644
index 000000000..034564874
--- /dev/null
+++ b/jsf/plugins/org.eclipse.jst.pagedesigner.jsf.ui/configs/cm/jsfhtml.properties
@@ -0,0 +1,102 @@
+Attribute.Label.accept=Accept
+Attribute.Label.acceptcharset=Accept Charset
+Attribute.Label.accesskey=Access Key
+Attribute.Label.action=Action
+Attribute.Label.actionListener=ActionListener
+Attribute.Label.alt=Alt
+Attribute.Label.bgcolor=BG Color
+Attribute.Label.binding=Binding
+Attribute.Label.border=Border
+Attribute.Label.cellpadding=Cell Padding
+Attribute.Label.cellspacing=Cell Spacing
+Attribute.Label.charset=Charset
+Attribute.Label.cols=Cols
+Attribute.Label.columnClasses=Column Classes
+Attribute.Label.columns=Columns
+Attribute.Label.converter=Converter
+Attribute.Label.coords=Coords
+Attribute.Label.dir=Dir
+Attribute.Label.disabled=Disabled
+Attribute.Label.disabledClass=Disabled Class
+Attribute.Label.enabledClass=Enabled Class
+Attribute.Label.enctype=Enctype
+Attribute.Label.errorClass=Error Class
+Attribute.Label.errorStyle=Error Style
+Attribute.Label.escape=Escape
+Attribute.Label.fatalClass=Fatal Class
+Attribute.Label.fatalStyle=Fatal Style
+Attribute.Label.first=First
+Attribute.Label.footerClass=Footer Class
+Attribute.Label.for=For
+Attribute.Label.frame=Frame
+Attribute.Label.globalOnly=Global Only
+Attribute.Label.headerClass=Header Class
+Attribute.Label.height=Height
+Attribute.Label.hreflang=Hreflang
+Attribute.Label.id=ID
+Attribute.Label.image=Image
+Attribute.Label.immediate=Immediate
+Attribute.Label.infoClass=Info Class
+Attribute.Label.infoStyle=Info Style
+Attribute.Label.ismap=Ismap
+Attribute.Label.lang=Lang
+Attribute.Label.layout=Layout
+Attribute.Label.link=Link
+Attribute.Label.longdesc=Longdesc
+Attribute.Label.maxlength=Max Length
+Attribute.Label.onblur=Onblur
+Attribute.Label.onchange=Onchange
+Attribute.Label.onclick=Onclick
+Attribute.Label.ondblclick=Ondblclick
+Attribute.Label.onfocus=Onfocus
+Attribute.Label.onkeydown=Onkeydown
+Attribute.Label.onkeypress=Onkeypress
+Attribute.Label.onkeyup=Onkeyup
+Attribute.Label.onmousedown=Onmousedown
+Attribute.Label.onmousemove=Onmousemove
+Attribute.Label.onmouseout=Onmouseout
+Attribute.Label.onmouseover=Onmouseover
+Attribute.Label.onmouseup=Onmouseup
+Attribute.Label.onreset=Onreset
+Attribute.Label.onselect=Onselect
+Attribute.Label.onsubmit=Onsubmit
+Attribute.Label.readonly=Read Only
+Attribute.Label.redisplay=Redisplay
+Attribute.Label.rel=Rel
+Attribute.Label.rendered=Rendered
+Attribute.Label.required=Required
+Attribute.Label.rev=Rev
+Attribute.Label.rowClasses=Row Classes
+Attribute.Label.rows=Rows
+Attribute.Label.rules=Rules
+Attribute.Label.shape=Shape
+Attribute.Label.showDetail=Show Detail
+Attribute.Label.showSummary=Show Summary
+Attribute.Label.size=Size
+Attribute.Label.style=Style
+Attribute.Label.styleClass=Style Class
+Attribute.Label.summary=Summary
+Attribute.Label.tabindex=Tab Index
+Attribute.Label.target=Target
+Attribute.Label.title=Title
+Attribute.Label.tooltip=Tooltip
+Attribute.Label.type=Type
+Attribute.Label.url=URL
+Attribute.Label.usemap=Usemap
+Attribute.Label.validator=Validator
+Attribute.Label.value=Value
+Attribute.Label.valueChangeListener=ValueChangeListener
+Attribute.Label.var=Var
+Attribute.Label.warnClass=Warn Class
+Attribute.Label.warnStyle=Warn Style
+Attribute.Label.width=Width
+Category.Label.CSS=CSS
+Category.Label.CSS2=CSS2
+Category.Label.CSS3=CSS3
+Category.Label.CSS4=CSS4
+Category.Label.Event=Event
+Category.Label.HTML=HTML
+Category.Label.JSF=JSF
+Category.Label.Language=Language
+Category.Label.Link=Link
+Category.Label.Table=Table

Back to the top