You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using the framework for some time now. Very good work!
I cant find any function, that can do this. I hope I haven't missed anything.
I use the (selectable) Listview control for a site with permission settings. I had the problem that I can't select certain nodes at runtime (i.e. select the node if the permission is already granted).
I extendet the listview.js (source/components/listview/listview.js) with the following method behind line 403:
Hello,
I have been using the framework for some time now. Very good work!
I cant find any function, that can do this. I hope I haven't missed anything.
I use the (selectable) Listview control for a site with permission settings. I had the problem that I can't select certain nodes at runtime (i.e. select the node if the permission is already granted).
I extendet the listview.js (source/components/listview/listview.js) with the following method behind line 403:
Parameters:
attributeName: The method searches the element for the given data attribute (i.e. data-id =>
lv.selectSpecificOne('id', '123);
attributeValue: The value for the data attribute.
If I have a set of ids to select, I can use this function to select them all:
The found elements get selected.
Perhaps it is possible to integrate this or a similar proposal.
The text was updated successfully, but these errors were encountered: