How to open picker for item selection?
How to open picker for item selection which can give the user way to select a content or a image in workspace?
0
Comments
-
Currently picker is opening. When I use the following javascript but the site tab is not getting populated. Please check
var picker = vui.ext.create('vui.ui.Picker', {
panels: [{
xtype: 'panel.Site'
},
{
xtype: 'panel.Search'
}],
actionMsg: 'Pick these items.',
multiSelect: false,
autoShow: true,
listeners: {
ok: function(items) {
}
}
});
picker.createWindow({title:'Select an Item'}).show();0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 153 General Questions
- 148 Thrust Services
- 57 Developer Hackathon
- 37 Thrust Studio
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 190 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 10 XM Fax
- Follow Categories