Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.6
-
None
Description
Major overhaul to the JavaScript-system of pprPanelGroup. Comment: Currently, the regexp-syntax won't work.
steps to fix this:
- instead of registering an event handler on every button and checking a pattern-match when the event is fired, only register event-handlers for such components where the pattern matches.
- you can do this when the regexp is added to the ppr-panel-group (cause then, all nodes will have been created)
- with, this regular expressions will now also work with input-fields...
regards,
Martin