Using Shortcuts ORACLE APEX
What is a Shortcut?
Using shortcuts enables you to avoid repetitive coding of HTML or PL/SQL functions. You can use a shortcut to define a page control such as a button, HTML text, a PL/SQL procedure, or HTML. Once defined, you can invoke a shortcut using specific syntax unique to the location in which the shortcut is used. Shortcuts can be referenced many times, thus reducing code redundancy.
Shortcut Types:=
- PL/SQL Function Body
- HTML Text
Creating a Shortcut:=
Calling Shortcut in apex page:
"MY_SHORTCUT"
0 Comments