Use of  Tool Options Tool Locations HTML Editors

Hi all,
Can somebody point me to some introductory documentation on
the use of the
Tool > Options > Tool Locations > HTML Editors tab;
I mean the business about the Generator/Associated Editor
relationship and meta-tags.
Tia,
- avi

What we'd like to do is somthing like:
<br>
http://edocs.bea.com/wls/docs81/javadocs/weblogic/security/UserConfigFileManager.html
<br><pre>
wls:/(offline)> import weblogic
wls:/(offline)> man=weblogic.security.UserConfigFileManager("./managed.properties", "./SerializedManaged.dat")
wls:/(offline)> unap=weblogic.security.UsernameAndPassword()
wls:/(offline)> unap.setUsername("system")
wls:/(offline)> unap.setPassword("SimonWasHere")
wls:/(offline)> man.setUserNameAndPassword(unap)
wls:/(offline)> man.store()
But this does not seem to work.</pre>

Similar Messages

  • Use of javascript and textarea with HTML editor

    Hi all,
    I have been trying to use some onchange javascript in the HTML Form Element Attributes of an item which is a textarea with an HTML Editor. It just seems to ignore the code. When you "view source" the code does not seem to be there.
    What I am attempting to do is described in thread: detecting changes to items prior to submitting page
    i.e. to warn a user that if they leave the page without saving they will lose their changes. It works fine with most of the other items on the page i.e. text boxes, select lists but not the textarea with html editor.
    Is there somewhere else I should be putting my js for items of this type? I have spent some time looking through the forum posts but cannot find an answer so far.
    Thanks,
    Brian

    I'm having the same problem.
    Would like to use the onChange event in a textarea with html editor.
    This works in Firefox (where I don't get the html editor but only a textarea) but doesn't seem to work in IE.
    Is there another way of detecting the user has changed the text in the html editor?
    Thanks,
    Pieter

  • Tools in PSE8 editor won't work properly

    Sometimes I cannot use the tools in the editor. I only get the "hand" no matter what tool I choose, and even if I quit PSE completely and reload the program again, the hand is still there. The only way to get the tools to work is to reboot the PC and reload PSE. Any clues?
    ØØ

    Strange...
    Clear Editor Preferences once and see if it makes any difference....

  • How can I use javascript in a Text Area with HTML editor??

    My question is... how can I use javascript in Text Area with HTML editor??
    I can use javascript functions that change the content of Text Areas but i can´t if i try in text area with html editor....
    I need to limit number of characters in a text area with html editor and i can´t.
    could anybody help me please?

    I have been experiencing similar problems with the HTML Editor and have managed to find an answer that should start to answer some of my questions. The Apex HTML Editor Standard is actually an HTML editor called FCKeditor. The FCKeditor has a Javascript API that can be found at http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/JavaScript_API. Unfortuately this doesn't seem to give the whole answer and I found more at http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:49607.
    I needed to get the text entered within my html editor standard (e.g. P1_MYTEXT) and use it within my javascript function. I did this by using the following script
    <script language="JavaScript" type="text/javascript">
    function showtext(){
    var oEditor = FCKeditorAPI.GetInstance('P1_MYTEXT');
    var editortext = escape(oEditor.GetXHTML(oEditor.FormatOutput));
    alert(editortext);
    </script>
    Hope this helps.
    Matthew

  • Using Visual Studio as an HTML editor with SharePoint's Design Manager

    I'm building a master page using Design Manager. I've mapped a network drive so that I can access the MasterPage.html file with an HTML editor.
    I'd like to use Visual Studio 2012 as my HTML editor.  But, when I modify MasterPage.html in VS, it creates a MasterPage.html~RF9158aed.TMP file alongside the MasterPage.html and MasterPage.master files, which breaks the master page in SharePoint.
    I can modify MasterPage.html successfully with NotePad.  I can also modify an html file, that is not associated with a folder in SharePoint via a networked drive, with VS.
    Can I use Visual Studio as an HTML editor in this scenario?  If so, what am I doing wrong?
    Your help would be much appreciated.
    Thanking you in anticipation.
    Roger
    rogerwithnell

    The TMP file is used by VS to save off changes in the file your working on, so you can perform Undos for instance.  If you shut down VS it should clean those up for you.  However, this can be a challenge if you're still working on the file.
    I would just make a copy of the MasterPage and place it in a folder outside the mapped folder.  Then you can simply copy and paste it back into the mapped folder.
    FYI, don't do this with any OOTB MasterPages!  Please make a copy and rename one that comes with SP, you don't want to change those in case you need to revert back.
    Good luck!
    Brandon Atkinson
    Blog: http://sharepointbrandon.com

  • Xml Form Builder HTML Editor

    Hi All,
    In my xml form builder application, i have to insert an image inside the UI "HTML Editor". But there is no option called as "insert image from km" into the HTML Editor? How can i have that option called "Insert Image From KM" ?
    I tried "configuration of the HTML editor" in
    Knowledge Management  Content Management  Utilities  Editing  HTML Editing.
    I enabled the option "Allow Images". Then too it is not reflecting in HTML Editor UI.
    What else can be done for getting that property on HTML Editor UI?
    Thanx and Regards,
    Divya

    Hi,
    My understanding is that the standard HTML editor control from SAP is quite limited. You can copy and paste an image into it (but the image has to already be in KM) - it has no nice control for selecting or positioning the image....
    Some options:
    1. There are options like TinyMCE which I belive can be used in place of the standard HTML editor control.
    2. If the structure of the content on you page is fixed then you could add images into the form as images that the user would provide links for - but this is not as free form as you would maybe like.
    Hope this helps,
    Simon

  • Html Editor in XML Form builder

    Hi,
       I have created a FAQ in XML Form Builder and I am using html Editor in the form. I need to give link to some selected text by using "web link for selection" option form the html Editor and I tried but in the iview the text does not appear as link.
    can any one help me what is a problem? or it is bug in Html editor.
    regards
    Yasir Noman

    hi Yasir
    The project you created appear in the KM folder  ( /etc/xmlforms)or the folder based on your settings. You can open the form you created in the km and can check whether the link command is there in the file.You can edit it directly from here to correct the error.
    Regards
    geogi

  • Add image/object in HTML Editor Standard item (apex 3.2)

    Hi,
    I'm using the HTML editor standard item from Apex3.2.
    I want the possibility to add an image/object in the editor, but I don't see that option on the HTML editor standard item.
    How do I activate this option? Can someone help me out please?
    I've found something on:
    http://www.inside-oracle-apex.com/enable-add-picture-for-html-editor/#high_1
    Is this the only & easiest solution?
    Thanks,
    Sunenny
    Edited by: Sunenny on Feb 2, 2010 4:32 AM
    Edited by: Sunenny on Feb 2, 2010 4:33 AM

    Sunenny,
    Yes, it would take something like that. Another option, although not any easier really, it to use the latest CKEditor.
    Regards,
    Dan
    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/

  • Free HTML Editor

    Hi All:
    Can you recommend a couple of good ***free*** HTML Editor tool? HTML Editor is a good aid for APEX development.
    Thanks!
    Kevin

    You could try NVU (Kompozer on Linux) if you're looking for a free WYSIWYG Editor - It's not bad.
    Cheers
    James

  • Custom Popup - Passing values back to Textarea with HTML Editor

    I have created a Custom Popup which is to populate a "Textarea with HTML Editor".
    I have found that the Custom Popup works fine if the target item is defined as a "Textarea", or "Textarea (auto-height)", or "Textarea w/Character Counter" (although the counter is not automatically updated), or "Textarea w/Character Counter & Spellcheck", or "Textarea with Spell Checker".
    However, if the target item is defined as "Textarea with HTML Editor" the Custom Popup does not populate the target item. No error message is produced. If the target item already had data, the data is unchanged.
    Is this a known bug?

    "Textarea with HTML Editor" is actually two objects on the screen with javascript keeping the data in the two objects in sync as you type in the editor.
    You have to populate both objects as you try to syncronize the data from your popup.
    I built a screen using dHTML that switches between the HTML Editor and the Text with Spell check and use Javascript to keep the two (actually three objects in sync)
    My button that switches from one view to the other uses the following syntax:
    javascript:setEqual('P9904_HTML_MESSAGE','P9904_MESSAGE','P9904_MESSAGEDiv');
    'P9904_HTML_MESSAGE' is the HTML view of the data with spell check
    'P9904_MESSAGE' is the html editor view of the data
    'P9904_MESSAGEDiv' is the extra object that Oracle uses for the editor
    This is the fuction that keeps the data in sync:
    function setEqual(fromObjectID,toObjectID,htmlObjectID)
    document.getElementById(toObjectID).value = document.getElementById(fromObjectID).value;
    document.getElementById(htmlObjectID).innerHTML=document.getElementById(fromObjectID).value;
    I hope this helps.
    Michael Snyder

  • I can't find "warp" option when using lasso tool

    Hi. I currently have Photoshop Element 8 (version 8.0).  I can't find the "warp" option when using lasso tool. Do I need to upgrade??

    You are on the wrong forum, there is a differetn forum for elements.
    In Photoshop the warp option is available regardless of whether you have used the lasso tool or not.
    In Photoshop, you can quickly get to warp by
    Make lasso selection
    CMD T to transform
    CTRL click to get the warp contextual menu

  • How to use deploy tool in AIA

    Hi ,
    I am using Tokenizer tool. I have followed the following link
    http://blogs.oracle.com/learnwithpavan/2009/09/deploy_using_the_deploy_tool_u.html.
    I am using ANT 1.7.0 comes with AIA installation.
    export AIA_HOME=/opt/webapps/oracle/product/AIA
    export ORACLE_HOME=/opt/webapps/oracle/product/SOAAS_10.1.3
    export PATH=/opt/webapps/oracle/product/AIA/apache-ant-1.7.0/bin
    export JAVA_HOME=/opt/webapps/JDK/jdk1.5.0_20/jre
    ant runesb -DTokenizerPropsFilePath=/opt/webapps/oracle/product/AIA/util/DeployTool/Tokenizer.properties
    following error i am getting
    /opt/webapps/oracle/product/AIA/apache-ant-1.7.0/bin/ant: false: not found
    /opt/webapps/oracle/product/AIA/apache-ant-1.7.0/bin/ant: false: not found
    /opt/webapps/oracle/product/AIA/apache-ant-1.7.0/bin/ant: uname: not found
    /opt/webapps/oracle/product/AIA/apache-ant-1.7.0/bin/ant: basename: not found
    /opt/webapps/oracle/product/AIA/apache-ant-1.7.0/bin/ant: dirname: not found
    /opt/webapps/oracle/product/AIA/apache-ant-1.7.0/bin/ant: false: not found
    /opt/webapps/oracle/product/AIA/apache-ant-1.7.0/bin/ant: false: not found
    /opt/webapps/oracle/product/AIA/apache-ant-1.7.0/bin/ant: false: not found
    /opt/webapps/oracle/product/AIA/apache-ant-1.7.0/bin/ant: false: not found
    /opt/webapps/oracle/product/AIA/apache-ant-1.7.0/bin/ant: false: not found
    /opt/webapps/oracle/product/AIA/apache-ant-1.7.0/bin/ant: false: not found
    /opt/webapps/oracle/product/AIA/apache-ant-1.7.0/bin/ant: false: not found
    /opt/webapps/oracle/product/AIA/apache-ant-1.7.0/bin/ant: false: not found
    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher
    Please update if anyone has faced same issue

    Please check the ant home properly.
    do echo on ant_home. If this is not helping you.
    Please follow the steps below.
    Steps to deploy AIA Components:
    1. Navigate to the following location in the server.
         D:\product\10.1.3.1\AIA\util\DeployTool>
    2. Set env variable to AIA_HOME, ORACLE_HOME and ANT_HOME folder
         set AIA_HOME=D:\product\10.1.3.1\AIA\
         set ORACLE_HOME=D:\product\10.1.3.1\OracleAS_1\
    3. Make sure your process folder and it's artifacts are NOT read-only
    4. Copy the bpel projects and Esb project to the following locations.
         D:\product\10.1.3.1\AIA\util\DeployTool\BpelCopy
         D:\product\10.1.3.1\AIA\util\DeployTool\EsbCopy
    5. open and edit \Tokenizer\build.properties in a text editor and populate the below values
    aia.home= Path of the folder which contains BPEL and ESB processes that has to be tokenized.
    Make sure that above Path contains Forward slash.(/)
    If you are planning to deploy only one of the BPEL or ESB processes then leave the other path as blank.     
    DONT NOT MODIFY ANY OTHER PARAMETERS IN THIS FILE.
    aia.home=D:/product/10.1.3.1/AIA/util/DeployTool/BpelCopy/
    6. Go to command prompt and change the current directory to \Tokenizer
    7. For BPEL processes execute the command ">ant runbpel" and for ESB processes execute the command ">ant runesb"
         $ ant runesb -DTokenizerPropsFilePath=D:/product/AIA_HOME/util/DeployTool/Tokenizer.properties
         $ ant runbpel -DTokenizerPropsFilePath=D:/product/AIA_HOME/util/DeployTool/Tokenizer.properties
         Note: you can run with the AIA_HOME in the command doesn't matter.
    8. Goto $AIA_HOME/bin and source the AIA environment file - aiaenv.sh.
         This will source all the environment variables.
    9. Then run "ant" to deploy the process from the bpel project folder as below.
         D:\product\10.1.3.1\AIA\bin>aiaenv.bat
    10. D:\product\10.1.3.1\AIA\util\DeployTool\BpelCopy\XXX_CustomerSyncUEKProvAdapterServiceBPEL_V1>ant     
         Note: If you want to deploy to the different domain. Please change the domain name in the build.properties for the bpel process.
    Thanks,
    Vijay.B

  • How to Upload Multiple questions IN LSO using Authorizing tool

    Hi Friends,
    I am very new to the E-learning. As per my knowledge after uploading any content through Authorizing tool in will be uploaded to KM folder.
    In my practice I am trying to upload the Multiple questions. I have searched but I am not find So please guide me the below scenario.
    We have a requirement that is User need to complete the assesment. In this assesment we have 100 questions with random option. How to upload these 100 question at a time using authorizing tool.
    Thanks,
    Suresh

    Hi Sandesh,
    this is simply not supported, not in WebDynpro nor in standard HTML.
    A workaround is to upload a ZIP with all files and on server side unpack the ZIP and operate on the single files.
    I hope it will  help u..
    ----------------------OR-------------------------
    As you know using File upload UI element we can upload only one file at a time. There may be a scenario where user may want to upload any no of files at a time which is not determined at design time. This can be acheived using the ACF UpDownload UI element which requires a security whiltelist to be created
    http://scn.sap.com/docs/DOC-2270
    ----------------------OR-------------------------
    You can use Table UI element.
    Regards,
    Deepak Singh

  • CS6 how to use gradient Tool for outline

    Hi!
    I am a graphic designer I like to work hand and not numbers. The new version of Ai CS6 gradients can be given for strokes. Great!
    Please help me how exactly I can do it with a convenient tool 'Gradient Tool'?
    Does not respond to changes in drag when I try to use the mouse to outline?
    In advertising and instructions CS6 somehow strange is described ... I do not understand.
    http://helpx.adobe.com/illustrator/using/gradient-panel-gradient-tool-overview.html
    Regards!

    @Ivan David: Thank you for your response. I asked for something else. How to use the "Gradient Tool" no gradient palete. Why are chceck "ON" you own answer as helpful?
    As I explained I am a graphic designer will create a hands than numbers. I do not understand why no tool "gradient tool" works to fill but it does not work on outline.
    If I get a chance to show off with a representative of Adobe's a bit like crying...
    We need fair and real changes. According to me the most to do is to think about using Illustrator for themselves of their creators Illustrator.
    * For example in work with new gradient tool.
    - Why when you edit the gradient for the outline of the object is displayed slider gradient fill???. It's confusing and totally unnecessary.
    - Why is the Gradient Tool Outline tool does not work???
    - Why Control bar does not drop the Gradient icon??? What is the control bar when no controls? Control Bar cool idea but how would the developers were thinking of him as a stranger?
    - Why still the option of working with the gradient tool to fill, when you edit a color marker, I can not turn on the Eyedropper tool to select a color from another object???
    - Why does the apperance in the attributes panel stoke attribute does not appear easy gradient of a potential of gradient palette???
    - Why can not I fast copy between objects only attribute gradient???
    After all, it's easy and does not require a great job developers reach a solution to the function. I know that my naive questions now, and nobody I will not answer to them but sorrow grows. Sometimes I feel like a fly in pitch.
    This is not normal.
    So many years have passed, there was a lot of new tools but Adobe wants to use the same techniques as in his first product. Refresh in the new 64 bit version is also not so different to that in compared to regular equipment and are currently using...
    http://www.youtube.com/watch?v=N3TDmvZma84
    Sorry for the harsh words of criticism, But your answer is a perfect example that Adobe does not know what's going to people who work with Illustrator on a daily basis and  as can be seen starting to irritate me tight.
    Perhaps I have exaggerated expectations about the tools Adobe. I understand that there is so much work and needs, but I lack only a change of thinking about working with tools in Illustartor and reducing unnecessary clicks. Now, instead of tools to work with each other often exclusive and force running around.
    Regards!

  • Photoshop Elements select tool, when targeting layer or multiple layers the layer properties box pops up.  Having to very carefully and repeatedly select and highlight layers to move, or merge when using Move Tool.  Win 8, Adobe 12, Intuos 4 w/ updated dr

    This issue has been going on for several weeks.
    The Move Tool is not functioning properly when selecting and TARGETING a layer or multiple layers, as the Layer Properties box pops up requiring me to close it and try again.
    How to reset or is there an update and fix for this issue.
    Using Win 8, Elements 12, and Intuos 4 Pen and Tablet.

    To reset the tool I suggest click on it once and then look for something like this in the bottom half of your window:
    In the above picture I have marked one section in red box.  You need to click on it to get the option to either reset the only tool you have clicked or to reset all the tools in the editor window.  Of course you have to be in Expert Mode to get this to work.
    Good luck.

Maybe you are looking for

  • Doubt In File Content Conversion

    HI, I need a  help on creating a header line with tab spaces example name   <tabspace>         NO    <tabspace>         EMP ID   i know the option of using addHeaderLine but in this how to leave the tab spaces between the header fileds. i have tried

  • TypeError: Object [object Object] Error message on website with parallax scrolling

    My website, www.suchudance.org is having some error issues that have never surfaced before. This is the error message I receive on a webpage that has never had this error before: " MusejSassert: Error calling selector function: TypeError: Object [obj

  • How can I retrieve my redemtion code if I've lost my itune gift card?

    How can I retrieve my redemtion code if I've lost my itunes gift card?

  • Portal and BW certificate must be different

    Hi, We've installed BI with BI Java and Portal as Addin on same System. We've configured the BI & Portal integration via NWA and everything is ok. But after when tested we got " The system is unable to interpret the SSO ticket received " errors durin

  • A/R Invoice sort problem

    Hi every one I'm doing an A/R invoice where I've pull some sale orders from de BP, the problem is that the invoice seems to be sorting those sale orders by the number of the documents (ORDR.DocNUM) and I need them to be sort in the order y ctrl+click