webmcp

view framework/env/slot/__init.lua @ 534:efc700d98c17

Removed attr support for value container but kept bugfix from changeset a2ff42a662125a5c6b958f1c6a210382fe712308
author jbe
date Mon Apr 01 23:35:29 2019 +0200 (2019-04-01)
parents 93ebbc1e5dbc
children
line source
1 request.for_each(function()
3 slot._active_slot = "default"
5 slot._current_layout = "default"
6 slot._content_type = nil
7 slot._layout_set = false
9 slot._data = nil
10 slot.reset_all()
12 end)

Impressum / About Us