How to add an editor like frontpage into jdeveloper 9i

I've integrated frontpage in JDeveloper release 3.2 with
the configuration in tools.cfg file, but in 9i I dont find
any such file and also dont find any option in preferences.
Can anyone help me out, how to do so.
Thanks in advance.

Hi,
You can use the ToolManager extension to do this. This can be downloaded from OTN:
http://otn.oracle.com/products/jdev/htdocs/partners/addins/exchange/toolmanager/content.html
Thanks,
Brian
JDev Team

Similar Messages

  • How to add the library of linphone into existing project ?

    How to add the library of linphone into existing project ?

    How to add the library of linphone into existing project ?

  • How to add an "age / time counter" into DW?

    Can anyone assist on how to add an age / time counter into DW?
    In other words to say "Child X is now a years, b months old"? or "Product Z was launched A years B months ago"? Or, on the other hand, "You only have Z days & Y minutes left to enter"? With it updating in real time?
    Apologies in advance if this is a silly / obvious question but I just can't seem to do it!

    This isn't something you would add to DW, you would need to add it to your webpages. You would do this with javascript. Search the web for
    'javascript countdown timer' for plenty of examples.

  • How to add a filter like TIME NOW() - {interval}

    How to add a filter like
    TIME > DATEADD(Now(),0,0,0,0,0, -[PARAMETER:interval],0)
    where TIME is a field, interval is paramter in seconds (may > 60)
    or
    a calculated field:
    TIME2=DATEADD(TIME, 0,0,0,0,0,[PARAMETER:interval],0)
    and a filter
    TIME2<Now()
    or a filter
    TIME is within a time interval previous [PARAMTER:interval] minutes

    DateAdd(receiveInput_TS,0,0,0,1,0,CreditTime,0)
    Using the same example in the PDF (data object layout) - the above "formula" worked for me. Note that if you use the above formula - it would be evaled only once, not periodically at every 5 secs or so. In order to achieve -real-time-alert-evaluation- you have to use 'ActiveNow' with the timefield in "alert"
    Alternate - the above calculation also worked correctly in the ADC dataobject layout design as calculated field. But again it will be evaluated only if the data in 'that' row changes.

  • How to add a specific order type into any particular report

    Hi All,
    How to add a specific document type(order type) into any particular report in order to review OTD performance.
    I need to add one specific order type to existing reports which will help to check the performance of the delivery type for that particular order type to the users.
    Thanks,
    Raj

    Hi Rajesh,
    thanks for the reply when i tried as the way you said.. but the system is asking more details like varient. so if you can clearly specify the process for order type (VOV8-- table TVAK) so it will helpful for me.
    Thanks
    Raj

  • How to add Design Studio BI App into BI Workspace?

    Hi,
    is it possible to add Design Studio BI Apps into a BI Workspace (DE: BI-Arbeitsbereich) on the BIP?
    How can this be done? Has anyone successfully done it?
    BIP: BI 4.0 SP6
    I'm able to add Web Intelligence reports/files but in the folders where all the Design Studio files are I can only see the images. It looks like BI 4.0 SP6 BI-Workspace doesn't recognize the DS BI app file types?
    Thank you!
    Regards,
    David

    Ahoj Victor,
    Thanks!
    As you suggested first I tried the Web Page Module - I configured it directly with the 1 OpenDoc url - it worked.
    I ended up with the following solution for now:
    Here: BI-Launchpad > Documents > Folders > Public Folders > in the folder with the Design Studio reports
    I created: right click > New > Hyperlink: in the URL field I added the OpenDoc url of a DS report (bi app)
    and under/in BI workspace:
    (Layout: Freeform)
    From "Templates" I added 2 objects: "Navigation List" and "Viewer"
    From "Public Modules" I added the Hyperlink object I created previously - drag & drop into the Navigation List, and now when somebody clicks on the item (Hyperlink object) in the Navigation List, the document/report opens in the Viewer. Now I can have several items in the Navigation List and have them opened in the same Viewer (of course 1 report at a time).
    Regards,
    David

  • How to add a vid in iphoto into imovie

    Hi,
    I took a vid with my sony camera, downloaded it into iphoto on my mac, now I want to add it to imoive from iphoto so I can edit it.
    How to add it to imoive from iphoto?
    Thanks

    Hi
    In Event's window You find Your iPhoto-Videos at one of the top titles like (second row)
    Select this iPhoto-videor and then select the movie from the thumbnails to the left
    Yours Bengt W

  • How to add multiple e-mail addresses into my iPad Contacts?

    I just received an e-mail with 40 addresses in the distribution list. Now I want to add all of the addresses into my iPad Contacts. How can I do this in one operation rather doing each of the 40 addresses individually?

    Unfortunately you can't add all at once. But you save a lot of time by the copy/paste method (double-tap at a mail address, tap "copy", go to the "Contacts" app, enter the contact you want to paste the address in, tap "Mail address", then double tap again and tap "paste").

  • How to add one poi jar file into webdynpro project

    Hi all:
        We would like to add one poi jar file into one webdynpro project, however, what should we do ?
        Its one external 3rd party jar file.

    Hi,
    To add a jar file you need to have an external library DC.
    Hope the below link will help you:
    [http://help.sap.com/saphelp_nw70/helpdata/en/46/3ce3e4df201d63e10000000a11466f/frameset.htm]
    thanks & regards,
    Manoj

  • How to add cell editor to cell variant dynamically?

    Hi everyone,
      I'm developing a web dynrpo component. In one of the views , I need to modify the view dynamically
    because the data structure only can be determined at runtime. And the table column should have two
    cell variants. I don't know the exact cell variant class which should be used. I only find an abstract class about cell variant CL_WD_ABSTR_TABLE_CELL_VAR , but I can't find any method in this class which
    can add cell editor under this cell variant.
    Thanks in advance.

    Hi Sireesha,
    Thanks for link you provided.
    I am able to add Column with CommandImageLink.And onclick of that link i am able to display another popup.
    Now another problem which i am facing is when i select one row from popup and click "Ok" i have to modify some columns from Dyanamic table which is displayed on main page.
    For this.
    1)First i took the selected row from dyanamic table to update that perticular row depending upon the row which i select from popup.
    if you see the code above i am refaring the list as collection for data.So i am updating that collection but again it is refreshing to it's original value.
    because number of times getList() method of bean get's called equal to number of columns. which brings the values from database.
    Here On click of popup's Ok button I don't want to save the data for table i just want to show there in some column's .and After click on SAVE button from table i have to save it.
    Let me help how can i modify the Dynamic table's data.
    Thanks for all help.
    Jaydeep

  • How to Add Content Editor WebPart in PageLayout

    Hi
    I have copied the Content Editor webpart snippet and pasted it in my Page layout.
    But nothing is showing in page edit mode. 
    Can anyone tell me how to add this if the following is not correct?
    <div style="width:100%">
                    <div data-name="WebPartZone">
                        <!--CS: Start Content Editor Snippet--><!--SPM:<%@Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint,
    Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>--><!--MS:<WebPartPages:ContentEditorWebPart xmlns:WebPartPages="namespace" runat="server" webpart="true">--><!--PS: Start of READ-ONLY
    PREVIEW (do not modify)--><div class="ms-webpart-chrome ms-webpart-chrome-fullWidth "><div class="ms-webpart-chrome-title" id="WebPart_ChromeTitle"><span title="$Resources:core,ContentEditorWebPartTitle;
    - $Resources:core,ContentEditorWebPartDescription;" id="WebPartTitle" class="js-webpart-titleCell"><h2 style="text-align:justify;" class="ms-webpart-titleText"><nobr><span>$Resources:core,ContentEditorWebPartTitle;</span><span
    id="WebPartCaption"></span></nobr></h2></span></div><div WebPartID="00000000-0000-0000-0000-000000000000" HasPers="true" id="WebPart" width="100%" class="ms-WPBody ms-WPBorder
    noindex ms-wpContentDivSpace " OnlyForMePart="true" allowDelete="false" style=""><div class="ms-rtestate-field"></div><div class="ms-clear"></div></div></div><!--PE:
    End of READ-ONLY PREVIEW--><!--MS:<WebPart xmlns="http://schemas.microsoft.com/WebPart/v2">--><!--MS:<Title>--><!--SPM:$Resources:core,ContentEditorWebPartTitle;--><!--ME:</Title>--><!--MS:<Description>--><!--SPM:$Resources:core,ContentEditorWebPartDescription;--><!--ME:</Description>--><!--MS:<PartImageLarge>--><!--SPM:/_layouts/15/images/mscontl.gif--><!--ME:</PartImageLarge>--><!--MS:<ID>--><!--SPM:g_4998626c_cd3f_4f31_962c_51e943923c4f--><!--ME:</ID>--><!--ME:</WebPart>--><!--ME:</WebPartPages:ContentEditorWebPart>--><!--CE:
    End Content Editor Snippet-->
                    </div>
                </div>
    S H A J A N

    Hi  ,
    For adding the Content Editor Web Part to a SharePoint Layout , you can add the  code between the <Zonetemplate> tags:
    <!-- CEWP -->
    <WebPartPages:ContentEditorWebPart ID="ContentEditorWebPart1" runat="server" __MarkupType="xmlmarkup" WebPart="true" __WebPartId="{F40E10C3-ED3A-473D-8538-996344EE795C}" >
    <WebPart xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/WebPart/v2">
    <Title>Content Editor Web Part</Title>
    <FrameType>TitleBarOnly</FrameType>
    <Description>Use for formatted text, tables, and images.</Description>
    <IsIncluded>true</IsIncluded>
    <PartOrder>2</PartOrder>
    <FrameState>Normal</FrameState>
    <Height />
    <Width />
    <AllowRemove>true</AllowRemove>
    <AllowZoneChange>true</AllowZoneChange>
    <AllowMinimize>true</AllowMinimize>
    <AllowConnect>true</AllowConnect>
    <AllowEdit>true</AllowEdit>
    <AllowHide>true</AllowHide>
    <IsVisible>true</IsVisible>
    <DetailLink />
    <HelpLink />
    <HelpMode>Modeless</HelpMode>
    <Dir>Default</Dir>
    <PartImageSmall />
    <MissingAssembly>Cannot import this Web Part.</MissingAssembly>
    <PartImageLarge>/_layouts/images/mscontl.gif</PartImageLarge>
    <IsIncludedFilter />
    <ExportControlledProperties>true</ExportControlledProperties>
    <ConnectionID>00000000-0000-0000-0000-000000000000</ConnectionID>
    <ID>g_f40e10c3_ed3a_473d_8538_996344ee795c</ID>
    <ContentLink xmlns="http://schemas.microsoft.com/WebPart/v2/ContentEditor" />
    <Content xmlns="http://schemas.microsoft.com/WebPart/v2/ContentEditor"><![CDATA[Edit this text.]]></Content>
    <PartStorage xmlns="http://schemas.microsoft.com/WebPart/v2/ContentEditor" />
    </WebPart>
    </WebPartPages:ContentEditorWebPart>
    For more information, you can refer to the thread:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/1ba645f2-2481-4560-a4c3-3be9f9e878bc/adding-the-content-editor-web-part-to-a-sharepoint-layout-aspx-page?forum=sharepointcustomizationlegacy
    http://hiren-j-patel.blogspot.com/2012/07/hello-all-today-we-will-add-content.html
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How to add special characters like üöä to a rss feed?

    Hello,
    I've (again) a small problem. In my podcast I use the header
    <?xml version="1.0" encoding="UTF-8"?>
    <rss version="2.0"
        xmlns:content="http://purl.org/rss/1.0/modules/content/"
        xmlns:wfw="http://wellformedweb.org/CommentAPI/"
        xmlns:dc="http://purl.org/dc/elements/1.1/"
        xmlns:atom="http://www.w3.org/2005/Atom"
        xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
        xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
        xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
        xmlns:media="http://search.yahoo.com/mrss/"
    >
    and encoding UFT-8. Every time I add special characters like the German Ö Ä or Ü to my feed, the feed stops working. The validator says that characters like üöä are no UTF-8 characters which is correct of course, but a second podcast which I listen to, uses the same header like I do but it contains the same special characters and it works. Does anyone know what the difference is?
    This is my podcast feed which does not work with üöä
    http://quartett.planeteternia.org/rssfeed.xml
    That's a podcast feed (not mine) which works with üöä
    http://technikwuerze.de/feed/
    Thank you very much
    Kind regards

    http://quartett.planeteternia.org/newsfeed.xml - there is no file at this address. You have a feed at
    http://quartett.planeteternia.org/rssfeed.xml
    but there are no diacriticals in it - presumably you've removed them.
    The other feed simply includes the diacriticals - it's not using html encoding to display them - so I don't know why you should be having trouble. You need to be writing the text in a plain text editor, not a word processor, and I don't know whether there is an issue with Windows here.
    You could try using the codes - they must be the numbered not the named codes:
    ü is &#252;
    ö is &#246;
    ä is &#228;

  • HT204003 have amex in passbook.  how to add other apps, like american airlines to passbook?

    when I open the passbook icon, all I see is the 2 AMEX cards i put in passbook.  How can I add other apps, like american airlines to passbook?  And how to get a single screen that shows all apps I have in passbook?  Thanks

    Hi,
    Get the latest update for Flash Builder 4.6. It's a free upgrade, though
    you have to uninstall 4.5 and install 4.6 (new Eclipse version and
    stuff). Once you install FB 4.6 you'll see the new targets for iOS
    available.
    http://www.adobe.com/go/flashbuilder
    Brent

  • How to add a Captivate 5 Project into RH for Word?

    I have to add a captivate simulation project into my Help project, and was wondering if anyone knows if it is possible. I searched Captivate's help, and they say you can with RH HTML, but I am currently using:
    1. RH for Word Build 8.0.0.203
    2. Captivate 5.0.0.596
    The Help project is a Single Source Layout with WinHelp 2000 primary layout. Any ideas?
    eangel

    Hi Rick,
    I did test the url from my browser's address bar, and it worked fine. I cannot get this to work from the help project.
    Hope someone can help.
    Thanks,
    eangel

  • How to add Oracle Enterprise Scheduler Extensions to JDeveloper 11.1.1.4?

    Hi,
    Please provide the necessary steps to add Oracle Enterprise Scheduler Extensions to JDeveloper 11.1.1.4. I have searched a lot, but the links point to Jdeveloper version 11.1.1.5.

    This extension is not available for the 11gR2 releases.
    If you are trying to add extensions for the Fusion Applications customization environment, you must use the JDeveloper version that came from the Fusion Application DVDs. The FA extensions are also on those DVDs
    Fusion Applications does not work with the same versions of JDeveloper that you download from the OTN website.
    --jb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Lightroom 5.5 CC 2014 Mac - running fine on Mavericks. Here's how.

    Like many other people, after updating CC to CC2014, Lightroom's Develop and Map modules were disabled even though my subscription is current. I tried all suggested remedies in the forums but for one reason or another, they didn't work (sometimes the

  • How to make full screen upload to youtube

    I shoot in 16:9 on the canon t3i, however when I upload my videos to YouTube there is a black bar on the left and right. The canon team said there should be a setting in premiere to make my videos full screen. please help! than

  • Arabic characters disappear on e-mail

    Hello everybody I have a BB curve 8520 when i want to send an e-mail in arabic characters, the one to who i'm writting receives that e-mail in characters "????" i try all my best to rectify this problem but i don't know from where it comes! thank you

  • WMI issues in VMware based Machine Windows 2008 R2 Servers affecting SCCM Clients

    Dear Brothers,<o:p></o:p> I came to an observation particularly in dealing with Windows 2008R2 Servers Vmware Based Virtual Machines with SCCM Clients.<o:p></o:p> Observation:<o:p></o:p> 1. Windows 2008R2 Virtual Machine with Vmware Tools installed (

  • Encore CS4 Suddenly Won't Open

    I use Encore CS4 everyday. I just used it to render & burn a DVD and it worked perfectly. I closed Encore and tried to reopen it but it crashed. After a few seconds I got the Crash Report window saying that Encore has unexpectedly quit. I rebooted th