HTML classes in Portal

Does anyone have a complete list of all HTML classes Portal pages use, or know where I can find such a list?
A portal HTML class can for example be one like this:
<FONT class = BannerSecondaryText>
/Lene

Hi,
Open any portal page, and look at the HTML source. At the top there will be a link to the stylesheet.
Copy this link and open it in a browser window, this should print out the stylesheet in plain text. Here you can find all classes used by Portal, although not in a nice layout :)
Hope this helps,
Joey

Similar Messages

  • Class oracle.portal.provider.v2.DefaultProviderDefinition has no set or add

    Hi,
    I installed newsfeed portlet as per the documentation and every step in EM showed successful install. When I try to access the provders test page (http://host:port/newfeedprovider/providers), I get the below error. Please help..
    oracle.portal.utils.xml.v2.NodeHandlerException: Class oracle.portal.provider.v2.DefaultProviderDefinition has no set or add method for tag "proxyInfo"     at oracle.portal.utils.v2.ContainerException.fillInStackTrace(Unknown Source)     at java.lang.Throwable.<init>(Throwable.java:195)     at java.lang.Exception.<init>(Exception.java:41)     at oracle.portal.utils.v2.ContainerException.<init>(Unknown Source)     at oracle.portal.utils.xml.v2.NodeHandlerException.<init>(Unknown Source)     at oracle.portal.utils.xml.v2.DefaultNodeHandler.findMethod(Unknown Source)     at oracle.portal.utils.xml.v2.DefaultNodeHandler.attachObject(Unknown Source)     at oracle.portal.utils.xml.v2.DefaultNodeHandler.processNode(Unknown Source)     at oracle.portal.provider.v2.http.DefaultProviderLoader.getProviderDefinition(Unknown Source)     at oracle.portal.provider.v2.http.DefaultProviderLoader.init(Unknown Source)     at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.init(Unknown Source)     at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.locateService(Unknown Source)     at oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown Source)     at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Thread.java:534)
    Thanks,
    Ravi.

    Hi Ravi,
    Looks like you are entering the proxy info in the wrong place. Please have a look at the default providere definition tags at http://www.oracle.com/technology/products/ias/portal/html/javadoc/xml_tag_reference_v2.html
    I do not see any entry made for proxy details. Hence you are recieving those errors.
    I shall look into the portlet further and get back to you, but it is absolutely clear that the proxy info tag aint sitting in DefaultProviderDefinition
    thanks,
    Harsha

  • HTML document in portal

    Dear friends,
    I got an issue like, my client need to put their HTML document into the portal, its around 300 files. So how to put htis html document into portal. Is it possible to put the html document or not, If not how to make appear HTML document in portal.
    Kindly help me
    Regards
    Suresh

    hi
    first you need upload the html files int oKM content then you need  to create a iviews  based on this content present in KM content
    step 1: uploading the html files
    go to content administration->KMcontent->at the right hand side select the document folder->
    here u create a new folder by selecting folder menu->new->folder
    then your folder will be created under documents folder
    doble click on this (now you under documents/your folder path)
    under you folder
    select folder menu->new->upload
    give  name(ex new.html ),description, and select browse to upload the file
    follow the same procedure for all the html files
    this indicates the u have uploaded all the files properly
    now creating a ivews based on the html documents uploaded in KM content
    content administration->portal content->select your folder->right click ->new->iview->select KM document iview template->give iview name &id etc
    then open the iview for editing
    there u can find a property called " path to document" give the value as " \document\<your folder name where u uploaded the html files under KM content>\file name(ex:new.html>
    like that u can create all the iviews based on the html documents stored under km content
    rgds
    srinivas

  • How to Create HTML page from portal

    Hi
    I have a requirement to create html pages from portal.
    There will be an author who can choose document type as HTML
    and then he will write html codes on saving it should be saved as HTML doc in UCM.
    and publisher should be able to display it on portal(may be using content presenter).
    please help me in this. I know there is rich text editor task flow which can save a doc as doc file.
    and in spaces we have option of creating HTLM file but i don't know how to do it for my portal.
    Thanks

    A better way would be to create the page using approach in this blog:
    https://blogs.oracle.com/ATEAM_WEBCENTER/entry/content_presenter_cmis_complete
    That way the page can be edited inline and the html author need not upload html to ucm everytime.

  • WYSIWYG HTML Entry for Portal

    People,
    We have a requirement for a WYSIWYG HTML entry "widget" to enter in html data into portal rather than using the basic text entry field where you have to mark up the text yourself in pure html.
    Internet Explorer has a ActiveX control that can be accessed through JavaScript such that the data entry on screen is looks like an editor like FrontPage/DreamWeaver but underneath it stores the actual HTML code. I would like to use this editor instead of the built in basic HTML Form based textArea.
    Has anyone figured out a way to do this?
    null

    If you research DHTML components and MSHTML components, you'll find the information regarding the built in object (no cost, no product -- custom coding required to build out the interface and any custom menu requirements needed.)
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmshtml/html/mshtmleditplatf.asp
    http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/editing/activateeditor.asp
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcsample/html/vcsamHTMLEdSampleWrapsInternetExplorerMSHTMLEditingControl.asp
    http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/mshtml/tutorials/tutorials.asp
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcehtml/htm/ceconMSHTMLPrototypes.asp
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcehtml/htm/ceconMSHTMLFunctions.asp
    Here's a couple articles too:
    http://www.euromind.com/iedelphi/EditHTML.htm
    http://groups.yahoo.com/group/delphi-dhtmledit/
    http://www.byte.com/documents/s=1113/byt20010806s0004/20010806_udell.html
    http://activex.adsp.or.jp/english/specs/Sweeper_Object_Model.htm
    What I know is that you need to search for the menu bar icons to add to the content window. Some javascript required to bring it all together.
    ActiveEdit from cfdev also has promise, it deploys a JSP based HTML edition (With Source Code). Integrating it with Oracle Portal 3.0.9.n release might prove challenging as the content api is only published for PLSQL implementation.
    http://www.cfdev.com/activedit/jsp.cfm
    Any one interested in collaborating in building this solution let me know.

  • Change standard SAP GUI for HTML theme to portal theme

    Dear Experts,
    I have created transaction code for SAP GUI HTML for  a custom report program developed in SE38.
    We have created a URL iView in Websphere enterprise portal. The Transaction executing well and there are no issues.
    But the SAP GUI HTML uses SAP Standard theme. I wanted to change the input field background color which is similar to our portal theme.
    Please let me know , how to change the theme of the standard SAP GUI for HTML.
    Thanks in advance.
    any solution will be greatly appreciated.
    Best regards,
    Prabhu

    Hi Sushil,
    Could you please elaborate in detail with steps.
    Thanks for your help .. Greatly appreciated...
    Best regards,
    Prabhu

  • How to display word document as a HTML document in portal

    Hi
    I developed a portal application in that i am displaying word document using IFrames, from my application i am uploading word document and saving those document in KM
    Requirement is that i need to provide an option to show this word document in html.
    Thanks
    Rudradev.

    Hi Glenn Mendonca
    I thing it is possible
    Even in SDN search results page, we have option called "HTML version" link
    to see the search document in HTML
    see the below url
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2fforums%2fsdn_forums%2fthread%7b74687265616449443d39313633%7d.jspa
    i hope passing doucment as a query parameter to com.sap.km.cm.highlightedcontent?DocumentUri=
    might solve this
    pls give your inputs
    Thanks

  • Problem With Creating a Huge HTML document In Portal

    Hallo,
    I am trying to insert a 735 lines long HTML into Portal. When I press the finish button I get the following error message:
    The requested URL /pls/portal30/PORTAL30.wwv_builder.accept was not found on this server.
    If I then go back and take out one of the forms I have in the HTML file and press the finish button, Portal accepts this.
    I am sure the problem is related to the size and not code because I have tested the form alone in Portal and it works.
    Would anyone know of a way around this problem?

    when i write the tow statements the first one didn't run but the second one run
    SQL> select to_timestamp('02/04/08 11:00:00.00 AM', 'DD/MM/RR HH12:MI:SS.FF PM') from dual;
    select to_timestamp('02/04/08 11:00:00.00 AM', 'DD/MM/RR HH12:MI:SS.FF PM') from dual
    ERROR at line 1:
    ORA-01855: AM/A.M. or PM/P.M. required
    SQL> select to_timestamp('02/04/08 11:00:00.00', 'DD/MM/RR HH24:MI:SS.FF') from dual;
    TO_TIMESTAMP('02/04/0811:00:00.00','DD/MM/RRHH24:MI:SS.FF')
    02/04/08 11:00:00.000000000 Õ
    when i used the second one in the job this error appear
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB (
    job_name => 'first_job',
    job_type => 'executable',
    job_action => 'C:\Documents and Settings\mohamed.sallam\Desktop\Calculator.lnk',
    start_date => 'to_timestamp('02/04/08 11:00:00.00', 'DD/MM/RR HH24:MI:SS.FF')',
    repeat_interval => 'FREQ=HOURLY;INTERVAL=12',
    end_date => 'to_timestamp('02/04/09 11:00:00.00', 'DD/MM/RR HH24:MI:SS.FF')',
    comments => '-------');
    END;
    0552: Bind variable "MI" not declared.

  • HTML Files in portal that access relative images

    We put html files on some of our pages. These open up and display their contents, which include images. These images we store on the same portal page (but hide them) so the html page has access to them in the same directory. So, we basically, use a portal page as a web server directory to put the html, css, images, etc.
    Is this going to break in a future version of portal?
    According to:
    http://download-west.oracle.com/docs/cd/B14099_19/portal.1014/b13809/apdxurls.htm
    "Following this release, path-based URLs that follow the following syntax will be obsolete"
    That sounds to me like my above scenario will break. Yes?
    Thanks.

    Why do you use html files exactly ? Because, we have legacy HTML documents that are from our pre-portal intranet days. We were able to just stick them into a portal page and they worked. And, the nice thing is that they can link to each other with relative links within the same directory/path. So, it's not just images. We really don't care that much about images, that was just an example that would be easy for people to understand. Using the /images folder does not solve most of problem. And, like I mentioned before, we also have PDFs with PDF-to-PDF web links where they all link to each other with relative links within the same directory. We also have some Flash (swf) files that take advantage of page-path URLs.
    It's not like our whole portal is made up of HTML documents. But, we used many of them instead of Word or PDF documents, because that's what we had from before. So, in most cases we can convert them to PDFs. But, there are some cases where we have mini websites made up of HTML files all stuck into a Portal page. These, and the PDF-to-PDF linked documents are a bigger problem.
    This is a major headache that we are not looking forward to.

  • Convert static html page to portal help needed

    I have a page here. that I need to put in portal.
    I am having trouble!
    use banner for the top image.
    use a region for the top menu links. This is "About, Registration, Security,etc...)
    Because menu bars and folders do not do horizontal alignment of items, all the links (about, registration) have to be one item. Would this be text in a folder? If a folder, can I remove the nav bar?
    One of my problems is that a lot of the content uses images. What is best practice for referring to images in content?
    If one has a lot of html content (10 lines) , why is the best element to use for this?
    Should I just use UI templates for everything?

    Hi,
    Depends. If you are going to reuse the layout, use a UI template. e.g static navigation , company branding etc.
    If you need to add Javascript/DHTML effects etc, a UI template is good, since you can call them from your portlets.
    As far as images go, don't place them in the database ! Place them on the middle tier and cache the folder
    with an Expires directive.
    hth
    If it is for one time use, use an HTML Portlet.
    I have a page here. that I need to put in portal.
    I am having trouble!
    use banner for the top image.
    use a region for the top menu links. This is "About, Registration, Security,etc...)
    Because menu bars and folders do not do horizontal alignment of items, all the links (about, registration) have to be one item. Would this be text in a folder? If a folder, can I remove the nav bar?
    One of my problems is that a lot of the content uses images. What is best practice for referring to images in content?
    If one has a lot of html content (10 lines) , why is the best element to use for this?
    Should I just use UI templates for everything?

  • Similarities and Differences between HTML DB an Portal

    Hi, I have several years of experience with Oracle Technology as DBA and Developer (Forms and Reports mainly). I'm excited and willing to familiarize with new technologies like Portal and HTML DB. I've been reading about both products and it seems they share similar principles in their arquitecture: both use dynamic page concepts, templates, and DB centric approach for building html apps.
    It seems like HTML DB is like some sort of "little brother" version of Portal: you don't need and application server and others licence purchase for deploying database centric web apps using HTML DB.
    So in short, can anyone portrait basic similarities and differences between these two products?.
    Thanks ...!

    "319071" and Doug:
    The products have different purposes. Portal provides content aggregation, application integration and personalization. Together with the Oracle Application Server infrastructure you also get identity management capabilities such as a centralized LDAP-based user directory and Single Sign-On. HTML DB is a tool for rapid development of database centric web applications. Nothing more, nothing less. Portal allows you to bring together applications built using a variety of technologies. HTML DB is just one of those technologies that happens to be optimized for web development on an Oracle database.
    Once you have built your application with HTML DB, you may choose to place a link to it on a portal page. You may even choose to make authentication seamless by making the HTML DB application a Single Sign-On partner application (see: http://www.oracle.com/technology/products/database/htmldb/howtos/sso_partner_app.html). Or, you may want to display some data from a report developed in HTML DB inside a portlet (see: http://www.oracle.com/technology/products/database/htmldb/howtos/omniportlet_index.html)
    Granted, Portal does have database centric development capabilities (what used to be called WebDB), but they are not nearly as flexible as HTML DB's. HTML DB lets you control page flow while maintaining session state, has quite sophisticated report building capabilities such as column based sorting and pagination, form building capabilities such as declarative field level data validations, built in field level help, etc.
    Sergio

  • Urgent - HTML Layout for portal

    Hi,
    I dunno if it's here that this questions belongs.
    I'm new to OracleAS Portal and I would like to integrate a content build with Struts in a portal. I've just tested the Struts part outside the portal and everything is OK.
    Now I would like to integrate it in a portal page, but the fact is, our customer has a predefined page style which is really not the default given by the OracleAS Portal.
    I have the layout of our client in an HTML form and I would like to be able to use this layout as the page for the portal and not the one provided by OracleAS portal but I've checked and could find nowhere in the doc where it says that we could do such thing and if I can, how should I do it then?
    Thanks.
    D.

    See answer in Template with portal thread.
    Peter

  • Abap class in portal application?

    hi all,
    I know how to call rfc function modules from portal applications. but as you all know ABAP is now a days written using classes and methods(Object Oriented), I would like to know how to access this classes and methods from a portal application.
    please help me in this regard as my client has urgent need for this. is it mandatory to write an RFC enabled BAPI as a wrapper to the ABAP class.
    Rgds

    Hi Yogi,
    if you want to access BAPIs, you can do that by using JCA or if you are using EP6 SP2 JCo.
    There are JCA&JCo Code samples under the download section available.
    Kai

  • How to test Java Proxy Classes in Portal

    I have created a Java Project in NWDS and have added Java Proxy classes for BAPI_EMPLOYEE_GETDADA. I have created a main class to call the Java Proxy Classes.
    I have noticed that I can not export it as .PAR file so I exported it as .JAR file. Now I logged into my Portal Server to test this new Java Proxy class but I do not see the .JAR file that I had created. Do I need to explicitly import it into Portal Server (I was thinking that similar to .PAR files, .JAR file will get transferred to the portal server automatically upon chosing Export from NWDS)
    I am also not sure if I can create JAVA iView based on the .JAR file.
    Please advise me on how can I test my Java Proxy Class.
    Thanks a lot in advance.
    Regards,
    Sanjay Gera

    Hi,
    You can try with HTTP as sender. Send a HTTP request using HTTP Client code and check out the response.
    For HTTP, sender communication channel is not required. All other steps in Configuration will be similar to any simple scenario.
    Regards,
    Uma

  • Training classes for Portal 6.0 vs Portal 6.1

    I'm looking at taking Sun's web based classes on the Portal Server. We are using 6.1 but the classes only cover 6.0
    Is there much difference between 6.0 and 6.1 that would make the training obsolete? I'm not familiar with 6.0 so I can't tell.

    I went to that site and looked at the info... this is too good to be true. How can this be?
    Thanks... you saved me hundreds of not thousands of dollars.

Maybe you are looking for

  • File management oddities

    When I move or delete PDF files using the Adobe Reader for Android interface on the tablet, these changes do not appear to be properly reflected in the tablet's file system when I connect the tablet to my Windows 8.1 computer and use Windows Explorer

  • MBP internal drive failure causes external drive probs. Weird...

    I've been booting off an external drive for some months now. I figured it would save wear on the internal drive, and when my boot drive eventually failed (the external one) it would be quicker and a lot cheaper to swap that out with another external

  • Rights Management ES

    Hi, I'm trying to get in contact with the Rightsmanagement of Livecycle. I've installed the turnkey version and the Rightsmanagement Component. Now I want to apply a policy which I've created in the rightsmanagement web to a pdf-file using the apply

  • Refiner TEst is different on ACtual Search Results

    WHen I do Test on Refiner Webpart, it generate two Result with two refiner. But after Clicking OK and SAVE it only generate One Search Result and one refiner. I already did lots of FULL CRAWL and IISRESET and SharePoint Timer SErvice Restart but noth

  • Nikon D1x RAW Files (NEF) do not open on current version of OS X, can somebody confirm?

    I just tried to edit some of my older Nikon D1x NEF files (anno 2003) and realized that I cannot open them anymore, they just show up as solid pink in Quickview, Aperture, Preview etc. It seems to be a bug in Apple's RAW support and after checking th