File: aws_action_clear.tjs

package info (click to toggle)
libaws 2.2dfsg-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,624 kB
  • ctags: 1,173
  • sloc: ada: 61,829; ansic: 6,483; makefile: 1,282; xml: 196; sh: 119; java: 112; python: 66; sed: 40
file content (15 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

@@-- $1    action name onclick/onchange
@@-- $2    the tag node ID in the DOM tree where the action must be placed
@@-- $3    the id of the recipient to clear

@@SET@@ C_ACTION = $1
@@SET@@ C_ID = $2
@@SET@@ C_PLACEHOLDER = $3

<script>
   function call_@_C_ACTION_@_@_C_ID_@()
      @@INCLUDE@@ aws_func_clear.tjs @_C_PLACEHOLDER_@
</script>

@@INCLUDE@@ aws_action_js.tjs @_C_ACTION_@ @_C_ID_@