mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-01-01 05:01:40 +09:00
Fixed mixup of docs
This commit is contained in:
@@ -25,8 +25,7 @@ local function rich_img(type, value)
|
|||||||
return '[img='..type..'/'..value..']'
|
return '[img='..type..'/'..value..']'
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Toggle enitity button, used for toggling autofill for the specific entity
|
--- Toggle entity section visibility
|
||||||
-- All entity autofill settings will be ignored if its disabled
|
|
||||||
-- @element toggle_item_button
|
-- @element toggle_item_button
|
||||||
local toggle_section =
|
local toggle_section =
|
||||||
Gui.element{
|
Gui.element{
|
||||||
@@ -59,8 +58,9 @@ local header_toggle = Gui.element()
|
|||||||
toggle_section:raise_custom_event(event)
|
toggle_section:raise_custom_event(event)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
--- Used to assign an event to the header label to trigger a toggle
|
--- Toggle enitity button, used for toggling autofill for the specific entity
|
||||||
-- @element header_toggle
|
-- All entity autofill settings will be ignored if its disabled
|
||||||
|
-- @element entity_toggle
|
||||||
local entity_toggle = Gui.element(function(event_trigger, parent, entity_name)
|
local entity_toggle = Gui.element(function(event_trigger, parent, entity_name)
|
||||||
return parent.add{
|
return parent.add{
|
||||||
name = event_trigger,
|
name = event_trigger,
|
||||||
|
|||||||
Reference in New Issue
Block a user