Setting HTML tag defaults

Using robohelp 10 on win 7
Is there a way to change or set the HTML tag used by WYSIWYG "formatting" toolbar?
For example, when i click "bold" using the formatting toolbar it creates a span tag <span style="font-weight: bold;">
instead of simply using <b> tag.
I would like to change this attribute so the <b> tag is applied instead of <span>.

Hi there
Sorry, but no way I'm aware of to influence this behavior.
Cheers... Rick

Similar Messages

  • Dynamically set html tag style to textbox

    I have a matrix. I wanted the column headers to display as an hyperlink if there is at least 1 data on the column and remove hyperlink if totally no data.
    I wanted it to look like this where the row group is grouped by name while the column group is grouped by date
    is this possible in SSRS RDLC? If not, is there a work around to achieve this?
    Thank you

    You can go to the column group properties, and add a variable (for example, called "ColumnTotal") with the expression:
    =Sum( Fields!MyValue.Value )
    where "MyValue" is the numerical field you are using in the cells.
    Then, in the column header, you can set the Action to "Go to URL", with the expression:
    =IIF( Variables!ColumnTotal.Value > 0, "http://www.URL.com", " " )
    I suggested to make a variable because you can also use it in the expressions for the text color and text decoration, to make it blue and underlined if the ColumnTotal > 0.
    Regards,
    Andrew Borg Cardona

  • Including HTML tags in Spry XML data sets

    How does one add HTML tags to Spry XML data sets so that the displayed items include that markup?
    For example, I might want to bold-face words within XML data items. I have tried adding the markup, but instead of seeing, for example:
    This is bold face
    in the Spry table, I see:
    This is <b>bold</b> face
    I have tried using CDATA elements in the XML to no avail.

    Set the data type for the column as per
    var ds1 = new Spry.Data.XMLDataSet("myData.xml", "rows/row");
    ds1.setColumnType("myColumn", "html");
    Gramps

  • Suppressing certain HTML tags before setting text to JEditorPane

    Sir,
    I am setting the text(html format) for JEditorPane using the setText(String) method. But I need to suppress all the <IMG> tags that are present in this text before setting it to JEditorPane. Is there any way in which I can write my extended HTMLEditorKit wherein I can check for specific HTML.Tag and prevent it from getting added to the document.
    Can you please help me out with some example.
    Regards,
    Alex

    Instead of trying to extend the HTMLEditorKit, you don't you add a normal method to scan the text for the <IMG> tag and get rid of it yourself before putting it in the JEditorPane using the setText() method. You can try something like this:
    public String removeImgTag(String text) {
       String tmp=text.toLowerCase();
       int i=tmp.indexOf("<img");
       if (i<0) return text;
       int j=tmp.substring(i).indexOf(">");
       return tmp.substring(0,i-1)+tmp.substring(i+j);
    };o)
    V.V.

  • How to add html tag in c:set value

    If i put the html tag around, like this <c:set var="test" value="This is a <b>nice</b> page." /> , the <c:out value="${test}" /> will print the bold tag around "nice" . How to get the actually string "nice" to be bold instead? Thank you!

    Set the 'escapeXml' attribute of c:out to false so that it doesn't escape XML (and so also HTML) entities.

  • How do I set BI Publisher to read html tags from the database?

    How do I set BI Publisher (Release 10.1.3.4) to read html tags from the database? For example if the text is quoted with a bold tag I want my output to display the text in bold. Is there a setting or something I can set?

    I took a look at Tim Dexter's blog as suggested and the sample worked, but for the elements in the xml file not for the value coming from the database, however this is good to know as well!
    I have data in the data base column which looks like this:
    'MS Applied <B(bold tag)> Mathematics</B(bold tag)>University of Southern California'
    I want the data to be rendered like this:
    'MS Applied <B>Mathematics</B> University of Southern California'.
    In Report Builder on the property sheet I would set Contains HTML Tags property to Yes and the report would render correctly.
    In BI Publisher 10.1.3.4 I can not seem set it to read this I have change the configure properties of the report to Character set to HTML and Make HTML output accessible to True. I just can't figure out what I'm missing.
    Thank you for any assistance you can offer.

  • Remove Html tags from export Crystal report Setting i

    Hi,
    I ma using CR 2008, BOXI 3.1 , Oracle
    i)When ever i try to export i export it into CSV format and i am getting HTML tags , how do we remove them
    ii) My second question is; I have a crystal report that is given by my friend and when ever i open it i ma getting a error saying UFL u2lgmt.dll missing .
    i am using a java version ; How to overcome this?

    hi Venkatesh,
    regarding the first question...you need to replace these tags manually in a formula and have that formula on the report instead of the db field.
    e.g.
    stringvar s:= {your field};
    s:= replace(s, '<div>', '');
    s:= replace(s, '</div>', '');
    you'll have to do this for any potential tag in the field unfortunately.
    please post question 2 as a new discussion as per the forum rules.
    cheers,
    jamie

  • HTML Tags escape while exporting to PDF

    Hi friends,
    I have two columns in my BI report like
    Business Group(BG) and OU
    Since in the BG column under the edit formula i used the html tags to show each and every BG column value in bold like below
    '<b>' || "D1.Company"."Business Group Full Name" || '</b>'
    Now the report is appearing fine in answers and dashboard but when i export the same report to PDF i can see the html tags in each and every name of the BG group.
    Is there anything to be done to escape these html tags in PDF while exporting.
    And also if we give the tooltip for the numeric columns like below under the column properties-->Data format-->Custom like
    [html]<p title=\""Employee Count" \">#
    And after that if i tried to escape the same report with the tooltip on the numeric column to pdf means, the number values are missing for the entire column in the PDF, but this case is not appearing while exporting the report to pdf if i set the tooltip to the text column, as the values is missing only for the tooltip of the numeric column. What could be the fix for this problem.
    Thanks
    Regards,
    Saro

    Hi svee,
    Thanks for the reply.
    For an example i tried with the bold option in the edit formula inorder to portray the html tags problem while exporting it to the pdf inspite of using the default bold option within the column properites like u said.
    Suppose if i used html tags like
    <br>, </br>
    in the edit formula section or if i used any other html tags which is not present as a default option in bi like bold. At that time while exporting the report to pdf i can face the issue.
    And also i need ur suggestion regarding with the values disappearing for the numeric column if a tooltip is used in it while exporting it to the pdf.
    Regards,
    Saro

  • URL defined in formula column not converting as proper HTML tags

    We are migrating a report to 10Gr2 (10.1.2.0.2) from reports 9i (9.0.2.03); This report has to route to a different web page. For this we have a formula column with meta tag call to refresh;its Contains HTM property set to Yes. But when run, the view source of HTML shows as if the tag is truncated and put in <tt> tag around it.
    Any help on this is very much appreciated.

    Hi svee,
    Thanks for the reply.
    For an example i tried with the bold option in the edit formula inorder to portray the html tags problem while exporting it to the pdf inspite of using the default bold option within the column properites like u said.
    Suppose if i used html tags like
    <br>, </br>
    in the edit formula section or if i used any other html tags which is not present as a default option in bi like bold. At that time while exporting the report to pdf i can face the issue.
    And also i need ur suggestion regarding with the values disappearing for the numeric column if a tooltip is used in it while exporting it to the pdf.
    Regards,
    Saro

  • Html tags in oracle reports

    If fields of tables in my database contain html tags such as 'H2O' (here is html tag 'sub') or 'sometext'(here is html tag 'b') how can I to make Report Builder 6i to understand these tags? In other words - can Report Builder understand and treat html tags to format output layout?
    Or how in another way I can format a part of text inside the field?
    Example:
    The below text comes from database and contains html tags.
    <B> THIS IS DEMO TEXT TO TEST HTML TAGES IN REPORTS </B>
    <TD ><B><FONT COLOR="#336699" FACE="Arial, Helvetica, sans-serif" SIZE="2">Technology Centers
    </FONT></B></TD>
    <html><body dir=&Direction bgcolor="#ffffff"> </body></html>
    <html><body dir=&Direction bgcolor="#ffffff">this is test</body></html>

    Hello Learnotd,
    Depending on your requirements, you can do one of the following:
    1. In Reports Builder, you can set the default values for the DESFORMAT system parameter to HTML, DESTYPE to FILE and DESNAME to the desired output file name, in the object navigator. Now, running the report will generate it to the HTML file, instead of displaying it in the previewer.
    2. If you are using the command-line executables, 'destype=file' and 'desformat=html' arguments will produce HTML output (using rwcli60, rwcgi60 or rwrun60) to the file specified by desname.
    3. If you calling Reports from Forms, desformat=html should be included in the run_report_object call.
    Thanks,
    The Oracle Reports Team.

  • Stripping all HTML tags from a CLOB

    Hi all,
    Running Oracle 9.2.0.8 on AIX...
    We have a table which stores HTML document fragments in a clob. I have a requirement to convert these to plain/text (strip all HTML tags) for sending in a plain/text email body.
    I have read the following solution from Tom Kyte's site:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:25695084847068
    Basically creating an Oracle text index on the CLOB column and calling ctx_doc.filter with "plaintext" parameter set to true.
    I noticed in Tom's example, he uses the default filter, which based on the docs, is NULL_FILTER, which applies no filtering. I have tried his example in my dev box, creating the text index on the CLOB column with no parameters.
    The call to ctx_doc.filter did not filter the html at all. I re-created the index and specified the INSO_FILTER and the filtering was done. I was under the impression that INSO_FILTER was for filtering binary content to plaintext...
    create table filter ( query_id number, document clob );
    create table demo
      ( id            int primary key,
        theclob       clob
    create index demo_idx on demo(theClob) indextype is ctxsys.context;
    SET DEFINE OFF;
    Insert into DEMO
       (ID, THECLOB)
    Values
       (1, '<html><body><p>This is a test of <strong>ctx_doc.filter</strong> and plaintext filtering.</p></body></html>');
    COMMIT;
    exec ctx_doc.filter('demo_idx',1, 'filter',1, true);The above code does not convert the html to plaintext...
    Now re-create with the index with INSO_FILTER
    drop index demo_idx;
    create index demo_idx on demo(theClob) indextype is ctxsys.context parameters ('filter ctxsys.inso_filter');
    exec ctx_doc.filter('demo_idx',1, 'filter',1, true);Above scenario returns string "This is a test of ctx_doc.filter and plaintext filtering."
    The ORacle documentation doesn't specify any special filter parameter that needs to be set... just wondering if I'm missing soemthing here... or better yet, if there is a better solution to my problem. ;-)
    Thanks
    Stephane

    The difference between what you did and what Tom Kyte did is that you created your index on a clob column and Tom created his index on a blob column. What I don't know is why that makes a difference. I have demonstrated below with one blob column and one clob column, one index on the blob and one index on the clob, using the same code on both, with different results.
    SCOTT@orcl_11gR2> create table filter
      2    (query_id  number,
      3       document  clob)
      4  /
    Table created.
    SCOTT@orcl_11gR2> create table demo
      2    (id       int primary key,
      3       theblob   blob,
      4       theclob   clob)
      5  /
    Table created.
    SCOTT@orcl_11gR2> create index demo_blob_idx
      2  on demo (theblob)
      3  indextype is ctxsys.context
      4  /
    Index created.
    SCOTT@orcl_11gR2> create index demo_clob_idx
      2  on demo (theclob)
      3  indextype is ctxsys.context
      4  /
    Index created.
    SCOTT@orcl_11gR2> insert into demo values
      2    (1,
      3       utl_raw.cast_to_raw (
      4         '<html>
      5            <body>
      6              <p>
      7             This is a test of
      8             <strong> ctx_doc.filter </strong>
      9             and plaintext filtering.
    10              </p>
    11            </body>
    12          </html>'),
    13       '<html>
    14          <body>
    15            <p>
    16              This is a test of
    17              <strong> ctx_doc.filter </strong>
    18              and plaintext filtering.
    19            </p>
    20          </body>
    21        </html>')
    22  /
    1 row created.
    SCOTT@orcl_11gR2> exec ctx_doc.filter ('demo_blob_idx', 1, 'filter', 1, true)
    PL/SQL procedure successfully completed.
    SCOTT@orcl_11gR2> exec ctx_doc.filter ('demo_clob_idx', 1, 'filter', 2, true)
    PL/SQL procedure successfully completed.
    SCOTT@orcl_11gR2> select id, utl_raw.cast_to_varchar2 (theblob), theclob from demo
      2  /
            ID
    UTL_RAW.CAST_TO_VARCHAR2(THEBLOB)
    THECLOB
             1
    <html>
            <body>
              <p>
                This is a test of
                <strong> ctx_doc.filter </strong>
                and plaintext filtering.
              </p>
            </body>
          </html>
    <html>
          <body>
            <p>
              This is a test of
              <strong> ctx_doc.filter </strong>
              and plaintext filtering.
            </p>
          </body>
        </html>
    1 row selected.
    SCOTT@orcl_11gR2> select query_id, document from filter
      2  /
      QUERY_ID
    DOCUMENT
             1
    This is a test of ctx_doc.filter and plaintext filtering.
             2
    <html>
          <body>
            <p>
              This is a test of
              <strong> ctx_doc.filter </strong>
              and plaintext filtering.
            </p>
          </body>
        </html>
    2 rows selected.
    SCOTT@orcl_11gR2>

  • Does Firefox work with all html tags/CSS properties?

    I am considering Firefox because MSIE has been and is becoming more annoying.
    I want a browser that simply implements all html tags and CSS properties.
    I want Firefox to install without screwing with any other application on my computer.
    Possible?

    Sure no problems to install Firefox alongside other browsers.<br />
    You only need to decide which browser to set as the default browser that is used when you click a link in other programs.
    *http://developer.mozilla.org/en/Mozilla_CSS_support_chart
    *https://developer.mozilla.org/en/HTML

  • html tag namespaces

    Hi,
    we are developing a mapping application based on Google Maps API using Java Studio Creator.
    In order to make it work with Internet Explorer, we need to add a namespace (vml) to the html tag.
    i.e., in the resulting html page, I would like to obtain
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
    instead of the standard result of the <ui:html> tag
    <html xmlns="http://www.w3.org/1999/xhtml">
    I looked at the JavaDoc of
    com.sun.rave.web.ui.component.Html
    but it didn't helped, since only language and xmlns can be set, not additional attributes.
    Anybody can help?
    Thanks
    Claudio Silvestri

    GridMasterJ wrote:
    "http://java.sun.com/jsf/core"
    "http://java.sun.com/jsf/html"
    Those are taglib URI's of the default Sun JSF Reference Implementation which you can download here: http://javaserverfaces.dev.java.net
    "http://www.sun.com/web/ui"
    Those are taglib URI's of another JSF implementation/library which ships by default with Netbeans/Studio Creator. Consult its documentation/help pages for more information.
    So there are also more JSF implemetations/component libraries with another taglib URI's, e.g. Oracle ADF Faces, IBM Faces Client Framework, Apache MyFaces, Apache Tomahawk, IceFaces, RichFaces, etcetera.

  • Handling HTML Tags in ADOBE Forms

    Hi,
    We are trying to develop a PI  sheet in ADOBE form  using a XML file.While doing this we are facing some problems with HTML tags.
    <b>- <TEXTOUTPUT id="O.0020.0004.0003" domain="PPPI_FRAGMENT_HTML" customtype="SAPOUTPUT" format="CHAR" domformat="C" mimetype="" constant="true" position="0003">
      <LABEL>SXS documentation</LABEL>
      <TIP>HTML Fragment</TIP>
    - <VALUE>
    - <![CDATA[
    <h5><u>Remarks:</u></h5>
    The following features allow to reduce the input of invalid data:
    <ul>
    <li>Default values</li>
    <li>Input validation</li>
    <li>Error handling</li>
    </ul>
    <ul>
    <li>For the output of objects (via URL) it is necessary to adapt the XSL style sheet (so you can play AVI files, MP3, WAV files etc.):
    <ul>
    <li>In this case copy the SAP standard XSL style sheet to a Z- style sheet and modify it.</li>
    <li>At the moment the Windows Media Player is referenced in the SAP standard XSLas an example. If you want to play data files that aren't supported by the Media Player, reference a different application</li>
    <li>The current SAP style sheets support displaying of AVI files. To test it please assign an URL to an AVI file to the corresponding XStep parameter or add it directly to the output element for the object.</li>
    <li>As an example you can use the <i>SXS library.AVI</i> file of the SXS Library package. Store it in your local hard disk (C:\)</li>
    </ul>
    </li>
    <li>For the output of the JPG image you have to change the URLs that are set as a default.</li>
    </ul>
      ]]>
      </VALUE>
      </TEXTOUTPUT></b>
    Can somebody please help us in displaying this HTML in Adobe Form with effect of the above mentioned HTML tags.
    Thanks,
    Prathibha.

    Hi,
    Forms is a Java Applet on the client that doesn't knwo about html tags. If you need to upload file, then WebUtil is what you need to configure.
    Frank

  • Extra pair of HTML /HTML tag included at web source

    I have created a report of JSP format. The charset of the file was UTF-8 and the report contained some Chinese words. When I previewed the file using Reports Developer, it displayed the Chinese words correctly. Then I deployed the report to Oracle AS server. However, when I browsed the report from web browser using "rwservlet?report=abc.jsp&userid=system/manager@ccc&destype=cache&desformat=html" command, it could not display the Chinese words correctly because the charset encoding is set to ISO-8859 (English).
    I have already set the report to use charset UTF-8. Then I opened the file in the "cache" directory at web browser. It displayed the Chinese words correctly and the default encoding was UTF-8. The next step was viewing the source code of the content displayed using "rwservlet" command. I finally found that there was an extra pair of <HTML></HTML> tag at the beginning of source code. The source code therefore looks like:
    <HTML>
    <Head>
    <base href="http://dev.abc.com:7777/reports/rwservlet/getfile/rep_dev/1/06587041.htm">
    </Head>
    </HTML>
    <HTML>
    <Head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    </Head>
    <Body>
    </Body>
    </HTML>
    There are two pairs of <HTML></HTML> tag!
    The content of the pair of tag include a reference to the corresponding file at the "cache" directory, but it did not specific any charset encoding. When I manually changed the encoding from ISO-8859 to UTF-8, the Chinese words were displayed correctly.
    Can someone tell me why there is an extra pair of <HTML></HTML> tag at the beginning of source code? Where can I set the charset encoding of the extra pair of tag?
    Actually I face the same problem when sending the output to printer by setting the "destype" to printer. The Chinese words are not printed correctly.
    Thank you very much for any help and idea.
    - Man Ip

    Sorry that there is some problem on the displayed source code.
    The 3rd line should be as follow:
    base href="http://dev.abc.com:7777/reports/rwservlet/getfile/rep_dev/1/06587041.htm"
    - Man Ip

Maybe you are looking for

  • Using a mac 10.6.8 to print duplex to HP laserjet P1606dn, order of paper comes out mixed up

    using a mac 10.6.8 to print duplex to HP laserjet P1606dn, order of paper comes out mixed up as follows: the first page out is page 2, with 1 on reverse side, next page is page 4, with 3 on reverse side., etc.  This requires that I re-collate every p

  • Mac doesn't display correctly on a TV

    My friend has this problem: The postman brought a new lead to connect my Mac to the TV (having bought the wrong adapter in the first place and got the Mackuna one by accident), so we got everything linked up ready to go, found the right channel on th

  • Field name without ID when Save As PDF Form

    Hi, I couldn't fin anywhere anybody complaining about the same problem, thus I apologise if there is some bascis I don't understand. When I'm saving the form from FormsCentral as pdf, then fill the form, and finally export the data to Excel, the labe

  • Problem with javadoc comment

    Hi i have a comment like this *<li type="circle"> "31       32        33" (more than one blank space in between) */Now i want to put more spaces between numbers but java doc shows only one space! how can i insert more than one space ??

  • How to view pdf with safari

    I cant enlarge PDF files in Safari.  Any plugins that address this?