integration of libraries "bootstrap" in apex

Hello

I added "bootstrap" libraries of custom template apex in order to use certain features of the bootstrap, but now some jquery as well as "bootstrap" functionality features seem not to work as expected like datatable bootstrap, menus, icons, buttons, etc.

I think it's the order of the references that ive tried to swap them round but no difference.

" < link href =" http://MaxCDN.bootstrapcdn.com/bootstrap/3.2.0/CSS/bootstrap.min.CSS "rel ="stylesheet"> "

" < script src =" http://AJAX.googleapis.com/AJAX/libs/jQuery/1.7.1/jQuery.min.js "> < / script > .

" < script type =" text/javascript"src =" http://MaxCDN.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js "> < / script > .

also tried the new together below,

" < link rel ="stylesheet"href =" http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css' > .

"< script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"> < / script >.

" < script src ="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js "> < / script > .

no idea what could be the issue here, or perhaps because of the jquery library internal Apex contradictory this one again if yes what is the best way to simultaneously run 2 jquery libraries because bootstrap needs specific version of jquery?

concerning

Hi Gor_Mahia,

Gor_Mahia wrote:

I added "bootstrap" libraries of custom template apex in order to use certain features of the bootstrap, but now some jquery as well as "bootstrap" functionality features seem not to work as expected like datatable bootstrap, menus, icons, buttons, etc.

I think it's the order of the references that ive tried to swap them round but no difference.

no idea what could be the issue here, or perhaps because of the jquery library internal Apex contradictory this one again if yes what is the best way to simultaneously run 2 jquery libraries because bootstrap needs specific version of jquery?

What Version of APEX? Always include information of the environment required by your question. See: How to get answers from the forum

If you use the APEX 4.2.2 or later, twitter bootstrap comes with Oracle APEX and you can include this library.

Reference: Dimitri Gielis Blog (Oracle Application Express - APEX): Goodies - APEX included 4.2.2 libraries

In addition, here are the basic themes "bootstrap" developed already that you can use:

Kind regards

Kiran

Tags: Database

Similar Questions

  • Integration of PayPal at the APEX

    I am PayPal integration with APEX and using this white paper from Jason Straub:

    http://www.Oracle.com/technetwork/developer-tools/Apex/integrating-application-express-wit-129259.PDF

    Is there anyone WHOO recently integrated PayPal in its application and ready to share the experience with me? I am particularly interested in the integration of payments by credit card.

    Thank you

    Denes Kubicek

    Good point... Perhaps one of the Oracle people will see this and chirp in?

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Jasper the integration of issues... apex

    I have oracle xe on windows 7 and not an apex application... Trying to connect apex in jasper...
    So I used... the methods mentioned in... http://daust.blogspot.com/2010/01/jasper-reports-integration-beta-release.html

    I ran successfully the test module and it scuessfully...
    But when I try to use another another report except the test (provided by daust) module... It indicates that the download is corrupted...
    As salsa download a PDF as xyz... and when I try to open it shows... the download is corrupt...

    I use jasper Server 4 and ireport 3.7.4...
    That will create a problem. . The strange part. This is the test of applicatoni works very well...
    and also, if I try to call the report via Server Jasper runs successfully... Only when I used the method of integration of the site, it fails...

    Any information will be helpful...

    Hello

    We use the integration kit mentioned with our applications. The error you MENTION comes when a valid PDF file is not generated. While this isn't a PDF file contains only pdf extension.
    Have you properly set the data source and tested? You can test it using

    http:///JasperReportsIntegration/test? _dataSource =

    The report file of Jasper (.jasper) is accessible (privileges issues)?

    ---
    Lavenu
    MaxApex accommodation
    http://www.maxapex.com

  • jQuery libraries included in apex 4

    Hello

    I would like to know what files .js and .css in jQuery/jQuery UI libraries included are automatically loaded into the apex 4 models. I need to remove these references in my applications - currently at the Apex 3 - when I changed them to 4 Apex. Someone at - it a complete list of jQuery/jQuery UI files loaded automatically?

    Thank you.
    Andy

    Andy,

    That's what I see through Firebug in my app that doesn't use not currently jQeury:

    
    2
    3
    4
    5
    6
    7
    8
    9
    10 
    

    Jeff

  • Added Jscript 3rd party libraries

    Apparently, it's super obvious to everyone, but me...

    I can't find any documentation on how to properly add 3rd jscript libraries part to apex.

    The only one that make sense to me is the next Przemek Staniszewski - Oracle APEX & me: integration APEX and jQuery UI but since it's 2010, I'm not sure if it is still correct.

    I'm in 4.2

    AZZ says:

    Apparently, it's super obvious to everyone, but me...

    I can't find any documentation on how to properly add 3rd jscript libraries part to apex.

    It's weird. It seems to be treated fairly exhaustive documentation.

    The only one that make sense to me is the next Przemek Staniszewski - Oracle APEX & me: integration APEX and jQuery UI but since it's 2010, I'm not sure if it is still correct.

    I'm in 4.2

    It depends on where the JS files are located and where they are needed.

    The simplest approach is to download the files in the repository of the APEX, where they can be referenced using the APP_IMAGES or WORKSPACE_IMAGES substitution string and script file names, depending on whether the file is associated with a specific application or not. Alternatively files can be located in the file system web server, or downloaded directly from an external source such as a content distribution network.

    4.2 APEX, there are three separate JavaScript file URL attributes that should be used to include JS files used by the application:

    • If the script or the library is required on all or most of the pages of the application, enter this amount on the level of the user interface by using the URL of file attribute in the definition of the User Interface (Home > Application Builder > Application > User Interface)
    • If the script or the library is required on a specific page type, use the URL of file attribute in the corresponding model page (home page > Application Builder > Application > shared components > models > modify the Page template)
    • If the script or library is necessary on one page, use the URL of file attribute in the definition of page (home page > Application Builder > Application > Page > Edit Page)

    It's simple to reference files in the file URL attributes using simple URL, without the additional need for HTML. See the documentation and online help for complete information about the features supported and chains of substitution. References of basis for possible locations are:

    • Static application file:#APP_IMAGES#script.js
    • Static file:#WORKSPACE_IMAGES#script.js
    • APEX image folder:#IMAGE_PREFIX#js/foo/script.js
    • Custom web server folder:/js/foo/script.js
    • CDN URL:http://www.foo.com/js/libs/foo/script.js
  • call report forms (with or without parameters) oracle apex

    Hello

    I want to know if I can call report forms (with or without parameters) oracle apex?

    Thanks in advance

    Try to look at this blog: Roels Blog: integration of forms and the APEX: APEX calling forms

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Customization of carousel1 in Bootstrap for Dreamweaver

    Hello

    I use the latest version of Dreamweaver with components of integrated design of Bootstrap. I would like to customize the carousel component fade in and out instead of drag from left to right.

    I found several code snippets for this customization, however, they all relate to older versions of the Bootstrap in which the carousel is either named "MyCarousel", or simply "carousel." I noticed that in the latest version (the one I use), the ID of the carousel's "carousel1.

    When I try to use the code for older versions of Prime it almost works, but not quite. I wonder if I need to change something on the Javascript rather than focus only on CSS?

    I appreciate the answers or explanations.

    Thank you!

    Hannah

    It is broadcast, if you look with sufficient attention.

    Your opening tag carousels will look something like below:

  • authentication of EBS in apex

    Hello world

    Try to use the same user name and password of the ebs for my standalone application (not integrated with EBS). Using apex 4.2 and Oracle Database 11g Enterprise Edition
    CREATE OR REPLACE FUNCTION ebs_authenticate (
       p_username   IN VARCHAR2,
       p_password   IN VARCHAR2
    )
       RETURN BOOLEAN
    AS
    BEGIN
       RETURN (APPS.FND_WEB_SEC.validate_login (p_username, p_password) = 'Y');
    END ebs_authenticate;
    In Before Header Process
    
    Get Username Cookie :           
    :P101_USERNAME := apex_authentication.get_login_username_cookie;
    Set Username Cookie Process :
    
    begin
    owa_util.mime_header('text/html', FALSE);
    owa_cookie.send(
        name=>'LOGIN_USERNAME_COOKIE',
        value=>lower(:P101_USERNAME));
    exception when others then null;
    end;
    Login Process :
    wwv_flow_custom_auth_std.login(
        P_UNAME       => :P101_USERNAME,
        P_PASSWORD    => :P101_PASSWORD,
        P_SESSION_ID  => v('APP_SESSION'),
        P_FLOW_PAGE   => :APP_ID||':1'
        );
    If I give the ebs username and pwd means, do not connect until it is showing invalid credentials.

    Can someone help me in this.

    Brgds,
    Max

    Maybe your answer can be found here:
    FND_WEB_SEC. Validate_Login does not

    It could be the safe use of fnd_web_sec.

    You get also the result of apps.fnd_message.get to determine why authentication fails.

    Scott

  • limiting number of column in the 4.1 apex data loader?

    Hi all!

    Is there a limit on the number of column in the APEX 4.1 data loading page?

    My DB object has 59 columns and they are all available in single colum drop of my load sample data table definition boxes.
    On page two of the wizard created database load pages "data/table mapping" columns only 45 is indicated. These columns are correctly inserted in my table. The last 14 columns are ignored.

    If anyone knows if there is a limitation and can it be extended?

    Thanks for any reply and cordially
    Kai

    No, I don't have a solution for this.

    Split the file within columns each, with the primary key that is repeated and then sting tables up to post upload could be easier than to use other roads.

    And then there's always the good old SQL Loader and external Tables. But the integration of these into the Apex is not easy because Apex runs on the server and the file is usually the disk of HARD local to the client.

    Kind regards

  • apex.jQuery is not a function

    Hello

    I was using apex 3.2 with extjs 2.02 and everything worked fine. We have now upgraded Apex to Application Express 4.1.0.00.32 and I get the following error:

    apex.jQuery is not a function
    {Apex.jQuery (document) .ready (function () [break On This Error]
    f? p = 10... 25: (line 239)
    apex.jQuery is not defined
    [Break on this error])} return this.pushStack(d,a,e.selector...ex.event.gCancelActions=false})}}; / * !
    apex_4_1.min.js (line 18)


    I searched the forums without much joy. If this has been previously validated with a solution can someone point me there. Any help will be greatly appreciated.

    Thanks in advance.

    Praj,

    Well if it works, then it must be some kind of colission or conflicts with your different javascript libraries that you use. It's almost impossible to debug via the forum. If there is a conflict, you might want to try to reference your custom first, libraries then the apex files as I am pretty sure apex uses jQuery.noConflict)

    Good luck
    Janet Tyson

  • New map of apex

    Hi, apex includes a set of maps for the regions of the map, but I want to kown if it is posible to load the new maps at the apex and there documentation where I can find how do and what do I need to do.

    Thank you and grettings.

    Hi user11173393,

    Tony's response is not actually correct - you don't require any additional license to achieve what you want to do. However, you need to make a number of manual steps to achieve what you want to do. Unfortunately, I don't have a paper outlining the necessary steps right now but I'll try to put something together, when I had the chance.

    AnyChart maps, AnyMaps, are integrated into our release of APEX. For an overview of the AnyMaps, please refer to the AnyChart online documentation here: http://anychart.com/products/anymap/overview/. AnyChart maps are in a particular format, .amap, so if you want to intregate new cards in your instance, they would need to be in the same format, .amap. AnyChart provides a conversion, Flash card converter (http://anychart.com/products/anymap/converter/) utility to convert some of ESRI ShapeFiles (* .shp) in. Files of the AMAP. Once converted, your new .amap files should then be added to your \images\flashchart\swf\maps\ folder and then referenced via custom in your area of the map XML. In order to associate data with maps, AnyChart provides information of reference map (http://anychart.com/products/anychart/docs/users-guide/map_reference/maps-ref.html?fromtree). We integrate these map reference information in some of the tables (wwv_flow_flash_map_files and wwv_flow_flash_map_regions), that allows us to then expose the information in the map Wizard. When you use the AnyChart Flash map converter, you can choose what information you want to your .amap file to keep. You will then need to refer to this information in the generation of data customized for your card. As I said, achieve what you are asking for would require a number of manual steps... and you must be first ShapeFiles too, in order to be able to use the tool of conversion of the card. The tool itself is relatively simple to use. Connecting your new maps and data will be just the trickiest part.

    Kind regards
    Hilary

  • Apex and E/R Diagrammer

    I have two questions:

    1. is there any ROUND-TRIP within Apex diagrammer?

    2. I am familiar with JDeveloper E/R Diagrammer.
    I've heard also Oracle SQL Developer.

    My second question is:
    Is - this SQL Developer
    no advantage over JDeveloper
    for my work with Apex?

    Thank you very much.

    Hi user835541,

    (1) it is forbidden, even if it is possible to see the direct relationships between the tables in the SQL workshop > Table > model

    (2) Developer SQL does not currently modeling capabilities, but I know that there is currently work in progress in this area, see the SQL Dev SOD here:
    http://www.Oracle.com/technology/products/database/sql_developer/files/sqldeveloperstatementofdirection.htm

    In what concerns the benefits of SQL Dev on JDeveloper, then there are other significant advantages to the use of SQL Dev with APEX, because both are integrated. From in SQL Developer (assuming that your use SQL Dev 1.2.1 up / APEX 3.0.1 upwards) you can import / export / deploy applications, remote debugging code called by APEX, browse relationships preset on the dictionary of APEX and many more. I find it particularly useful to move applications integration and by referencing the APEX during the development dictionary. You can learn more about the integration here:
    http://www.Oracle.com/technology/products/database/application_express/HTML/sql_dev_integration.html

    It will be useful,
    Anthony

    ------------------------------------------------------
    http://anthonyrayner.blogspot.com

  • I want my interactive report output in pdf format

    Hello

    What is the best way to make pdf after the application of filters

    1 I use apex 5 universal theme.

    Apex 5 to support this new feature

    2. What is the best freeware plugin to achieve this

    Information appreciated

    Thank you

    Hi pauljohny100,

    pauljohny100 wrote:

    Thanks for the tip. Sorry for the late reply.

    1 I have managed to get the pdf via classic report report but not through interactive report. It is for this option, you mentioned.
    You must configure a server 'print' in the Instance Oracle APEX settings to use the PDF format to print interactive report.

    2 do not know if I can use apex_ir.get_report send out put it to jasper and get the result.
    3 I tried to use as_pdf2 plugin from Anton Scheffer.

    Again, it works in classic report. I am unable to get the report filtered ir to download in pdf format.

    So in the meantime if you have any link on the print server for interactive report let me know. I need to know where I can specify

    I need the PDF as an attachment.

    You can use "Oracle REST Data Services" as an option "print server".

    With ADR integrated to your instance of APEX, you could get the PDF blob from the server to print using APEX_UTIL. GET_PRINT_DOCUMENT API.

    Reference: Re: what value for p_print_server when you use the Rest Data Services as a print server?

    And then you can send it by using the APEX_MAIL API.

    Reference: https://oracleapexbynandinithakur.wordpress.com/2012/06/04/report-as-attachment-in-email-notification-in-oracle-apex/

    Kind regards

    Kiran

  • audio links

    Hello!

    How can I play audio on the links I added to the Apex 4.1.0.00.32?

    Can someone me?

    Thank you very much

    Hi 2883546,

    Please change your user ID to something useful, rather than 2883546.

    2883546 wrote:

    Hello!

    How can I play audio on the links I added to the Apex 4.1.0.00.32?

    Can someone help me?

    Thank you very much

    You can even search the forum, you will get many sons.

    Some of them are:

    Here is a plugin developed for the same purpose:

    -Plugin point - point Audio Player

    Here is a blog post on how to integrate a music player:

    Vincent Deelen: Integration of media in your APEX application

    I hope this helps!

    Kind regards

    Kiran

  • Function of PL/SQL return statement IMG

    APEX 4.0.2

    I have a SQL command that it generate statements of IMG. It looks a bit like this-

    SELECT blah blah blah

    (CASE

    "WHEN p.person_id IS NULL THEN ' < img alt ="nophoto"src =" #WORKSPACE_IMAGES #nophoto.png "/ >"

    "ELSE ' < img alt ="photo"src =" #WORKSPACE_IMAGES #photo.png "/ >"

    END) "PHOTO."

    abwapps.er.GetReviewImage (e.thirty_day_due, e.thirty_day_done, e.sixty_day_due, e.sixty_day_done, e.ninety_day_due, e.ninety_day_done) "REVIEW_OVERDUE_IMAGE."

    blah blah blah

    'PHOTO' and 'REVIEW_OVERDUE_IMAGE' are defined as Standard report columns.

    'PHOTO' is displayed correctly. "REVIEW_OVERDUE_IMAGE" displays the REPLACEMENT text.

    I confirmed that getreviewimage to create the IMG statement correctly by making the field to display as text. The IMG statement seems good.

    Then I took among the mentions IMG generated and hard-coded in the SQL statement. In other words changed the SQL statement as follows

    SELECT blah blah blah

    (CASE

    "WHEN p.person_id IS NULL THEN ' < img alt ="nophoto"src =" #WORKSPACE_IMAGES #nophoto.png "/ >"

    "ELSE ' < img alt ="photo"src =" #WORKSPACE_IMAGES #photo.png "/ >"

    END) "PHOTO."

    ' < img alt = "blah" src = "#WORKSPACE_IMAGES #blah.png" / > "" REVIEW_OVERDUE_IMAGE",

    blah blah blah

    bla displayed instead of blah.png. Firebug shows that #WORKSPACE_IMAGES # is not converted to REVIEW_OVERDUE_IMAGE.

    I don't know what is happening here.

    Walt K wrote:

    APEX 4.0.2

    I have a SQL command that it generate statements of IMG. It looks a bit like this-

    SELECT blah blah blah

    (CASE

    WHEN p.person_id IS NULL THEN 'nophoto'

    ELSE                                'photo'

    END) "PHOTO."

    abwapps.er.GetReviewImage (e.thirty_day_due, e.thirty_day_done, e.sixty_day_due, e.sixty_day_done, e.ninety_day_due, e.ninety_day_done) "REVIEW_OVERDUE_IMAGE."

    blah blah blah

    'PHOTO' and 'REVIEW_OVERDUE_IMAGE' are defined as Standard report columns.

    'PHOTO' is displayed correctly. "REVIEW_OVERDUE_IMAGE" displays the REPLACEMENT text.

    I confirmed that getreviewimage to create the IMG statement correctly by making the field to display as text. The IMG statement seems good.

    Then I took among the mentions IMG generated and hard-coded in the SQL statement. In other words changed the SQL statement as follows

    SELECT blah blah blah

    (CASE

    WHEN p.person_id IS NULL THEN 'nophoto'

    ELSE                                'photo'

    END) "PHOTO."

    "blah" "REVIEW_OVERDUE_IMAGE"

    blah blah blah

    bla displayed instead of blah.png. Firebug shows that #WORKSPACE_IMAGES # is not converted to REVIEW_OVERDUE_IMAGE.

    I don't know what is happening here.

    Probably you create image src reference in the GetReviewImage works by using the substitution string "#WORKSPACE_IMAGES #"? This will not be overridden when used outside of a block in the APEX. To refer to integrated units of DB program APEX session state and the substitution string values, you must use the syntax of PL/SQL function:

    'blah'

    However, I highly recommend the use of HTML phrases in order to remove the literal HTML from report queries and PL/SQL program units whenever it is possible to do.

Maybe you are looking for

  • Desktop PC: I forgot my password can help HP reset me

    I forgot my password for my HP desktop PC, HP can help me reset it? Thank you Bill

  • Pavilion 500-248eo: HP pavilion 500-248eo

    Hello Problems with getting outside windows safe mode. BlueScreen message don't THREAD EXCEPTION HANDLED (atikmdag.sys) SYSTEM. By restarting and pressing f5 and f8, trying to get a configuration with the mode menu without failure as a choice as well

  • Disconnect my e200

    Once I connected my e200 either to upload or download music, I have problems when I log out. I'll click the 'Remove hardware safely' and remove the device, I get a message "disconnected" on the device. But when I physically disconnect the device from

  • User account control does not turn on

    Hello I can't get user account control to turn on.  When I go on Windows Security Center, I click on User Account Control, turn it on now.  I get a window saying, "Security Center cannot enable control of user account on this computer.  I have admini

  • Presentation of the wrong usb port drivers

    I have a desktop pc and a usb hub 4 ports.  I had a recent problem with one of the ports on the hub, no work and got a replacement warranty of ben.  It seemed to work at first but then I started having a problem when I connected my mp3 player - it ha