Roxen.git/
server/
modules/
graphics/
gbutton.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2005-10-24
2005-10-24 09:50:16 by Anders Johansson <anders@roxen.com>
6dcfc7eec5ffa4d644c4905ce216c51398fe4870 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Added id and accesskey attributes to a tags.
Rev: server/modules/graphics/gbutton.pike:1.113
27:
// must also be aligned left or right.
-
constant cvs_version = "$Id: gbutton.pike,v 1.
112
2005/10/
01
14
:
56
:
20
jonasw
Exp $";
+
constant cvs_version = "$Id: gbutton.pike,v 1.
113
2005/10/
24
09
:
50
:
16
anders
Exp $";
constant thread_safe = 1; #include <module.h>
950:
foreach(indices(args), string arg) if(has_value("/target/onmousedown/onmouseup/onclick/ondblclick/" "onmouseout/onmouseover/onkeypress/onkeyup/"
-
"onkeydown/style/class/",
+
"onkeydown/style/class/
id/accesskey/
",
"/" + lower_case(arg) + "/")) a_attrs[arg] = args[arg];