Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to create new card template

Soukaina IDRISSISep 26 2017 — edited Sep 28 2017

Hi everyone,

I want to know, how to create custom card template like this pictures bellow:

card.PNG

card_1.PNG

Knowing that the data contained in the widget are dynamics (#VALUE#, #LABEL#, #COLOR_CARD#, #LINK#,#URL_LINK#)

My code HTML is like this:

<div class="small-box bg-yellow">

\<div class="inner">

<h3>44</h3>

<p>User Registrations</p>

\</div>

<div class="icon">

    \<i class="ion ion-person-add">\</i>

\</div>

<a href="#" class="small-box-footer">More info

<i class="fa fa-arrow-circle-right"></i>

\</a>

<div/>

</div>

This post has been answered by jwellsnh on Sep 27 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 26 2017
Added on Sep 26 2017
2 comments
299 views