У меня есть на странице, и я не хочу, чтобы значок календаря рядом с вводным текстом. Как я могу удалить этот значок календаря?
Благодарить, Шон
@MrAdibou, это 12c (Oracle IDE 12.2.1.2.42.161008.1648).
Почему бы просто не использовать af:inputText с соответствующим DateTimeConverter?




Вы можете скрыть значок календаря, настроив css скина Oracle ADF:
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.
В твоем случае :
Установите свойство Отображать в инспекторе свойств с в линию на никто:
af|inputDate:: стиль значка запуска { дисплей: нет; }
Какую версию Oracle ADF вы используете?