| | | Junior Member
       
Group: Forum Members Last Login: Tuesday, March 25, 2008 Posts: 5, Visits: 4 |
| | I need to change the pop-up window that appears when a user clicks on a process within the Skelta webpart. According to the documentation I should make my changes in the WorkItemDetailView.aspx file located in C:\Program Files\Skelta\BPM.NET 2007\Web\BPMUITemplates\Default\WorkItemList When I view the source in the browser for the popup and compare it the mentioned file I see that it is in facto the file that I need to change. But after I make changes to this file, the popup remains the same, nothing changes, even after stopping skelta and IIS, cleaning all possible temp files in all known locations of the system and restarting everything. What am I doing wrong? |
| | | | Junior Member
       
Group: Forum Members Last Login: Tuesday, March 25, 2008 Posts: 5, Visits: 4 |
| | Ok, i found the correct place to change the file: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\BPMUITemplates\Default\WorkItemList Solved |
| | | | Junior Member
       
Group: Forum Members Last Login: Tuesday, March 25, 2008 Posts: 5, Visits: 4 |
| | I still have this problem: I need to resize the popup to make it bigger and I'm trying to use window.resizeTo(800,600) but it's not working. I tried this inside the javascript and also on the body onload portion, but I won't work. What is the best way for me to change the size of the popup? |
| | | | Junior Member
       
Group: Forum Members Last Login: Tuesday, March 25, 2008 Posts: 5, Visits: 4 |
| | Ok, I found the place to do it, it's in the WorkItemControlJs.js file |
| |
|
|