7 lines
166 B
Lua
7 lines
166 B
Lua
function hmi_testLayoutSelection( view, model )
|
|
print("Test")
|
|
if hmi_getModelRowOffset(view) == 1 then
|
|
print("1")
|
|
hmi_selectGridLayout(view, "Test2")
|
|
end
|
|
end |