~ubuntu-branches/ubuntu/oneiric/kde4libs/oneiric-proposed

« back to all changes in this revision

Viewing changes to khtml/ecma/kjs_html.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-07-08 00:08:34 UTC
  • mto: This revision was merged to the branch mainline in revision 247.
  • Revision ID: package-import@ubuntu.com-20110708000834-dr9a8my4iml90qe5
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
           BodyOnError, BodyOnMessage, BodyFocus,
99
99
           FormAction, FormEncType, FormElements, FormLength, FormAcceptCharset,
100
100
           FormReset, FormTarget, FormName, FormMethod, FormSubmit, SelectAdd,
101
 
           SelectTabIndex, SelectValue, SelectSelectedIndex, SelectLength,
 
101
           SelectValue, SelectSelectedIndex, SelectLength,
102
102
           SelectRemove, SelectForm, SelectType, SelectOptions,
103
103
           SelectDisabled, SelectMultiple, SelectName, SelectSize, SelectItem,  
104
104
           OptGroupDisabled, OptGroupLabel, OptionIndex, OptionSelected,
105
105
           OptionForm, OptionText, OptionDefaultSelected, OptionDisabled,
106
106
           OptionLabel, OptionValue, InputReadOnly, InputAccept,
107
 
           InputSize, InputDefaultValue, InputTabIndex, InputValue, InputType,
 
107
           InputSize, InputDefaultValue, InputValue, InputType,
108
108
           InputMaxLength, InputDefaultChecked, InputDisabled,
109
109
           InputChecked, InputIndeterminate, InputForm, InputAccessKey, InputAlign, InputAlt,
110
110
           InputName, InputSrc, InputUseMap, InputSelect, InputClick,
111
 
           InputSelectionStart, InputSelectionEnd, InputSetSelectionRange,
 
111
           InputSelectionStart, InputSelectionEnd, InputSetSelectionRange, InputPlaceholder,
112
112
           TextAreaAccessKey, TextAreaName, TextAreaDefaultValue, TextAreaSelect,
113
113
           TextAreaCols, TextAreaDisabled, TextAreaForm, TextAreaType,
114
 
           TextAreaTabIndex, TextAreaReadOnly, TextAreaRows, TextAreaValue,
 
114
           TextAreaReadOnly, TextAreaRows, TextAreaValue,
115
115
           TextAreaSelectionStart, TextAreaSelectionEnd, TextAreaSetSelectionRange,
116
 
           TextAreaTextLength, ButtonClick, ButtonForm, ButtonTabIndex, ButtonName,
 
116
           TextAreaTextLength,  TextAreaPlaceholder,
 
117
           ButtonClick, ButtonForm, ButtonName,
117
118
           ButtonDisabled, ButtonAccessKey, ButtonType, ButtonValue, LabelHtmlFor,
118
119
           LabelForm, LabelAccessKey, FieldSetForm, LegendForm, LegendAccessKey,
119
120
           LegendAlign, UListType, UListCompact, OListStart, OListCompact,
125
126
           AnchorAccessKey, AnchorCoords, AnchorHref, AnchorProtocol, AnchorHost,
126
127
           AnchorCharset, AnchorHrefLang, AnchorHostname, AnchorType,
127
128
           AnchorPort, AnchorPathName, AnchorHash, AnchorSearch, AnchorName,
128
 
           AnchorRev, AnchorTabIndex, AnchorTarget, AnchorText, AnchorClick,
 
129
           AnchorRev, AnchorTarget, AnchorText, AnchorClick, AnchorToString,
129
130
           ImageName, ImageAlign, ImageHspace, ImageVspace, ImageUseMap, ImageAlt,
130
131
           ImageLowSrc, ImageWidth, ImageIsMap, ImageBorder, ImageHeight,
131
132
           ImageLongDesc, ImageSrc, ImageX, ImageY, ImageComplete, ObjectHspace, ObjectHeight, ObjectAlign,
132
133
           ObjectBorder, ObjectCode, ObjectType, ObjectVspace, ObjectArchive,
133
134
           ObjectDeclare, ObjectForm, ObjectCodeBase, ObjectCodeType, ObjectData, ObjectGetSVGDocument,
134
 
           ObjectName, ObjectStandby, ObjectTabIndex, ObjectUseMap, ObjectWidth, ObjectContentDocument,
 
135
           ObjectName, ObjectStandby, ObjectUseMap, ObjectWidth, ObjectContentDocument,
135
136
           ParamName, ParamType, ParamValueType, ParamValue, AppletArchive,
136
137
           AppletAlt, AppletCode, AppletWidth, AppletAlign, AppletCodeBase,
137
138
           AppletName, AppletHeight, AppletHspace, AppletObject, AppletVspace,
138
139
           MapAreas, MapName, AreaHash, AreaHref, AreaTarget, AreaPort, AreaShape,
139
140
           AreaCoords, AreaAlt, AreaAccessKey, AreaNoHref, AreaHost, AreaProtocol,
140
 
           AreaHostName, AreaPathName, AreaSearch, AreaTabIndex, ScriptEvent,
 
141
           AreaHostName, AreaPathName, AreaSearch, ScriptEvent,
141
142
           ScriptType, ScriptHtmlFor, ScriptText, ScriptSrc, ScriptCharset,
142
143
           ScriptDefer, TableSummary, TableTBodies, TableTHead, TableCellPadding,
143
144
           TableDeleteCaption, TableCreateCaption, TableCaption, TableWidth,
167
168
           LayerTop, LayerLeft, LayerVisibility, LayerBgColor, LayerClip, LayerDocument, LayerLayers,
168
169
           ElementInnerHTML, ElementTitle, ElementId, ElementDir, ElementLang,
169
170
           ElementClassName, ElementInnerText, ElementDocument,
170
 
           ElementChildren, ElementContentEditable, ElementIsContentEditable,
171
 
           ElementAll, ElementScrollIntoView };
 
171
           ElementChildren, ElementContentEditable, ElementIsContentEditable,
 
172
           ElementAll, ElementScrollIntoView, ElementTabIndex };
172
173
 
173
174
    DOM::HTMLElementImpl* impl() const { return static_cast<DOM::HTMLElementImpl*>(m_impl.get()); }
174
175
    JSValue* indexGetter(ExecState *exec, unsigned index);
188
189
      T_Bool,   //Boolean, return true if property is not null
189
190
      T_Int,
190
191
      T_URL,
191
 
      T_TabIdx,   //Magic tab-index handling
192
192
      T_Res,      //Reserved, ignore sets, return empty string
193
193
      T_Coll,     //Collection, type is in attrID
194
194
      T_ReadOnly = 0x80 //Property should be handled only on read.