Referencing files images, CSS, and Javascript from the system instead of workspace files repository

Hello

I am currently using Apex 4.2 and I want to know if you still have to import images, CSS and Javascript files, respectively, in a workspace (like the shared components) to use them in an Application? Alternatively, they could be referenced in a directory on the file system? I'm still not familiar with CSS or Javascript technology and I'm trying to find out as much as possible about how to use and where Apex can do. All comments gratefully received,

Kind regards

Kevin.

Since you're using the EPG you will not be able to reference all files directly in your operating system.  You can load in XDB using FTP, WebDav or PL/SQL location.  The PL/SQL method is described in these posts:

A random overview of Oracle: loading images in Oracle XDB

Loading images custom when using EPG

I don't know if there is any benefit from their download in XDB compared to the APEX workspace.  Guess it would make sense that you had a file that you wanted to be referenced by more than one workspace and do not want to download the file in each workspace.

Tags: Database

Similar Questions

  • Store images, css and javascript on a file system or database?

    Hi all

    I use 11g R2 and Apex 4.1.1

    By doing a search around, I found all sorts of ways to access the global files in your environment to the apex. I found 3 scenarios.

    (1) place your files in the workspace (database) and access it via #WORKSPACE_IMAGES #.
    (2) place your files in the directories is (void)
    (3) use a separate http server to access your file system


    For the first solution, this comes with a problem: when you have several css and jquery ui theme ties css to a subdirectory "images". I can't seem to make the subdirectories under #WORKSPACE_IMAGES #. For example: #WORKSPACE_IMAGES #/ images

    The second solution requires dba SYSTEM connect and store files on the system. This is not very practical when you are developing.

    The third solution seems to be the most used one (when I googled around), but our administrators do not want to set up a separate web server for this project. I have to work with what I have which is the APEX server and the database.


    Now, I have a question:

    Is it possible to let another user that the SYSTEM to connect to the East, but only to a subdirectory on is (that is, / i/themes/workspaceName) so the developer can not mess with files from base to apex or the themes themselves?

    Otherwise, I have to download every css and images one by one to the workspace and change all paths relative used in css, which is a pain...

    By using this option, all my files are stored in the database, which is considered safer than when they are on a directory on the server itself.

    Thanks in advance,
    Dennis

    Hi Dennis,

    You DBA should be able to do the following.

    (1) create a new subdirectory in the directory images on XDB (it can use WebDAV or FTP to do)
    (2) create a new database for you user (see http://www.oracle-base.com/articles/9i/xmldb-9i.php) or grant an existing user

    GRANT connect, resource, xdbadmin TO ...;
    

    (3) you can use WebDAV or FTP to transfer files to this new directory of void and do not have to use the SYSTEM

    It would be possible to avoid the xdbadmin role and use the ACLs on directories, but I am not sure XDB. But I don't know that your DBA should be able to understand this.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • .pdf, download files and disappear from the screen in a second

    All .pdf files, download and disappear from the screen in a second (white screen), but can be saved on the HARD drive! MS IE doesn't have such a problem,
    problem with Firefox 7 & 8

    Try to install the latest version of Adobe Reader to see if it works instead of the plugin "Adobe Acrobat plugin Version 7.00 for Netscape" available to you.

  • Quick editing for CSS and JavaScript does not

    In literature, there is a section for 'Quick edit CSS and JavaScript', that said"

    When editing HTML, use it Cmd/Ctrl + E shortcut to open a quick inline editor that displays all the related CSS. Make a tweak to your CSS, hit ESC and you're back to the HTML editing. Or just leave it open to CSS rules and they will be part of your HTML editor. If you hit ESC outside a quick editor, they will all collapse. No more switching between documents and lose your context. »

    However, I tried Ctrl + E (windows-based) and nothing happens. I tired it on the HTML and CSS files.

    Someone can help with this, or are there know issues with it?

    Thank you

    I found the solution on this post: http://forums.adobe.com/message/4727472#4727472

    It turns out, put the cursor in the opening tag of the css you want to for quick editing. So what I did was put the cursor in the

    thought of tag that I would get the CSS that applies to the

    . Because CSS is not a style for

    and on the contrary inherits the style of theI expect to see this style. Apparently, this isn't how it works. It would be nice, if the UI showed something in this scenario. Even if it was some kind of message saying that he was not a style for the

    tag and better yet gives the user a sort option to create a style for

    .

  • I can't open the documents and photos from the emails that I receive. The Microsoft Essentials antivirus is the problem?

    I can't open the documents and photos from the emails that I receive. The Microsoft Essentials antivirus is the problem? How can I fix it?

    E-mail address is removed from the privacy *.

    Hello, end of file.     PPS Finally today its opening.

    I have incredimail and use ' openoffice.org because I don't have any power point.

    Thank you for your help.

  • Why the continuous measurement and Logging in LabVIEW 2012 Project uses strings instead of Enums and orders from the queue?

    Hello!

    I noticed that the continuous measurement and a project in LabVIEW 2012 Logging using chains instead of enums and orders from the queue. I wonder if there is a good reason for it?

    Kind regards

    Anguel

    First, string vs enum debate is probably the version of LabVIEW vim vs emacs. There are good arguments on both sides, and I doubt that there is always a "winner".

    A brief summary of our reasoning for the current state of the project examples:

    1. We used enums for the state machine because it is self-contained. A state machine will never tell himself to enter a State, he does not know. Knowing (as the programmer) all possible States with the help of an enum allows you to enlist the compiler in order to help us avoid mistakes to change the time (because you can't quite out an enum and LabVIEW can be said if you are not covering all cases to a structure of the case, etc..).

      Enums provide greater protection and rigidity by ensuring all withdrew at the time of publishing. This is often the 'default' recommendation that we do.

    2. We used strings for messages in queue manager because the producer of message and the message handler could be independent processes that are reused or traded. Channels avoid the need for the compiler to be able to connect the orders and push this responsibility to the programmer. This allows you to develop some sub-components independently as long as you agree to a series of channel commands that you can manage - you need not to share a file 'messages.ctl' or 'states.ctl '. It is conceivable a loop of message management a message it does not, how you can decide to either silently ignore it or will trigger an error (as we do in the model). The strings make it also easier if you want to swap the queues of LabVIEW outside by a TCP implementation for network vacilitate or intra-Processuse communication where the other end may or may not be written in LabVIEW.

      Channels to provide more flexibility (that is, you can add new commands to an existing via plugins system, you can pass parameters as part of the string, etc.) at the expense of pushing her potential errors at run time and to put more responsibility on the programmer.

    3. The actor's gifts frame a 3rd option - using classes such as messages. For me, it combines many of the advantages of these two enumerations (strictly typed, change errors) and strings (flexible and scalable), but with the disadvantage of being somewhat less transparent (you understand OO, be comfortable to navigate through a multitude of screws, legacy of understanding, etc.).

    I don't know there are other reasons, others to the breast OR had or seen as we validated models and examples of projects in-house, but here are my reasons. We know that we can not design for each situation there - our goal is to get useful models against new users to make them aware of what well thought LabVIEW programs are similar to experienced users know their applications better and I hope they do not hesitate to change what we provide or create their own designs, when they feel it's necessary. (On a side note, please share what you come up with - a community of experts sharing models would be really useful to us all LabVIEW users).

    Best regards

    Simon

  • Is it safe to delete the files from the System 32 > DriverStore > Temp folder?

    I was do a cleaning on my system and find files and temporary folders in all directions. I was wondering if it is safe to delete the files from the System 32 > DriverStore > Temp folder.

    Thank you

    DC

    Nothing in the Windows or Program Files and files their subfolders should be left alone.  You won't earn a significant amount of disk space, and you may cause to yourself untold trouble sleeping herein.  Use instead the provided Windows Disk Cleanup.  You can get to it by clicking on start-> computer, then click on the C: drive and click Properties.  On the general tab, you will see disk cleanup.  Use it and you will be safe (and not sorry).  Everything you personally placed on the computer can always be removed of course as long as you do not try to remove installed manually the software (use the programs and features in the control panel for this).

    I hope this helps.  Good luck.

  • When you use Adobe Acrobat Pro DC, how do I convert my PDF to Excel and have it include the header and footer from the original PDF? I can't get it on down to the Excel worksheet.

    When you use Adobe Acrobat Pro DC, how do I convert my PDF to Excel and have it include the header and footer from the original PDF? I can convert all information of an organization but the footer and header with no discharge in the excel worksheet.

    Hi trudyb54940538,

    Converting PDF file to sheet Excel spread, header & foot is not included.  I am able to reproduce the problem at my end.

    Thanks for reporting the issue.

    Kind regards
    Nicos

  • I accidentally deleted all my settings and the apple iphone 6 s ID. Now I have to activate my phone and start from the beginning. But I don't have my EA sim with me right now and cannot organize any sim EE. How can I activate my phone without sim card?

    I accidentally deleted all my settings and the apple iphone 6 s ID. Now I have to activate my phone and start from the beginning. But I don't have my EA sim with me right now and cannot organize any sim EE. How can I activate my phone without sim card?

    Sorry, but you can't activate an iPhone without a SIM card installed. It is simply not possible to do.

  • Satellite A100 PSAA9A - drivers and applications from the recovery disk

    This laptop was reformated HARD drive and I decided to try Windows 7 (beta), which is currently installed and working well. I would like to install the original drivers and applications from the Toshiba recovery disc but I don't want to reinstal the operating system (XP). Is this possible?

    As far as I know that is not possible because applications from the recovery disk and drivers are for Windows XP and they are not compatible with Windows 7.
    In addition it of not possible to install the only special drivers or applications from the recovery disc.

    You can download all the drivers and tools on the site of Toshiba, but I doubt that it of compatible with Windows 7, but you can try it out and post your result here.
    http://EU.computers.Toshiba-Europe.com

  • I uninstalled the touchsmart from hp on vista and then tried the system restore, dad will kill me, how can I get the touch screen to work again?

    I uninstalled the touchsmart from hp on vista and then tried the system restore, dad will kill me, how can I get the touch screen to work again?

    Hello

    You have a specific question for HP, it may be better if you ask in the Forums of HP's Support.

    http://h30434.www3.HP.com/

    See you soon.

  • Own CSS and JS in the page

    Hello! Is there a way to add own css and js in the page of the Adobe portfolio? How can I do?

    Hello! It is currently not a feature that is available, but I will definitely take that back to the team as a suggestion for future updates. In addition, you can submit the request feature here: https://behance.wufoo.com/forms/adobe-portfolio-feature-suggestions

  • My only intention is to create a model/site based URM where we can provide functionality to scan for users. We want a distributed feature where users can scan the images remotely and commit to the WCC:Records / URM. Is it possible to be thr

    My only intention is to create a model/site based URM where we can provide functionality to scan for users. We want a distributed feature where users can scan the images remotely and commit to the WCC:Records / URM.

    Is it possible to be done through Oracle distributed Document capture (ODDC) and if it is possible how to connect ODDC with the client browser. Please suggest

    Ok. So, the answer is certainly: Yes, it is possible.

    The part of analysis, this is exactly what ODDC is good for. Unless you have the license already, however, you may have to go with the product to Capture Oracle WebCenter (large companies), which provides the necessary also.

    Regarding the validation and storage, ODDC/ODC/WebCenter Capture can commit images scanned at several depots, including University Complutense of MADRID (URM can be considered a Complutense University of MADRID with a specific purpose / several modules or components under voltage and configured). So, technically, he has no problem.

    When I have little doubt, however, is the meaning of the scenario - declaring an item as a record is an important event in the life cycle of the document - a record is often (or always) cannot be changed to ensure the integrity and non-repudiation of information. In this perspective, a direct validation of a recording of a scanning system (where errors such as bad scans, lack of pages, etc can be expected, particularly if the scanning is performed by the end user in a distributed fashion - so, not very experienced) seems a little dangerous.

  • I have published my muse built Business Catalyst site and all from the 'Site in the web browser view' function in the program of the Muse does not work. Screen comes up with a message that it cannot locate the page and suggests I check the ip address.

    I recently published my muse built the Business Catalyst site for preview and all from the 'Site in the web browser view' function in the program of the Muse does not work. Screen comes up with a message that it cannot locate the page and suggests I check the ip address.

    Hello Jimw93000314,

    Are you preview site in the edge browser? When you preview the page in the browser Muse create a local server to give you the preview in the browser. With the edge browser, there was a reported issue to access the local server.

    Please click the link below that shows the steps to enable the browser to edge.

    http://StackOverflow.com/questions/30334289/cant-open-localhost-in-Microsoft-edge-project-spartiate-dans-Windows-10-APER cu

    I'm sure this will help.

    Kind regards

    Vivek

  • Drag and drop from the tree to datagrid does not

    Hello
    I'm looking for a very simple setup drag and drop from the tree to datagrid and I see a weird behavior... when I drag a node of the tree to the datagrid... It is added to the DataGrid, but gets also reproduced in the tree of the source (except the first moved node)
    Here is the link where you can see what is happening
    Link to the sample application
    View source is enabled then please take a look and let me know what I am doing wrong

    Thank you

    "adeelmahmood" wrote in message
    News:g81gjh$FEC$1@forums. Macromedia.com...
    > Hi there
    > I'm trying a very simple setup drag and drop from the tree to datagrid
    > and I
    > see weird behavior... when I drag a node of the tree for the
    > datagrid
    > .. It is added to the DataGrid, but gets also reproduced in the source
    > tree
    > (except the first moved node)
    > Here is the link where you can see what is happening
    > http://mankatomoose.org/temp/treedragtest/TreeDragTest.html
    > View source is enabled then please take a look and let me know what I am
    > making
    > evil

    The source for an XMLListCollection is an XMLList. The XMLListCollection is
    a _view_ of the XMLList and has no existence apart from him. The XMLList
    its source is always an integral part of the original XML. Then, when you
    Add a node to the XMLList which is the source for your DataGrid, you also add
    it to 'something' in the original XML document. I think that you either need to make a
    copy of the knot or just look at filtering the XMLListCollection. Peter
    ENT it manages in this example by making a copy (ish)
    http://weblogs.Macromedia.com/pent/archives/2006/11/tree_drag_and_d_1.html.

    HTH;

    Amy

Maybe you are looking for