Text in particular format in RTE

Hi,
I have one tab which contains path field button, after selecting the path and comes back to dialog text area, it should show the path in particular format @{/content/mywebsite.interest}, and after i click ok , it should call a service which should show the value of the particular format from the repository.
Can someone help me in this regard?

Extending the above question, we would like to customize the richtext editor such that we can add a custom button to the RTE dialog similar to the link, anchor or image buttons.
As of now RTE only allows a fixed set of plugins that enable such actions/buttons.
Has anybody customized RTE in such a way?

Similar Messages

  • Dislay the description in a particular format....

    Hello frends,
    My client for the quality module wants to display the description in the form of super script and subscript. I mean fr chemical compound like Na2CO3, the 2 should be down of Na or smaller than Na, and 3 should be down of CO or smaller.
    I tried using long text.. bt it was not possible.
    In the same way can we display for Fe-3 as  -3 on the top of Fe.
    To display even the degrees also.
    Are these things possible. please let me know.
    Thanks
    Regards.

    Hello Martin, Thanks for your interest.
    I just wanted to enter the details in the particular format, as said above, in the material description field. As the material description length is only 40 chars, so the client wanted the chemical compound description in the field description, so that it doesnt cross 40 chars.
    Hope u got it.
    Thanks,
    Regards.

  • How to Print a text in bold format in a classic report ??

    How to Print a text in bold format in a classic report ??

    hi
    u can use
    <b>FORMAT  INTENSIFIED ON.</b>
    regards
    ravish
    reward if useful

  • ALV grid display in a particular format

    Hi,
    Could you please tell me how do i display the alv grid in this particular format :
    col1           |         col2               |           col3          |       col4             |
    abc1          |         def1               | -
    |----
    |           
    abc1           |         def2              | -
    |----

    abc1          |-----|            ghi1           |-----|
    abc1          |-----|            ghi2           |-----|
    abc2          |         def3               | -
    |----
    |           
    abc2           |         def4              | -
    |----

    abc2          |-----|            ghi3           |-----|
    abc2          |-----|            ghi4           |-----|
    1. For a single site (col1), there are multiple values in col2 and col3.
    2. col2 and col3 are not related.
    3. col2 and col3 individually is rlated to col1.
    Any help would be highly appreciated.

    Hi,
    All you need to do is to sort the records while displaying in ALV Grid.
    Refer the below code snippet:-
    *SORTING
    DATA : it_sort TYPE slis_t_sortinfo_alv,
           wa_sort TYPE slis_sortinfo_alv.
    *          SORT INFO
      wa_sort-spos = 1. "<--sort preference
      wa_sort-fieldname = 'COL1'. "<--column which needs to be sorted
      wa_sort-tabname = 'IT_FINAL'. "<--internal table
      wa_sort-up = 'X'. "<--ascending order
      APPEND wa_sort TO it_sort.
      CLEAR wa_sort.
      wa_sort-spos = 2. "<--sort preference
      wa_sort-fieldname = 'COL3'. "<--column which needs to be sorted
      wa_sort-tabname = 'IT_FINAL'. "<--internal table
      wa_sort-up = 'X'. "<--ascending order
      APPEND wa_sort TO it_sort.
      CLEAR wa_sort.
      wa_sort-spos = 3. "<--sort preference
      wa_sort-fieldname = 'COL2'. "<--column which needs to be sorted
      wa_sort-tabname = 'IT_FINAL'. "<--internal table
      wa_sort-up = 'X'. "<--ascending order
      APPEND wa_sort TO it_sort.
      CLEAR wa_sort.
    *          DISPLAY RECORDS IN ALV GRID
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program                = sy-repid
          it_fieldcat                       = it_field
          it_sort                           = it_sort  "<--sort info
        TABLES
          t_outtab                          = it_final
    Hope this helps you.
    Regards,
    Tarun

  • How to ouput a text as xhtml format in AIF

    Dear Gurus:
        Would you like to help me on output a text as xhtml format in AIF?
        E.g.  i would like to output a text as  "M2M" ,the text is passed from one field of  interface structure, I try to put the text as "M<sup>2</sup>M"  in the field of interface structure , but it just outputs full text "M<sup>2</sup>M" , doesn't show "M2M" as my expectation, I already set the field format as "Rich Text" and data format as "XHTML"  for the object of text field in AIF.
       Please help. thank you very much .

    Hi Naveen:
      please find below screen-shots , thanks
    1) the content from interface
    2)Output in the AIF form
    My requirement is Prize is M2M, like left cell Prize2
    3) field property

  • How to Save Pdf file in a particular format

    Hi Experts,
                        Can anybody tell me how to save a pdf file in a particular format,My requirement is i have a print button in webdynpro ,when ever user clicks on print ,adobe form is opened ,if user clicks on save .Form is saving with adobe form name .My requirement is it should be saved as ID NO.Date.Pdf  form lets Id is 0456 ,form should be saved as 0456.040614.pdf format, Thanks in Advance
    Regards
    Sandesh

    Hi Sandesh,
    Please provide the complete code from print & save button.
    Thanks & Regards,
    Balamurugan G

  • How to print text in paper format iin smartforms

    Hi all,
      I want a question that  how to print text in paper format like  paper divides into 2 parts and if the firstpart is full of text i.e., it exceeds the first page the text will be displyed in the second part of the first page.
    Usefull answers will be awarded.
    Thanks all...

    Hi,
    U create two windows in the page and same as like second page.
    but in first page first window select the condition print only on first page.
    in second window select conditin print only on second page.
    first try without creating a secondpage. if that doesn't workout create secondpage and try.
    Assign points if useful.
    Regards
    (YUGANDHAR.P)

  • How to burst reports in text and XML format using API

    Hi there,
    I need to be able to burst PDF, Excel etc reports and at the same time, generate XML files containing metadata that will accompany the PDF files to their destination. The reason for this, is that the destination requires metadata to class the documents in the content management system.
    My issue is that I just cannot get bursting to XML, text or HTML format right. There is very little documentation available around creating reports in these formats using the API's and perhaps someone who has gotten this right can, once and for all, solve this issue where others can find the solution.
    Alright, here is some sample supporting documentation (For the sake of the question, I have removed the bursting to PDF, Excel etc. formats and I am just focusing on the XML output):
    In my code for bursting, I make use of the following constructor...
    DocumentProcessor dp =
    new DocumentProcessor("ControlFile.xml", "TestData.xml", "temp");
    The ControlFile.xml looks like this...
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    _<xapi:request select="/DATA/LIST_BRANCH/BRANCH">
    ___<xapi:delivery>
    ______<xapi:filesystem id="dst" output="C:\${BRANCH_NAME}.xml"/>
    ___</xapi:delivery>
    ___<xapi:document output-type="text" delivery="dst">
    ______<xapi:template type="xsl-fo" location="Template.xsl"></xapi:template>
    ___</xapi:document>
    _</xapi:request>
    </xapi:requestset>
    The data in my TestData.xml looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <DATA>
    ___<LIST_BRANCH>
    ______<BRANCH>
    __________<BRANCH_NAME>BRANCH 1</BRANCH_NAME>
    ______________ OTHER IRRELEVANT DATA
    ______</BRANCH>
    ______<BRANCH>
    __________<BRANCH_NAME>BRANCH 2</BRANCH_NAME>
    ______________ OTHER IRRELEVANT DATA
    ______</BRANCH>
    ___</LIST_BRANCH>
    </DATA>
    In my ControlFile.xml, I reference my XSL file called Template.xsl which should do my transformations into XML. That file looks like:
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    __<xsl:output method="xml" indent="yes">
    __<xsl:template match="/">
    ____<METADATA>
    _______<BRANCH>
    ___________<xsl:value-of select="BRANCH_NAME"/>
    _______</BRANCH>
    ____</METADATA>
    __</xsl:template>
    </xsl:stylesheet>
    I have tried about forty variations of the ControlFile.xml and Template.xsl and have had no luck. Among the various error messages that the compiler has reported to me, these are the most common:
    [101507_055953158][][EXCEPTION] Error while generating the Document...
    [101507_055953158][][EXCEPTION] org.xml.sax.SAXException: element metadata is not supported yet.
    [101507_061037084][][EXCEPTION] Error while generating the Document...
    [101507_061037094][][EXCEPTION] oracle.xml.parser.v2.XMLParseException: Start of root element expected.
    I have managed in some cases to get the API code to compile, but the outputs are empty 0kb files.
    I have also exported an XSL-FO file from word, but the output is always PDF even with tweaking.
    I have wasted about 9 hours on this problem and it is driving me mad! If anyone has ideas, tips and/or solutions, they would be very welcome.
    Thanks in advance,
    Andrew

    For anyone interested... here it is!
    Format Setup:
    <TEMPLATE TYPE> DELIMITER_BASED
    <OUTPUT CHARACTER SET> iso-8859-1
    <NEW RECORD CHARACTER>     Carriage Return
    Sequences:
    <DEFINE SEQUENCE> MetaDataSeq
    <RESET AT LEVEL>     BRANCH
    <INCREMENT BASIS> LEVEL
    <END DEFINE SEQUENCE> MetaDataSeq
    Format Data Records:
    <LEVEL> BRANCH
    <MAXIMUM LENGTH><FORMAT><DATA>
    <NEW RECORD> FileHeaderRec
    16_________________Alpha_____‘<REPORT_SUMMARY>’
    22_________________Alpha_____‘<TYPE>1</TYPE>’
    255________________Alpha_____'<NAME>’ || BRANCH_NAME || ‘.pdf</NAME>’
    255________________Alpha_____'<DESC>NON-MOTOR VEHICLE CLAIMS</DESC>’
    10_________________Alpha_____‘<METADATA>’
    255________________Alpha_____‘<CONTROL_AREA>MAIN CONTROL AREA</CONTROL_AREA>’
    255________________Alpha_____‘<BRANCH_CODE>’ || BRANCH_CODE || ‘</BRANCH_CODE>’
    255________________Alpha_____‘<BRANCH_NAME>’ || BRANCH_NAME || ‘</BRANCH_NAME>’
    255________________Alpha_____'<DIVISION_CODE>1</DIVISION_CODE>’
    255________________Alpha_____‘<DIVISION_NAME>PERSONAL</DIVISION_NAME>’
    11_________________Alpha_____‘</METADATA>’
    17_________________Alpha_____‘</REPORT_SUMMARY>’
    <END LEVEL> BRANCH

  • Problem in dispalying the line no in particular format in the table footer

    Hi,
    i am facing a problem in dispalying line numbers in a particular format (expalined below) in the table view control(footer of table) of a RSS iView. The format is
    X - Y / Z
    where:
    X refers to the number of the top article/link displayed
    Y refers to the number of the lowest article/link displayed
    Z refers to the total number of articles supplied by the news-feed.
    i am able to dispaly line number in format X/Z, if someone have some idea please reply.
    Thanks in advance

    Hi Deepak,
    see Table View for the same question.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

  • Import tagged text without overwriting formatting?

    When processing an INDD file in InDesign Server CS5, we are importing text that contains Tagged Text tags.  The tags are being properly applied, but we are having an issue with the formatting in the INDD file being overwritten.
    For example: We have a selection of text that is formatted using a specific font type in the INDD file.  The tagged text being imported only has tags that defines the size of the font.  When the selection of text is replaced with the tagged text, the font type is replaced with the default font, rather than leaving it as it was even though we never defined the font type in the tagged text. 
    Any ideas on how we can apply tagged text but still retain any text formatting that was not specifically defined in the tagged text?
    Thanks!

    I am using
    InterfacePtr<IK2ServiceProvider> service(registry->QueryServiceProviderByClassID( kImportProviderService, kTaggedTextImportFilterBoss));

  • How to copy paste a table structure from word document into Text Field [field format Rich Text]

    In our current implementation we have a Blank page with Text Field [field format Rich Text] on generated PDF Document.
    Once the PDF document is generated, user can copy paste content form any word/rtf document to into the Text Field.
    Pasted content retains all text formatting [Bold, Italic, Underline, Indentation] except the Table format. Text Field is removing table metadata from the content and converting it into plant text.
    Is there anyway to copy paste table structure as it is from word document into Text Field?

    Hi,
    I don't think you can! While you can paste formatted text into the rich text field, the table metadata means nothing to the textfield.
    Niall

  • How do I mix text and Html format in a java mail?

    How do I mix text and Html format in a java mail? some part I want to keep the text format, the other part I want to use Html functions(like fond, color, etc)

    You don't mix them. Pick one or the other.
    However if you want to have a text version and an HTML version, so that mail readers that don't handle HTML can see regular text instead, then you could produce a "multipart/alternative" message. There's an explanation of how to do that in this article:
    http://www-128.ibm.com/developerworks/java/library/x-xmlist2/

  • Printing the text in vertical format in Smartforms?

    Hi,
       How to print a text in vertical format from bottom to top?
       just like this..........
                S
                M
                E
                T
                S
                Y
                S
    Thanks.

    Hi
    If u want to print data in vertical format, just create one style , in that create paragraph format as left justfied 0 and right justified as windowlength-1.use this paragraph format for u r text.
    OR
    Have to create command within a window (window would be containingtexts which you want to print vertically).Within Command on General Attributes you will have to specify appropriateprint control one which is useful for your requirement.
    Regards
    Raj

  • I have a acrobat reader, can I import text delimited data format to a PDF Form so that it can auto fill into forms that was created? If not, what about FDF and XML data

    I have a acrobat reader, can I import text delimited data format to a PDF Form so that it can auto fill into forms that was created? If not, what about FDF and XML data

    Yes, you can do all of that via Tools - Forms - More Form Options - Import Data, if you have Acrobat.
    If you only have the free Reader then you can still do it, but it requires a script.

  • Printing text at particular position in SAPscript

    Hi All,
    I want to print text at particular position, I used Command POSITION but it is not working .
    As I am using counter as Y position for a box and i want to print lines of text in that box. since I am able to position box according to counter but, texts which I want to display in box is not comming inside the box according to the counter.
    Please suggest what command to use for this.
    Thanks & Regards
    Shweta

    Yes Bernsen ,
    You are right. POSITION works only with BOX not with text.
    And also I can not create text in the another window  as there are two headers of main window in my form . one is for the line Items and after completion of it tis another header which is for the another lineitems say for withholding taxes of the vendor. so I need both the headers in the main window.
    Any way finally I got answer of my question. I will want to share with you all what I did:
    For the first box headre no y coordinate was required as height was the main thing here.
    Then came the line items . I set counter for this line item.
    This counter I used as ypos for the box. then for displaying heared text I made some adjustement with this counter as if line item is 2 then I gave one line space .
    whereas for multiple lines i.e. if no. of line is more than 2 then I gave 2 line space above the text to fit it into box. as my text was always appearing below drawn box.
    Thanks.
    Shweta

Maybe you are looking for

  • Services for Object in Maintenance order can not link

    Hello, "Services for object" in Maintenance Order can not link to share point. Linking documents from the C drive or Global drive is successful but if SHAREPOINT is used, it fails When trying to link to a Word document on our Sharepoint... It fails..

  • Off set gl account needed in fbl3n

    Dear experts, My client want view the off set gl account in fbl3n screen.is it posible? If it is posible help me. ex: expenses a/c Dr       to cash a/c The requirement is while checking the expences gl in FBL3N cash a/c no also should be appeared.thi

  • Creation date used during ingest File Rename incorrect

    Hi System: Windows 7 64-bit SP1 Prelude CC v2.0.1 (118) I've been using Prelude about 9 months now and have got used to it's foibles.  Hopefully some of these are being addressed for future releases. But the recent update seems to have introduced som

  • Interactive floor plans with Flex / Flash builder

    Hi, I'm totally new to Flex and Flash builder and pretty strong in Java back end technologies. We're having a requirement of visually present the data center floor plan with the server racks in it. Following features has to be supported. 1) Zoom in a

  • No audio waveform in 5.1 audio. Can someone help?

    I'm editing this project using mainly AVCHD video from a sony handycam with 5.1 audio, in Premiere Pro CS5. When i put these clips on the timeline there are no waveforms in the audio, although it is selected. But if I put in the same timeline a clip