openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a7a9a99fc0236066462aefa5cf3b1e6f6cba4ea6
parent f3e5f58b2eb495b57cc3d2f3defb128131ebf475
Author: dankert <devnull@localhost>
Date:   Tue,  4 Jan 2005 21:31:26 +0100

Beispiel-Parameter fuer das "Doi-Menue"

Diffstat:
doc/examples/dynamic/javascript/doiMenu.parameter.txt | 37+++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+), 0 deletions(-)

diff --git a/doc/examples/dynamic/javascript/doiMenu.parameter.txt b/doc/examples/dynamic/javascript/doiMenu.parameter.txt @@ -0,0 +1,37 @@ +// This should be a file +// The fileid is given as a parameter to the dynamic element + +menu.SetCorrection(0,0); +menu.SetCellSpacing(2); +menu.SetItemDimension(50,20); + +menu.SetBackground('#990000','','',''); +//menu.SetShadow(true,'#B0B0B0',6); +menu.SetItemText('black','center','bold','',''); +menu.SetItemBackground('#FFCCCC','','',''); +menu.SetItemBorder(0,'buttonface','solid'); +menu.SetItemTextHL('white','center','bold','',''); +menu.SetItemBackgroundHL('','','',''); +menu.SetItemBorderHL(0,'black','solid'); +menu.SetItemTextClick('#990000','center','bold','',''); +menu.SetItemBackgroundClick('white','','',''); +menu.SetItemBorderClick(0,'black','solid'); +menu.SetBorder(0,'navy','solid'); + +menu._pop.SetCorrection(3,0); +menu._pop.SetItemDimension(150,20); +menu._pop.SetPaddings(2); +menu._pop.SetBackground('#990000','','',''); +menu._pop.SetSeparator(150,'center','black',''); +menu._pop.SetExpandIcon(true,'-&gt;',6); +menu._pop.SetBorder(0,'',''); +menu._pop.SetShadow(true,'#E8E8E8',6); +menu._pop.SetDelay(500); +menu._pop.SetItemBorder(0,'',''); +menu._pop.SetItemBorderHL(1,'#990000','solid'); +menu._pop.SetItemPaddings(1); +menu._pop.SetItemPaddingsHL(0); +menu._pop.SetItemText('black','','bold','',''); +menu._pop.SetItemTextHL('#990000','','bold','',''); +menu._pop.SetItemBackground('#FFCCCC','','',''); +menu._pop.SetItemBackgroundHL('white','','','');