modify 'pmapper.js'->
function openHelp() {
     createDnRDlg({w:350, h:500, l:100, t:50}, {resizeable:true, 
newsize:true}, 'pmDlgContainer', localeList['Help'], 'help.phtml?'+SID);
}

h: height, w: width, in pixels.

or better: put the modified function in in a separate javascript file 
under you /config/.../ directory (or under /javascript), so it will not 
be overwritten when you upgrade to a newer version.

Scrolling should be automatically. This is set in

dialog.css

div.jqmdMSG {
.....

overflow:auto;
^^^^^^^^^^^^^^^
top:0px;
}

armin


Anna Kostikova wrote:
> Dear list!
> 
> It seems that I need to do a very simple thing, but don't have a clue how to 
> solve this.
> I would like to change (to make bigger) the size of the Help Window, that 
> appears after I select button "Help" within Tools menu and also to force it 
> to have scrolls. How to do this?
> sorry for such a simple question, but I am new to p mapper!
> 
> Best regards
> Anna
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to