Frame 7.x: setting up HTML General Macros on Reference Page

Is there any documentation on how to create General Macros on the Frame reference page? The documentation says you can do it but I can't find anything about how.
Specifically I'd like it to output Marker text and other things.
I used WebWorks Publisher years ago but my memory's pretty rusty on it.
thanks
Scott

If you have the freedom to check out a 3rd party tool rather than use FM's built-in capability, check out MIF2Go, at http://www.omsys.com<br /><br />It can generate far, far better HTML output, and is far more flexible  than FM's built-in capability. <br /><br />As far as using FM to generate the output directly, though, somebody else here will undoubtedly be along with some suggestions in short order <looking around hopefully><br /><br />Sheila

Similar Messages

  • Overview and package frames not present in index.html

    I launch the Javadoc tool with:
    javadoc -sourcepath ..\src\ -d %DIR_JAVADOCS% -author -package -use -version %SOURCES% -classpath %CP%
    (where the %XXX% are environment variables properly set).
    The problem is that the packages frame and overview frame doesnt appear in the resultant index.html
    Also, in thread
    http://forum.java.sun.com/thread.jsp?forum=41&thread=72781
    Doug Kramer says:
    "If you supply package names on the command line, links to their
    docs should all appear automatically on the Overview page,
    which is named overview-summary.html. The -overview flag
    merely allows you to add a description to that page."
    So, what I have to do to solve this??

    This is one of the most commonly-asked questions
    I'll bet you are passing in only one package.
    Here's the blurb:
      The Javadoc tool will generate either two or three HTML frames, as shown in the  
      figure below. It creates the minimum necessary number of frames by omitting the
      list of packages if there is only one package (or no packages). That is, when you 
      pass a single package name or source files (*.java) belonging to a single package
      as arguments into the javadoc command, it will create only one frame (C) in the 
      left-hand column -- the list of classes. When you pass into javadoc two or more
      package names, it creates a third frame (P) listing all packages, as well as an
      overview page (Detail).
                  |C| Detail |                  |P| Detail |
                  | |        |                  | |        |
                  | |        |                  |-|        |
                  | |        |                  |C|        |
                  | |        |                  | |        |
                  | |        |                  | |        |
                 javadoc *.java           javadoc java.lang java.awtSource:
    http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/javadoc.html#htmlframes

  • How to set the same General settings for all users

    Hi Experts,
    How can i set the same general settings for all users e.g. marking the checkbox "Display header" to true for all users? General settings are possible under User Settings Button.
    Regards,
    Arti.

    Hi Arti!
    You can default user settings in a PFCG role, in the "personalization" tab.
    If you have a PFCG role that is common to all your users, you can set the default values here.
    However it does not prevent them to change these settings later, except if you modify the "user settings" fields properties in cProjects application.
    Matthias

  • 'SET MARKUP HTML' top left alignment in SQL*Plus

    I have a SQL script which generates HTML that is then emailed as a HTML email. I am using the following SET Markup command
    SET MARKUP HTML ON SPOOL ON PREFORMAT OFF ENTMAP ON -
    HEAD "<STYLE type='text/css'> -
    table,tr,td { -
    font:10pt Arial,Helvetica,sans-serif; -
    text-align:left; -
    vertical-align:top; -
    color:black; background:white; } -
    <!-- BODY {background: white} --> -
    </STYLE>" -
    BODY "TEXT='black'" -
    TABLE "WIDTH='100%' BORDER='1'"
    Looking at the file generated it is creating the table tags OK but there is no CSS. This means the text is vertical aligned in the centre of the cell and I want it top left.
    Any ideas?
    Ben

    Welcome to OTN.
    You probably just need to get the tags with the CSS info into your document any way you can. If nobody suggests anything more elegant consider using prompt or even pl/sql dbms_output.put_line statemtns to get the CSS lines into your output - something like (untested)
    set serveroutput on
    exec dbms_output.put_line('<style type=''text/css'''); --two single quotes around "text/css"
    . . .Edited by: riedelme on Jul 7, 2010 11:02 AM

  • TextField set to HTML, Scrollbar problem

    Hi,
    I have a chat box called 'chatbox' which needs to display
    lines in different colors. I've set 'render as HTML' and called the
    var property 'chat_html'. It displays things fine when I add lines
    with, for example, 'chat_html += "<font color =
    '#ff0000'>TEXT</font>'.
    The only problem is the vertical scrollbar doesn't update.
    I've noticed I can make it update by using 'chatbox.text += "" each
    time I add a html line, but this seems to set the colors to all one
    color, namely, 'chatbox's default color.
    Any help on this? How do I update the scrollbar without
    losing the different colors?
    Thanks - Gary.

    In the old way of things - what did change?
    Look at the WebAccess on the HTTP view - how long does it say that it
    has been up?
    rpm -qa novell-group What version
    What does the POA report?
    If this has all got squirrely rcgrpwise stop, rcapache2 stop and
    rctomcat5 stop (then restart them again in reverse order)
    T
    On Fri, 02 Sep 2011 19:26:02 GMT, taphillips
    <[email protected]> wrote:
    >
    >We have webaccess agent 8.0.2 running on OES SLES 10 sp3.
    >In the past few days webaccess users cannot send email when compose
    >view is set to html. They will be redirected back to the address bar to
    >input an address even though there is already and address listed. Some
    >will get the message "you must specify a recipient to send to" It will
    >send ok when set to plain text.
    >It happens across all operating ystems and different browsers and
    >versions I have tried so far.
    >I did find and old reference to this problem, but it had to do with an
    >older agent working against a newer post office.
    >This seemed to happen quite suddenly. We have had several power outages
    >in the last week or so but the server has not gone down.
    >Any ideas?
    >Thanks,
    >Tom

  • Unix sqlplus set markup html on

    Can anyone explain why the following does not work under solaris unix sqlplus
    SQL*Plus: Release 3.2.3.0.0 - Production on Wed Aug 13 17:43:20 2008
    Copyright (c) Oracle Corporation 1979, 1994. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    JServer Release 9.2.0.8.0 - Production
    SQL> SET MARKUP HTML ON SPOOL ON
    unknown SET option "MARKUP"
    SQL>
    Yet on windows sqlplus.....
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    JServer Release 9.2.0.8.0 - Production
    SQL> SET MARKUP HTML ON SPOOL ON
    SQL> spool today.htm
    <br>
    SQL> select sysdate from dual;
    <br>
    <p>
    <table border='1' width='90%' align='center' summary='Script output'>
    <tr>
    <th scope="col">
    SYSDATE
    </th>
    </tr>
    <tr>
    <td>
    13-AUG-2008
    </td>
    </tr>
    </table>
    <p>
    SQL> spool off;

    As Chris said, get a current version of sqlplus.This is form my solaris server:
    /home/oracle/home> sqlplus /
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Aug 13 16:10:18 2008
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    With the Partitioning option
    JServer Release 9.2.0.6.0 - Production
    SQL> SET MARKUP HTML ON SPOOL ON
    SQL> SELECT sysdate FROM dual;
    <br>
    <p>
    <table border='1' width='90%' align='center' summary='Script output'>
    <tr>
    <th scope="col">
    SYSDATE
    </th>
    </tr>
    <tr>
    <td>
    13-AUG-2008
    </td>
    </tr>
    </table>
    <p>

  • Set markup html on

    Hi,
    Some times I get following lines in output while generating output in 9.2 thru sqlplus
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
    <meta name="generator" content="SQL*Plus 9.2.0">
    <style type='text/css'> body {font:10pt Arial,Helvetica,sans-serif; color:black; background:White;} p {font:10pt Arial,Helvetica,sans-serif; color:black; background:White;} table,tr,td {font:10pt Arial,Helvetica,sans-serif; color:Black; background:#f7f7e7; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;} th {font:bold 10pt Arial,Helvetica,sans-serif; color:#336699; background:#cccc99; padding:0px 0px 0px 0px;} h1 {font:16pt Arial,Helvetica,Geneva,sans-serif; color:#336699; background-color:White; border-bottom:1px solid #cccc99; margin-top:0pt; margin-bottom:0pt; padding:0px 0px 0px 0px;} h2 {font:bold 10pt Arial,Helvetica,Geneva,sans-serif; color:#336699; background-color:White; margin-top:4pt; margin-bottom:0pt;} a {font:9pt Arial,Helvetica,sans-serif; color:#663300; background:#ffffff; margin-top:0pt; margin-bottom:0pt; vertical-align:top;}</style><title>SQL*Plus Report</title>
    </head>
    <body>
    Kindly suggest me how to insert above lines while generating SQL output which will give us above formating in html.
    thanks & regards
    PJP

    You can write whatever HTML code you like in the TABLE clause:
    SQL> SET MARKUP HTML ON TABLE 'border=1 width="50%"' ENTMAP OFF
    SQL> select ename from emp where rownum=1;
    <br>
    <p>
    <table border=1 width="50%">
    <tr>
    <th scope="col">
    ENAME
    </th>
    </tr>
    <tr>
    <td>

  • Setting Azure Website General Settings through Powershell

    Hi,
    I am looking for information on how to set the website general settings through powershell cmdlets. When I create a new Website through gallery and choose Apache Tomcat 7 it default selects the .net framework. I would like to set those off and use Java version
    Don't see any commands to set that default while creating a website. 
    Also, how can I set an SSL certificate and traffic manager end point to my website using powershell cmdlets.
    Thanks in Advance.
    Trupt

    Hi Trupt,
    Based on my research, you can configure the Type to AzureWebsite when you use
    Add-AzureTrafficManagerEndpoint or
    Set-AzureTrafficManagerEndpoint cmdlets. Although the article below is for cloud service, you can change the type and follow it:
    http://azure.microsoft.com/blog/2014/06/26/azure-traffic-manager-external-endpoints-and-weighted-round-robin-via-powershell/
    In addition, based on my experience, you can create a SSL certificate via Azure PowerShell, however, there is no way to add it to a web site in Azure PowerShell.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Image on set markup HTML ON

    Hi,
    Is there a possibility of seeking in a local directory an image that will appear in my report HTML sqlplus? (set markup HTML ON)
    Thank you :)

    SQL*Plus produces HTML output. It does not render it. A browser with a rendering engine is needed.
    SQL*Plus can produce HTML output that refers to javascript, style sheets and images. The location of these however should be accessible to the browser.
    If for example SQL*Plus produce HTML that refers to an image on my PC, my PC's browser will be able to read and render that image. If the HTML is rendered by your PC's browser, your browser will fail to render that image as the image location is invalid on your PC.

  • I need to set the position of components on a page that contains a MenuBar,

    I need to set the position of components on a page that contains a MenuBar, but MenuBar does not provide a getPreferred size method.
    How can I get the MenuBar's size in AWT?
    Thanks.

    A menubar is not a general component that is added to a frame like any another. It is the specific responsibility of the setMenuBar/setJMenuBar methods to deal with this.

  • How to set up a Java Plug-in Download page in case of netscape?

    hai all of you,
    i have a problem regarding downloading plugin.
    i am using <object > and <embed> tags to download the plugins inorder to run the applets. but it is taking long time to download the plugin form sun.com.
    so what i have done is, i downloaded the plugin.exe file and .cab file and put it in my tomcat server mainted by other party.(y application if for internet purpose only.)
    i refered to http://java.sun.com/products/plugin/1.2/docs/intranet.html. there it is mentioned that, to download the plugin.
    for I.E i can able to change the code.
    but for NetScape it's a little bit confusing.
    i have downloaded the binary file in my own directory.
    here he is asking to set up a java plugin-in download page.
    instead of this "plugin-install.html" page what page i should create and what should be the code in this page if i have to write on my own. please let me know if anybody know about it.
    following para is from sun.com
    "To deploy Java Plug-in in intranet environments with Navigator, you need to download and store the Java Plug-in binary file on one of your web servers. Then you need to set up a Java Plug-in Download page and modify the pluginspage attribute in the EMBED tag to refer to this page. The Download page should have options to download different versions of Java Plug-in, such as for Windows and Solaris. For example, if you have set up the Java Plug-in Download page at "http://javaweb.eng/plugin/" and the page is called plugin-install.html, you can specify the pluginspage as "http://javaweb.eng/plugin/plugin-install.html". "
    thanks
    by
    sambareddy

    I have successfuly done this.
    Change the converted html as per the instructions to point to another page.
    Here is an example of the new html page you need to create:
    <html>
    <head>
    <title>Java Plugin Install Page</title>
    </head>
    <body>
    <h2><center>Java Plugin Install Page</center></h2>
    <p></p>
    <h3>Windows Version Only!!!</h3>
    Click here to Download Plugin
    <p></p>
    <p>You may or may not be asked to either save or run from current location</p>
    <p>If the run from current location is available, use that option</p>
    <p>If you can only save the file, then save it to your workstation and exit the download page and exit Netscape. Then using Windows Explorer, go to where you downloaded the file and double click on the file to run it. Accept all options during the install process and once it has finished try accessing your web page again using Netscape. You should then get to the web page or application and this page will not apppear again.
    </body>
    </html>
    If you put the file j2re-1_3_1-win.exe on a web server somewhere then you will have to prefix the file with
    http://yourwebserverdirectory/
    Hope this helps.

  • I've problem with Game Center . I can't sign in Game Center on my iPad . I tap on the Game Center icon but the page is blank. I tried go to setting, my Apple ID appear but the page keep on loading and  nothing pop up. How to resolve this issue?

    I've problem with Game Center . I can't sign in Game Center on my iPad . I tap on the Game Center icon but the page is blank. I tried go to setting, my Apple ID appear but the page keep on loading and  nothing pop up. How to resolve this issue?

    Hi, bamboo64. 
    Try closing all open applications in multitasking and power cycling the device.  Once this is done test the results.  If the issue persists, I have included a couple troubleshooting articles that I would recommend going through. 
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    Troubleshoot issues on an iPhone, iPad, or iPod touch
    If you haven't been able to connect to the iTunes Store:
    Make sure your date, time, and time zone are correct in Settings > General > Date & Time.
    Note: Time Zone may list another city in your time zone.
    Make sure that your iOS software is up to date by tapping Settings > General > Software Update (iOS 5 or later) or connecting your iOS device to iTunes and clicking Check for Update on your device's Summary page.
    Check and verify that you're in range of a Wi-Fi router or base station. If you're on a device with cellular service, make sure that cellular data is turned on from Settings > General > Cellular.
    Note: If connected to cellular data, larger items may not download. You may need to connect to Wi-Fi to download apps, videos, and podcasts.
    Make sure that you have an active Internet connection. You can check the user guide for your device for help with connecting to the Internet.
    Make sure that other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the Internet.
    Try resetting (turning off and then on again) your Wi-Fi router.
    If the issue persists, try troubleshooting your Wi-Fi networks and connections.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Cheers,
    Jason H. 

  • How do I set a breakpoint in a Java Server page (.jsp)?

    I have set up an application for remote debugging and am able to connect to it from JDeveloper. When the code execution comes to breakpoints that I have set in java (.java) files they work and the application stops so I can debug etc.
    This also applies to breakpoints set in java code that is called from Java Server pages.
    However if I set breakpoints directly in a java server page whether it is in html code or in java code (such as scriplets) the execution does not stop and the breakpoints are ignored.
    Why? Is there some extra thing I have to do? I have tried in Project Properties/Run/Debug/Profile/Edit/Launch Settings to choose server as Virtual Machine for instance but that does not change anything.
    Comment. I do not know if this is of interest but I am going to add some java server pages to an application and they are defined in a directory like this:
    . . . src\org\yawlfoundation\yawl\resourcing\jsf\jsp
    but when the tomcat deploys the .war file they end up here:
    . . . apache-tomcat-6.0.18\webapps\resourceService
    As I can find no package declaration in a .jsp file this should not matter but I mention it anyway.
    Edited by: user10477024 on Nov 25, 2008 5:32 AM

    Hi user10477024,
    thanks for explaining your background on what you are trying to do and I do understand the approach you are taking. Unlike user10689900's completely random post.
    I've tried to convey why there is no support for JSP debugging in JDev, but again the main reason is that the current frameworks do not code Java directly into a JSP. The JSP is purely used to position the components on the page aiding visual design and real Java classes in tag libs do the rest.
    So the evolution has been:
    Servlets (Java classes writing HTML logic and intermingling presentation and business logic)
    JSP 1.0 JSP (HTML looking) files where you can add scriptlets enclosed in <% ... %> <- you are here
    JSP 1.1 Introduction of Tags and Tag libraries, tag libraries are true java classes and the JSP controls layout and simpler more elegant design.
    Really JSP 1.1 is all about building reusable components together in tag libraries that can be reused across pages and improving design by not mixing presentation and business logic code together.
    If I had inherited something as you have, my advice (if you can) would be to code up some tag libraries because it would be a good learning experience and would be very helpful for moving to more advanced frameworks like JSF.
    regards,
    Brenden

  • How come when I open Safari it does not open to my set homepage it always opens the last page I was on

    how come when I open Safari it does not open to my set homepage it always opens the last page I was on

    Check Safari/Preferences/General/Safari opens with -try setting it to new window.

  • Where does one set space after paragraph in the new Pages 5.0? It used to be under text in the Inspector in the previous version, but I just can't find it in this new version.

    Where does one set space after paragraph in the new Pages 5.0? It used to be under text in the Inspector in the previous version, but I just can't find it in this new version. Paragraphs seem to only be dealt with in styles, and the Formatting window for text doesn't seem to have the space after paragraph contrtol that the older Inspector had. What am I missing?

    Sorry I did this without looking:
    Side panel >Text > Style > Spacing > Turn the triangle > Before Paragraph/After Paragraph/
    This is the trouble with the Peeky Boo Contextual Interface that so many wiser heads than mine love to love.
    Peter

Maybe you are looking for