@itrocks/action
Version:
An abstract class for applying actions in your framework, with @Actions and @Need decorators for assignment
15 lines (12 loc) • 312 B
HTML
<html lang="en">
<head>
<link href="app://(css)" rel="stylesheet">
<title>{action.toDisplay.ucFirst}</title>
</head>
<body>
<!--BEGIN-->
<input formaction="app://(object.@route)/(action)" formtarget="{?target}" type="submit" value="{action.toDisplay.ucFirst.tr}">
<!--END-->
</body>
</html>