Ignore:
Timestamp:
11 Dec 2011, 10:17:35 (13 years ago)
Author:
Henrik Bettermann
Message:

Implement a new Action class which renders a JS onclick command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/resources.py

    r7321 r7328  
    113113#:   .. code-block:: html
    114114#:
    115 #:        <input type="submit" name="xyz" value="abc"/>
    116 #:               onclick="return confirmPost('Are you sure?')">
     115#:        <input type="submit" name="xyz" value="abc">
     116#:               onclick="return confirmPost('Are you sure?')"/>
    117117warning = ResourceInclusion(waeup_sirp, 'warning.js')
    118118
Note: See TracChangeset for help on using the changeset viewer.