Commit 53bb314380a4b81a4fd0d3a5fefb2f8da273df91
1 parent
74c38518
add href (helper) with only WEB_Action_Name argument
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
web/types/making_a_web_site.anubis
| @@ -414,6 +414,14 @@ public define A_href | @@ -414,6 +414,14 @@ public define A_href | ||
| 414 | href(action, [extra_ops]) | 414 | href(action, [extra_ops]) |
| 415 | . | 415 | . |
| 416 | 416 | ||
| 417 | +public define A_href | ||
| 418 | + href | ||
| 419 | + ( | ||
| 420 | + WEB_Action_Name action | ||
| 421 | + )= | ||
| 422 | + href(action, []) | ||
| 423 | +. | ||
| 424 | + | ||
| 417 | public type A_target: | 425 | public type A_target: |
| 418 | _blank, | 426 | _blank, |
| 419 | _self, | 427 | _self, |