How can I include third-party javascript libarries in my WebUI app?

I would like to include a third-party javascript library, for example MochUI or something similar and combine it with elements in a generated BSP WD application to enhance the user experience.
Is it possible? How would you do this?
Thanks,
Martin

Hi Martin,
This is possible but be wary of conflicts between your 3rd party library and SAP JS - they use '$' as a function name which libraries such as JQuery also use as a shortcut for their functions. In the case of JQuery, this can be overcome using the noConflict() method.
Patrick.

Similar Messages

  • How can I enable third party cookies?

    How can I enable third party cookies?

    Demo, I just did some reseach on this question and while one an set iPad to accept cookies, from what I read, it doesn't work for 3rd party cookies.  Maybe I'm not getting it though, which is certainly possible..

  • How can I include 3rd party jar files with my custom extention?

    I'm writing an extension that is dependent upon some 3rd party jars. How can I include/package these with my extension?
    we're using the 11g tech preview
    thanks,
    Dylan

    Do you mean that you need these files to appear in JDeveloper as a library available for the developers who build a project and use your extension?
    You can create a library in JDeveloper with JAR files by simply adding the following to your extension.xml file:
    <jdeveloper-hook xmlns="http://xmlns.oracle.com/jdeveloper/1013/extension">
    - <libraries xmlns="http://xmlns.oracle.com/jdeveloper/1013/jdev-libraries">
    <library name="My Extension Library">
    <classpath> ${ide.extension.install.home}/lib/some.jar</classpath>
    </library>
    </jdeveloper-hook>

  • How can i view third party charges to my account?

    I received  a text message that a third party charge was made to my account and I could view it online....how do I find it?

    Have you registered with my Verizon so you can access your account online?
    its easy and gives you access to everything on your account, including billing details.
    If you select my Verizon at the top of the screen, it will prompt you for the information needed to do so.

  • How can you handle Third Party Payment in Oracle Payroll

    People I hope you all are at your Good Health!
    I have a question and that is i would like to know how i can restrict a dependent from getting an Insurance benefit after he has crossed the Age =18 Also the To date must be calculated and populated automatically.
    Also, how can we handle this third party payment in the Oracle Payroll.
    All comments are welcomed.
    Chetan

    For the payment piece, create a payment method on the person record as a third party. you would need to have setup the recieving party as a third party organization before setting up at employee level.
    During normal payroll processing, you may run Third party check writer to generate a check .
    Ankur thank you for the response i have understood that we must create a Payment Method and Check the Check box for Third party Payment on Payment Method window.But how will that be handled for case where an employee has taken a Loan from a Bank and he has to be deducted every month from his salary how can we handle such a requiremet.
    I did not understand when you said :
    "you would need to have setup the recieving party as a third party organization before setting up at employee level.
    During normal payroll processing, you may run Third party check writer to generate a check ."
    Could you please explain me.
    Regards,
    Chetan

  • How can I browse third party software

    I have spent the past hour trying to locate a listing of Third Part Software (Applications) presently on the Apple website.  In addition, there seems to be "Community" whereby this can be addressed or at least nothing containing Software or Applications or any other similar name.  I DO NOT want to have to activate iTunes as this would seem to indicate that I wanted to buy something but since all I am presently doing is RESEARCH into what is capabilities, all i really need is software titles to see if I can discover anything that even close to what I am looking for and usually that is ONLY available on the developers website.
    Can this be done?  HOW?
    Sparkgapper

    Sparkgapper wrote:
    I DO NOT want to have to activate iTunes
    What do you mean?
    I have spent the past hour trying to locate a listing of Third Part Software (Applications) presently on the Apple website.
    If, by "Apple website" you mean the Mac App Store, AFAIK there is no such listing. However, you can go to
    <http://itunes.apple.com/us/genre/mac/id39?mt=12>
    and then browse the apps on offer by category -- no need to 'activate' anything. Whether there is or not a way of querying exclusively for third-party software, I don't know.
    If you're looking for a listing of all Mac OS X third-party software in the world, there is no such thing. But, if you're looking for sites which list Mac software, here are a few suggestions:
    <http://www.macupdate.com/> (is, IMHO, the best of the lot)
    <http://download.cnet.com/mac/> (used to be quite good as VersionTracker; but it's gone downhill since acquired by CNET/CBS)
    <http://mac.softpedia.com/>
    <http://en.softonic.com/mac>

  • How can i download third party Softwares from Support tab in Apple site?

    Hi,
    Previously i downloaded third party softwares for mac like Browsers, Anti- Virus softwares from Apple site but now i can download only Apple products (softwares) not third party softwares from download links so any one please let me know the status.
    Thanks in advance,
    Suresh Balakrishnan.

    Apple no longer hosts a website for 3rd party software.  Instead it runs the Mac App Store, which offers a good range of software.
    If you are very keen for the apps and other things that are not in the Mac App Store, a good app to download is "Bodega" - which provides another app store experience.
    Cheers,
    Rodney

  • How can I include a portal component look and feel in a java servlet

    Does any body know how can i include a portal component look and feel (tables, buttons, etc) in a java servlet?

    Hi José,
    I don't think that is possible. But you can import the css files that ep uses for its look and feel and try to give your web pages similar look and feel. The tables and other controls used in EP are totally different and are done through complex JavaScript coding instead of simple HTML tags. If you want exact lok and feel then i thin you must go for a Webdynpro based application rather then a J2EE application with JSPs.
    Regards,
    Guru.
    PS: Give points for helpful replies.

  • How SAP handles AFS Third Party Orders in ECC system?

    Hi All,
    There is a user exit EXIT_SAPLJ3AM_003 which exist in 4.6C version of SAP for AFS.
    This user exit is for Third Party order processes. This is called within the include LJ3AMFD1 of the main program SAPLJ3AM.
    But this User exit is missing in ECC version of SAP for AFS.
    Basically when the Dierct ship Sales Order is created, corresponding PR is created for it and using this User exit certain fields in this corresponding Purchase Requisition is filled from Sales Order but this user exit is missing in ECC system.
    Could anyone please let me know how SAP handles the Third party Orders in ECC AFS system?
    Thanks,
    Ameesha

    Hi Ameesha,
    Did u find out any solution for it? bcoz, am also hving the same issue!!
    thanq

  • ADF mobile: How to pack a third party jars into apk

    Hi Expert,
    I am using Jdeveloper + ADF mobile 11.1.2.4 to develop an android application. In this application, I need to call some functions in the third party jar files.  I need to add the third party jars into my apk so that those classes can be found during runtime.
    I followed section 17.1.1.1 to add the libraries into my project. However, after I deployed my app to the emulator and tried to run it, it reported "encountered error: classes not found". And I also found that the third party jars don't exist in libs/ directory of the apk. Do you know how to solve the problem: How to reference a third party jar files in my app and make sure it works?
    Thanks,
    Yan

    Create a /libs directory within  Android project directory and copy the JAR files to /libs.
    To build.properties add
    external.libs.dir=libs

  • Can we integrate third party tool with solution manager

    Can we integrate third party toll with solution manager , If it is possible what API's we have?

    Hi Santosh Asuthkar,
    thank you for your answer.
    I've already read the steps in trx. spro and several documentations in sdn.
    There was a hint to trx. ictconf, wsconfig, lpconfig, wsadmin. If you call these transactions there
    is a message that these trx. are old and trx. SOAMANAGER should be used.
    Question is how to activate the webservice "ICT_SERVICE_DESK_API" in SOAMANAGER.
    I've never handled with bindings and proxy classes.
    Best regards
    Klaus

  • Include third-party static html

    I need to include third-party html content in CQ component(throught url). The third-party html is updated regularly. What is the best practice to do this in CQ? Should I put down the html and cache it in CRX with a job and load the content in CQ component?
    I think the a lot of people has the same situation.
    thx

    Hi,
    I think the other way can be instead of going through all the way long why dont you make that html chunk available on your web server at predefined location and make use at same path with same name it updates regularly. Now create a component where set this static path as property so that you need to worry about changing the path value and in code fetch that path and use HTML chunk to display. If your HTML update frequency is too high and you dont want to cache it then you can set no-cache in component scriptlet.
    Thanks,
    Pawan

  • How can I include my business email fonts on the ipad signature?

    How can I include my business email fonts on the ipad signature?

    It's a lot easier with Photo Manager Pro.
    https://itunes.apple.com/sg/app/photo-manager-pro/id393858562?mt=8

  • How can I include different DAQ cards (for notebook and PC) in one applicatio​n?

    I want to build one application, which runs on different computers. On PC a DAQ board PCI-6052E and LabVIEW including application builder are installed and work. My program runs.
    Now I want to build an application, which runs on the notebook without LabVIEW but with the similar DQACard-AI-16XE-50, too.
    How I have to install the DAQCard on the notebook and how can I include the driver?

    Sylke,
    Check the following link which guides you step by step to install the driver and configure the daq board:
    http://www.ni.com/support/install/
    Hope this information is helpful.
    L Aguila
    Applications Engineer
    National Instruments

  • I have a mac book pro, an ipad and an iphone.  i have an icloud account that allows my iPad and imac to sync.  but my mac book only has a connection to 'mobile me'.  how can i include my macbook with my other devices?  help!  thanks

    i have a mac book pro, an ipad and an iphone.  i have an icloud account that allows my iPad and imac to sync.  but my mac book only has a connection to 'mobile me'.  how can i include my macbook with my other devices?  help!  thanks

    You need OSX 10.7.2 or higher in order to access icloud.  The mobile me account is now defunct (it closed down more than a year ago).

Maybe you are looking for