<head> <script type="text/javascript"> //Adding a column for "Details" view layout Ext.override(fileManager, { getViewColumnsConfig: function () { var columns = this.callParent(arguments); columns.push({ text: "Test column", dataIndex: "name", tdCls: "x-item-value", renderer: function (value, meta, record) { //you can use the name value as an id to //get your own corresponding value here //e.g if you have an object customValues //with file names as key, you can retrieve //and return customValues[record.data.name] return record.data.name; } }); return columns; } }); </script> </head> <body> <GleamTech:FileManager id="fileManager" runat="server" ClientLoading="fileManagerLoading" ClientLoaded="fileManagerLoaded" /> </body>
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.