summaryrefslogtreecommitdiffstats
path: root/examples/registervirtualcomponentforuninstall/config/controller.qs
blob: ba1e746512199347e86b4829045d678d32576581 (plain)
1
2
3
4
5
6
7
8
9
function Controller() {

}

Controller.prototype.ComponentSelectionPageCallback = function() {

    var page = gui.pageWidgetByObjectName("ComponentSelectionPage");
    page.addVirtualComponentToUninstall("component")
}