Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.0
-
Fix Version/s: None
-
Component/s: Controllers
-
Labels:None
Description
afterView() closure tells us when a view has been rendered, but only the GSP and not any layout that it is wrapped in. Would be useful to have afterLayout() as well.
I would suggest there should be matching pairs:
before/after
beforeView/afterview
beforeLayout/afterLayout
Others?