如何在 peoplesoft 中更改网格选项卡样式
How to change grid tab style in peoplesoft
我的页面有包含两个标签(标签分隔符)的网格。从选项卡 b 单击选项卡 a 时,我需要区分一些颜色。 Both the tabs are blue color and so when tab a is active I need to give some other color.组件级别的页面正在使用自定义样式 sheet。我无法找到这种风格的参考。所以除了改变样式 sheet 之外,还有什么方法可以做到这一点。 Al's howt check,所有组件都附加到此样式sheet。
要更改选项卡文件夹的颜色,您可以使用 PSSTYLEDEF
。
在更改网格选项卡时,请使用 PSSTYLEDEF
或与网格所在的页面定义关联的样式 sheet。
注意。 可以使用网格属性为每个网格单独设置网格选项卡样式。但是,对于页面选项卡,您可以仅使用应用程序样式中的默认样式来设置样式sheet。
您必须访问 PSACTIVETAB
、PSINACTIVETAB
以及您的应用程序使用的任何其他选项卡 class(例如,PSLEVEL1GRIDACTIVETAB
)。
PSACTIVETAB
--->For folder tabs, open the `PSACTIVETAB` class by double-clicking the class name.
在“背景”选项卡上,select 活动选项卡的背景颜色(与您创建的选项卡图像的颜色相匹配)。
注意:使用下拉列表框查找颜色或浏览颜色选项。
PSINACTIVETAB
对 PSINACTIVETAB
class(或您需要的任何其他对象)执行相同的操作
--->For folder tabs by double-clicking the class name and selecting the Background tab.
--->For grid tabs, access the style class that is associated with the grid tab.
因为我没有太多代表。要粘贴图像,我只是将我的研究链接到样式sheet。
参考更多风格 classes
Grid tab level style classes
我的页面有包含两个标签(标签分隔符)的网格。从选项卡 b 单击选项卡 a 时,我需要区分一些颜色。 Both the tabs are blue color and so when tab a is active I need to give some other color.组件级别的页面正在使用自定义样式 sheet。我无法找到这种风格的参考。所以除了改变样式 sheet 之外,还有什么方法可以做到这一点。 Al's howt check,所有组件都附加到此样式sheet。
要更改选项卡文件夹的颜色,您可以使用 PSSTYLEDEF
。
在更改网格选项卡时,请使用 PSSTYLEDEF
或与网格所在的页面定义关联的样式 sheet。
注意。 可以使用网格属性为每个网格单独设置网格选项卡样式。但是,对于页面选项卡,您可以仅使用应用程序样式中的默认样式来设置样式sheet。
您必须访问 PSACTIVETAB
、PSINACTIVETAB
以及您的应用程序使用的任何其他选项卡 class(例如,PSLEVEL1GRIDACTIVETAB
)。
PSACTIVETAB
--->For folder tabs, open the `PSACTIVETAB` class by double-clicking the class name.
在“背景”选项卡上,select 活动选项卡的背景颜色(与您创建的选项卡图像的颜色相匹配)。 注意:使用下拉列表框查找颜色或浏览颜色选项。
PSINACTIVETAB
对 PSINACTIVETAB
class(或您需要的任何其他对象)执行相同的操作
--->For folder tabs by double-clicking the class name and selecting the Background tab.
--->For grid tabs, access the style class that is associated with the grid tab.
因为我没有太多代表。要粘贴图像,我只是将我的研究链接到样式sheet。 参考更多风格 classes Grid tab level style classes