I hope this will be easy to answer.
So i am trying to make an request handler/htm with checkboxes which will change the list in the feature _Nodetypes (in Cmd and Actions).
So to add and remove the numbers in here (with checkboxes):
function List _Nodetypes()
return { 0, 202, 136, 141, 142 }
end
And my question is, what would be the right aproach, should i edit the _Nodetype feature or should i do the codeing somewhere else.
Thx in advance
So i am trying to make an request handler/htm with checkboxes which will change the list in the feature _Nodetypes (in Cmd and Actions).
So to add and remove the numbers in here (with checkboxes):
function List _Nodetypes()
return { 0, 202, 136, 141, 142 }
end
And my question is, what would be the right aproach, should i edit the _Nodetype feature or should i do the codeing somewhere else.
Thx in advance