Oracle Application Express 5: Developing Web Applications — Question 59
Mark has created a modal form page to enter new calendar events. Mark now wants to call the form when an end user clicks an empty calendar spot.
How can Mark update the calendar region to call the form?
Answer options
- A. Define a dynamic action of type Click in the calendar region.
- B. Use the create link attribute and the &APEX$NEW_START_DATE. placeholder.
- C. In the rendering tree, right-click the calendar region and select the Link Form to Calendar option.
- D. Use the create link attribute and use the :APEX$NEW_START_DATE bind variable.
- E. Use the view/edit link attribute to display the selected calendar entry.
Correct answer: E
Explanation
The correct answer is E because using the view/edit link attribute allows the display of the selected calendar entry, which is necessary when a user interacts with the calendar. The other options either do not specifically address calling a form for an empty calendar spot or involve incorrect methods for linking to the form.