No video

Highlight Tags using Template Directives In Oracle APEX Cards

  Рет қаралды 698

Tech Mining

Tech Mining

Күн бұрын

Developers can add template directives in Cards Advanced Formatting. The page used in the video uses TAGS column which contains comma separated values of the employee focus area. The Cards Body uses an HTML Expression: that dynamically creates a list of tags only if there are any tags present in the "TAGS" column. It loops through each tag, formats them as list items, and displays them within an Unordered list. The Full Card Action is also included. Clicking on any card, opens up the Employee Detail page, which is a form page.
Create Table
====================================
CREATE TABLE "EBA_DEMO_CARD_EMP"
( "EMPNO" NUMBER NOT NULL ENABLE,
"ENAME" VARCHAR2(255),
"JOB" VARCHAR2(255),
"MGR" NUMBER,
"HIREDATE" DATE,
"SAL" NUMBER,
"COMM" NUMBER,
"DEPTNO" NUMBER,
"PROFILE_IMAGE" BLOB,
"MIMETYPE" VARCHAR2(255),
"FILENAME" VARCHAR2(400),
"IMAGE_LAST_UPDATE" DATE,
"TAGS" VARCHAR2(4000),
CONSTRAINT "EBA_DEMO_CARD_EMP_PK" PRIMARY KEY ("EMPNO")
USING INDEX ENABLE
) ;
ALTER TABLE "EBA_DEMO_CARD_EMP" ADD CONSTRAINT "EBA_DEMO_CARD_EMP_DEPT_FK" FOREIGN KEY ("DEPTNO")
REFERENCES "EBA_DEMO_CARD_DEPT" ("DEPTNO") ENABLE;
ALTER TABLE "EBA_DEMO_CARD_EMP" ADD CONSTRAINT "EBA_DEMO_CARD_EMP_MGR_FK" FOREIGN KEY ("MGR")
REFERENCES "EBA_DEMO_CARD_EMP" ("EMPNO") ENABLE;
Inline CSS
==================================
.a-tags {
list-style: none;
}
.a-tag {
background-color: #ebe7e7;
color: #666;
border-radius: 5px;
padding: 5px;
margin: 3px;
display: inline;
}
HTML Expression [Use Angled Brackets as shown in video]
==================================================
{if TAGS/}
ul class="a-tags"
{loop "," TAGS/}
li class="a-tag" &APEX$ITEM. /li
{endloop/}
/ul
{endif/}
Image Attribution
======================================
www.freepik.co..." Freepik
www.freepik.co..." Image By freepik

Пікірлер: 2
@mundova184
@mundova184 8 ай бұрын
Hi. All good.
@TechMining69
@TechMining69 8 ай бұрын
Good
Area Chart Stacked In Oracle APEX
17:01
Tech Mining
Рет қаралды 436
Dad gives best memory keeper
01:00
Justin Flom
Рет қаралды 20 МЛН
At the end of the video, deadpool did this #harleyquinn #deadpool3 #wolverin #shorts
00:15
Anastasyia Prichinina. Actress. Cosplayer.
Рет қаралды 15 МЛН
У ГОРДЕЯ ПОЖАР в ОФИСЕ!
01:01
Дима Гордей
Рет қаралды 5 МЛН
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 2,7 МЛН
Conditional and Full Card Actions in Oracle APEX
14:26
Tech Mining
Рет қаралды 1,5 М.
Display Data in Speedometer as Cards
12:57
Tech Mining
Рет қаралды 632
Advanced Template Components with Web Components | Oracle APEX 23.1
10:49
Template Directives in Oracle APEX
12:25
ali saleh ali
Рет қаралды 1,5 М.
Combination Chart In Oracle APEX
16:20
Tech Mining
Рет қаралды 1,3 М.
Consume External API in Oracle APEX
10:38
Tech Mining
Рет қаралды 1,4 М.
Radar Chart In Oracle APEX
8:34
Tech Mining
Рет қаралды 384
Oracle APEX- Authorization Scheme - Page/Item Control
9:59
Ora Trainings
Рет қаралды 8 М.
Declarative Debouncing and Throttling with Oracle APEX 22.2
3:42
Oracle APEX
Рет қаралды 2,9 М.
Dad gives best memory keeper
01:00
Justin Flom
Рет қаралды 20 МЛН