|
Marquee Feature: Plug-In Enhancements
(-) Plug-In Enhancements | 893 | | Plug-In enhancements | ... Add "Fetched Rows" as standard region type plug-in setting | 907 | EA1 | Add the attributes "Number of Fetched Rows" and "Number of Fetched Rows (item)" as standard attribute which can be exposed for region type plug-ins. This can be used by region type plug-in to determine how many rows should be fetched/displayed for pagination of the region source data.
The new attribute is exposed as p_region.no_data_found_message in the p_record structure which is passed to a plugin. | ... Add "No Data Found Message" as standard region type plug-in setting | 909 | EA1 | Add the attributes "No Data Found Message" as standard attribute which can be exposed for region type plug-ins. This can be used by region type plug-in to determine what should be displayed if nothing was found.
The new attribute is exposed as p_region.fetched_rows in the p_record structure which is passed to a plugin. | ... Add new apex_plugin_util.get_data and get_data2 APIs which support a name for the search column | 917 | EA1 | Add new APIs to apex_plugin_util to better support custom plug-in attributes of type "Region Column Name". Instead of passing a column no (eg. p_search_column_no) the APIs should now also support passing a column name (eg. p_search_column_name). | ... Add support for media queries and IE conditions to apex_css and apex_javascript APIs | 930 | EA1 | The APIs apex_css.add_file have two new parameters
p_media_query to specify a value for the meta="xxx" attribute of the tag p_ie_condition to include an Internet Explorer condition for the link tag in the format
The APIs apex_javascript.add_library has one new parameter
p_ie_condition to include an Internet Explorer condition for the script tag in the format
| ... Increase Number of Custom Attributes for Region Type Plug-ins to 25 | 890 | EA1 | The number of custom attributes (scope=component) for region type plug-ins is increased from 15 to 25. | ... Plug-In Attribute type "Region SQL Statement Column" supports data type checking | 918 | EA1 | Plug-In Attributes of Type "Region SQL Statement Column" support data type checking |
|