webmcp

view framework/env/slot/layout_is_set.lua @ 497:d89813dd4d92

New function request.add_error_handler(...); Allow layout_ident to be passed directly to slot.render_layout(...)
author jbe
date Sun Jul 23 02:51:13 2017 +0200 (2017-07-23)
parents 93ebbc1e5dbc
children
line source
1 --[[--
2 bool = -- set to true if layout has been set explicitly during processing request
3 slot.layout_is_set()
5 Returns true if slot.set_layout(...) has been called during handling of a request.
7 --]]--
9 function slot.layout_is_set()
10 return slot._layout_set
11 end

Impressum / About Us