Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

attachEvent method

Developers.QuiXattachEvent History

Hide minor edits - Show changes to output

January 18, 2008, at 01:51 PM by 195.200.193.10 -
Deleted line 0:
getdom
December 30, 2007, at 07:55 PM by chic4tel - chic4tel
Added line 1:
getdom
November 27, 2007, at 05:18 PM by Tassos Koutsovassilis -
Deleted line 0:
letoricd
November 16, 2007, at 06:37 AM by 196.20.65.114 -
Added line 1:
letoricd
June 18, 2007, at 05:13 PM by Tassos Koutsovassilis -
Changed lines 3-6 from:
The '''attachEvent''' is used for assigning a special function called handler, that gets called when a specific event is fired. `QuiX supports two kinds of event types; DOM events and custom events. Supported DOM events are:

''onmousedown, onmouseup, onmousemove, onmouseover, onmouseout, onkeypress, onkeyup, onclick, ondblclick, oncontextmenu, onscroll''
to:
The '''attachEvent''' is used for assigning a special function called a handler, that gets called when a specific event is fired. `QuiX supports two kinds of event types; DOM events and custom events. Supported DOM events are:

'''''onmousedown, onmouseup, onmousemove, onmouseover, onmouseout, onkeypress, onkeyup, onclick, ondblclick, oncontextmenu, onscroll'''''
Changed lines 9-10 from:
''onload, onresize''
to:
'''''onload, onresize'''''
June 18, 2007, at 05:11 PM by Tassos Koutsovassilis -
Changed line 19 from:
||!Parameters||''sEventName'' : Required. The name of the event to handle.[[<<]]''function_name'' : Required. The name of the function that gets called.||
to:
||!Parameters||''sEventName'' : Required. The name of the event to handle.[[<<]]''function_name'' : Required. A reference to the handler function.||
June 18, 2007, at 05:10 PM by Tassos Koutsovassilis -
Added lines 11-12:
The ''onload'' handler is called once immediately after the widget is placed on the document. The ''resize'' handler is called everytime the dimensions of a widget change.
June 18, 2007, at 05:07 PM by Tassos Koutsovassilis -
Changed lines 3-4 from:
The '''attachEvent''' is used for attaching a special function called handler, that gets called when a specific event is fired. `QuiX supports two kinds of event types; DOM events and custom events. Supported DOM events are:
to:
The '''attachEvent''' is used for assigning a special function called handler, that gets called when a specific event is fired. `QuiX supports two kinds of event types; DOM events and custom events. Supported DOM events are:
June 18, 2007, at 05:06 PM by Tassos Koutsovassilis -
Changed lines 5-6 from:
onmousedown, onmouseup, onmousemove, onmouseover, onmouseout, onkeypress, onkeyup, onclick, ondblclick, oncontextmenu, onscroll
to:
''onmousedown, onmouseup, onmousemove, onmouseover, onmouseout, onkeypress, onkeyup, onclick, ondblclick, oncontextmenu, onscroll''
Changed lines 9-10 from:
onload, onresize
to:
''onload, onresize''
June 18, 2007, at 05:05 PM by Tassos Koutsovassilis -
Changed lines 3-4 from:
The '''attachEvent''' is used for attaching a special function called handler, that gets called when a specific event is fired. QuiX supports two kinds of event types; DOM events and custom events. Supported DOM events are:
to:
The '''attachEvent''' is used for attaching a special function called handler, that gets called when a specific event is fired. `QuiX supports two kinds of event types; DOM events and custom events. Supported DOM events are:
June 18, 2007, at 05:04 PM by Tassos Koutsovassilis -
Changed lines 3-4 from:
The '''attachEvent''' is used for attaching a special function called handler, that gets called when a specific event is fired. Supported events are:
to:
The '''attachEvent''' is used for attaching a special function called handler, that gets called when a specific event is fired. QuiX supports two kinds of event types; DOM events and custom events. Supported DOM events are:
Added lines 7-10:
The supported custom events for every widget are:

onload, onresize
June 18, 2007, at 05:02 PM by Tassos Koutsovassilis -
Changed lines 3-4 from:
The '''attachEvent''' is used for attaching a special function called handler, that gets called when a specific event is fired.
to:
The '''attachEvent''' is used for attaching a special function called handler, that gets called when a specific event is fired. Supported events are:

onmousedown, onmouseup, onmousemove, onmouseover, onmouseout, onkeypress, onkeyup, onclick, ondblclick, oncontextmenu, onscroll
June 18, 2007, at 04:58 PM by Tassos Koutsovassilis -
Changed lines 3-4 from:
The '''attachEvent''' is used for attaching special functions called handlers that get called when a specific event is fired.
to:
The '''attachEvent''' is used for attaching a special function called handler, that gets called when a specific event is fired.
June 18, 2007, at 04:56 PM by Tassos Koutsovassilis -
Changed line 11 from:
||!Parameters|| ''sEventName'' : Required. The name of the event to handle.[[<<]]''function_name'' : Required. The name of the function that gets called.||
to:
||!Parameters||''sEventName'' : Required. The name of the event to handle.[[<<]]''function_name'' : Required. The name of the function that gets called.||
June 18, 2007, at 04:56 PM by Tassos Koutsovassilis -
Changed line 11 from:
||!Parameters|| ''sEventName'' : Required. The name of the event to handle.[[<<]]''function_name'' : The name of the function that gets called.||
to:
||!Parameters|| ''sEventName'' : Required. The name of the event to handle.[[<<]]''function_name'' : Required. The name of the function that gets called.||
June 18, 2007, at 04:55 PM by Tassos Koutsovassilis -
Added lines 1-19:
(:title attachEvent method:)

The '''attachEvent''' is used for attaching special functions called handlers that get called when a specific event is fired.

!! Syntax

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
||!Syntax||[@
widget.attachEvent(sEventName, function_name);
@]||
||!Parameters|| ''sEventName'' : Required. The name of the event to handle.[[<<]]''function_name'' : The name of the function that gets called.||
||!Returns|| - ||

!! Example

%code%
[@

@]
Page last modified on January 18, 2008, at 01:51 PM