gpt4 book ai didi

java - 删除 的日历图标

转载 作者:太空宇宙 更新时间:2023-11-04 09:49:12 26 4
gpt4 key购买 nike

我的页面中有一个,但我不希望输入文本旁边有日历图标。如何删除该日历图标?

谢谢,肖恩

最佳答案

您可以通过自定义 Oracle ADF 皮肤 CSS 来隐藏日历图标:

https://docs.oracle.com/cd/E21764_01/user.1111/e21420/adfsg_faces.htm#ADFSG581

The process to change a component-specific selector is the same for both the ADF Faces and ADF Data Visualization components. In the Selector Tree, you expand the Faces Components Selectors or Data Visualization Selectors node to select the selector of the component you want to modify. You then set values for this selector using the Property Inspector. You can also set properties for any pseudo-elements, component style classes, component selector aliases, or descendant selectors that the selector you select references.

就您而言:

  • 导航到您的皮肤
  • 导航到皮肤设计面板中名为launch-icon-styleaf:inputDate伪元素
  • 在属性检查器中将其显示属性从内联设置为:

    af|inputDate::启动图标样式{ 显示:无;}

关于java - 删除 <af :inputDate> 的日历图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55009926/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com