ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

Using Images in Cards

Tech Mining Oracle APEX Tutorials

Images in Cards

Автор: Tech Mining

Загружено: 2023-11-02

Просмотров: 3957

Описание: This tutorial aims to instruct you on referencing application static files as card images in Oracle APEX. In Oracle APEX, static files encompass uploaded and internally stored resources within your application, serving multiple functions, including images, CSS stylesheets, JavaScript files, and other static assets essential for your application. These static files enable the presentation of card images within your APEX application. By utilizing the image source property, you can indicate the static file path using the suitable substitution string. This is the process for establishing and employing static files for card images in Oracle APEX.

SQL Query
==========================================
select 'fa-apex' icon_class,
:APP_IMAGES || file_name image_url
from apex_application_static_files
where file_name = 'apex-mountain-range_light.png'
and application_id = :APP_ID


CSS Inline Code
==========================================
.urlImages .a-CardView-media--widescreen:before {
padding-top: 20%;
}

.urlImages .a-CardView-iconWrap {
margin-top: calc(var(--a-cv-icon-container-size) / 2 * -1 - var(--a-cv-header-padding-y));
}
.urlImages .a-CardView-icon {
box-shadow: #fff 0 0 0 4px;
}

.apex-theme-redwood-light .urlImages .a-CardView-icon {
background-color: #508223;
color: #fff;
}


HTML Expression (Title)
==========================================
h3 class="a-CardView-title " What is Oracle APEX? /h3


Media URL
=========================================
&IMAGE_URL!ATTR.

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Using Images in Cards

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

New Image Upload & QR Code Page Items in Oracle APEX

New Image Upload & QR Code Page Items in Oracle APEX

How to Store Data In Apex Collection And Right It Into Tables

How to Store Data In Apex Collection And Right It Into Tables

Oracle APEX Collections

Oracle APEX Collections

Module, Template, and Handlers in Oracle APEX RESTful Services

Module, Template, and Handlers in Oracle APEX RESTful Services

Express and Node Back End Dev Part 1

Express and Node Back End Dev Part 1

Event Drop Chart Oracle APEX

Event Drop Chart Oracle APEX

Tokens, variables, and styles - Update: Introduction to design systems

Tokens, variables, and styles - Update: Introduction to design systems

Похудей на 45 КГ, Выиграй $250,000!

Похудей на 45 КГ, Выиграй $250,000!

Заявление Путина о завершении войны / Последнее условие

Заявление Путина о завершении войны / Последнее условие

Как начать работать с Obsidian ПРАВИЛЬНО (Гайд для новичков)

Как начать работать с Obsidian ПРАВИЛЬНО (Гайд для новичков)

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]