Consultor Eletrônico



Kbase P9504: Dynamics enhancement request to have multiple image path settings on menu objects
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   05/08/2004
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A

SYMPTOM(s):

Dynamics Web UI

There is no easy way to have images for toolbar, menu bar, tree view from a different directory than the default "ry/img/".

CAUSE:

Enhancement Request# 20020923-034

FIX:

Upgrade to 2.1A or 10.0A

An attribute "imgdir" can be set on the various menu objects to specify the
path of the images. This will only apply if the default framework path for the
images has not already been altered/customized.

Example, to override toolbar images in "../img" with your own, set "imgdir"
on the toolbar menu object in default.htm.

<div id="toolbar" imgdir="../myimages"></div>

Furthermore, say you don't want images on menu bars at all...

<div id="menubar" imgdir="none"></div>