Undokumentierte neue Features in Oracle APEX 3.1
Die Oracle Application Express (APEX) 3.1 Beta enthält noch viel mehr neue Features als nur die Interactive Report Region. Einige davon, wie z.B. erweiterte Wizards, neue Themes, Runtime Installation, Attachments für Mails, ... sind ja auch in der Evaluation Feedback Applikation erwähnt.
Aber vielleicht habt Ihr es noch nicht bemerkt, auch in den existierenden Features gibt es viele neue Eigenschaftsfelder, welche noch "undokumentiert" sind...
Ok, ich muss zugeben eigentlich sind sie ganz gut dokumentiert wenn man auf den Prompt des Feldes klickt. Aber
You create a workspace theme by selecting a theme from within an application. Once created, it cannot be edited directly. To edit, create an application based off the theme, edit the theme within that application and then you can create a new workspace theme with the updated application theme (and delete the old, if you no longer want it).Damit wird der Wert welcher bei einem Submit gesendet wird ignoriert. Der Wert ist durch eine Checksum geschützt. Das löst ein mögliches Angriff Szenario welches von Anton Nielsen während einer "Unconference Session" auf der Oracle Open World gezeigt wurde.
Hinweis an den Dietmar: Ich denke das ist etwas was zu schon immer wolltest. Diese neue Eigenschaft erlaubt es uns ein allgemeines Template für eine spezielle Region anzupassen. Zum Beispiel kann man
Hinweis: Diese Einstellung ist neu für CSV. Für PDF hat es die Einstellung am "Print Attributes" Tab schon immer gegeben.
The response header can be generated by Application Express based on your report settings or passed through from the print server. If you want to specify file name and content disposition, the response header needs to be based on your report settings.
The definition page contains the new "View File As" property. You are now also able to derive the "Output Type" from an item.
There is also an export option available where you can download your report query as "XML Data" or as "XML Schema", so that you are able to test your report with real data.
Aber vielleicht habt Ihr es noch nicht bemerkt, auch in den existierenden Features gibt es viele neue Eigenschaftsfelder, welche noch "undokumentiert" sind...
Ok, ich muss zugeben eigentlich sind sie ganz gut dokumentiert wenn man auf den Prompt des Feldes klickt. Aber
- ich habe einen guten Titel für den Artikel benötigt :-) und
- da sie nicht in der Feedback Applikation erwähnt sind haben wahrscheinlich viele der Beta Tester sie übersehen. Weil wir ja nicht umgedingt erwartet haben, dass etwas erweitert wird aber nicht darüber gesprochen wird.
Workspace Themes
Workspace themes allow you to add to the theme repository. They are available when you create an application or when you create a theme for an existing application.You create a workspace theme by selecting a theme from within an application. Once created, it cannot be edited directly. To edit, create an application based off the theme, edit the theme within that application and then you can create a new workspace theme with the updated application theme (and delete the old, if you no longer want it).
Page Item - Display As - Hidden and Protected
Dieser neue Feldtyp wird automatisch vom Wizard für alle Primary Key Spalten gesetzt.Region Definition - Region Attributes
Region templates that contain the substitution string #REGION_ATTRIBUTES# will be substituted with this value.Hinweis an den Dietmar: Ich denke das ist etwas was zu schon immer wolltest. Diese neue Eigenschaft erlaubt es uns ein allgemeines Template für eine spezielle Region anzupassen. Zum Beispiel kann man
width="300px"eingeben um eine Breite zu setzen. Es muss kein speziellen Templates mehr für eine Seite erstellt werden, nur damit alle Regionen die gleiche Breite haben.
Report Attributes - Report Attributes Substituion
Gleich wie oben, nur für Report Templates.Report Attributes - Enable Partial Page Refresh
Partial Page Rendering für Reports benötigt kein spezielles Template (die PPR Templates) mehr.Report Column Attributes - Include In Export
Use the attribute to define whether this column should be included in a report export, this includes exporting to CSV and printing to PDF, Word or Excel.Hinweis: Diese Einstellung ist neu für CSV. Für PDF hat es die Einstellung am "Print Attributes" Tab schon immer gegeben.
Report Print Attributes - Response Header
The response header is the information, that the server sends back to the browser in response to receiving an HTTP request. The response header contains the date, size and type of file that the server is sending back to the client and also data about the server itself.The response header can be generated by Application Express based on your report settings or passed through from the print server. If you want to specify file name and content disposition, the response header needs to be based on your report settings.
Report Print Attributes - View File As
Using the View File As attribute, you can instruct the browser to either display a file open / save dialog when clicking on the report download link, or to display the report document inside the browser window. This selection is included in the http header of the document, using the content-disposition attribute.Report Print Attributes - Print Server Overwrite
The Print Server Overwrite attribute allows configuring an alternative print server. A print server is typically configured centrally for all workspaces under the instance administration. Configuring an alternative print server at the report level allows for easier debugging and diagnosis of potential printing problems and also allows for the use of specific custom built end points to perform custom XSLT transformations.Report Print Attributes - Total Width
Now showing the total of the column widths. Hurrah! :-)Report Print Attributes - Column Width Units
Use the Column Width Units attributes to specify whether the column width values define the width in percent or points.Report Print Attributes - Recalculate
The Recalculate button recalculates the column widths based on their current values so that the total is below or equal to 100.Process - Automatic Row .../Multi Row ... - Runtime Where Clause
This SQL WHERE clause will be appended to all generated SELECT, UPDATE, and DELETE statements (e.g. DEPTNO = 10). Use this attribute to enhance the security of automatically generated SQL calls.Page Definition - Include Standard CSS and JavaScript
Oracle Application Express typically requires specific CSS and JavaScript files. For some applications, such as mobile applications, you may wish to suppress the inclusion of these files in the HTML HEADER. Because suppressing the display of these files breaks typical applications, enabling this attribute is only recommended for advanced developers.Report Queries
The wizard has changed a lot.The definition page contains the new "View File As" property. You are now also able to derive the "Output Type" from an item.
There is also an export option available where you can download your report query as "XML Data" or as "XML Schema", so that you are able to test your report with real data.
Ein anderes neues cooles Feature entdeckt?
Dann lasst es mich/uns wissen!Labels: beta, Oracle APEX
0 Comments:
Kommentar veröffentlichen
<< Zurück zur Startseite