How to add ordered list, subscript in RichtextEditor?

Hi,
In the richtexteditor I need to add the ordered list button(like the bullet) and a button for subscript, is ther any way to that.
I have the information how to add a Find/Replace button.
Also can anyone provide me the format for ordered list.
Help me regarding this.
TIA

Hi,
Try this :
super.processRequest(pageContext, webBean);
OADefaultListBean list =
(OADefaultListBean)createWebBean(pageContext, OAWebBeanConstants.DEFAULT_LIST_BEAN,
null, "popuplist");
list.setListViewObjectDefinitionName("oracle.apps.per.selfservice.competency.profile.server.CompSearchVO");
list.setListValueAttribute("compType");
list.setListDisplayAttribute("compType");
list.setMultiple(true);
list.setName("poplist");
OAMessageComponentLayoutBean listboxlayout = (OAMessageComponentLayoutBean)webBean.findIndexedChildRecursive("searchFiltersRN");
if(listboxlayout!=null)
listboxlayout.addIndexedChild(list);
Check for the correct id of the OAMessageComponentLayoutBean as this is the correct code to add the list bean.
Thanks,
Gaurav

Similar Messages

  • How to add order reason code field to selection screen of VL10

    Hi,
       How to add Order reason code(vbak-augru) to the selection screen of VL10.
      1. How to find enhancement for it?
       2.I want to display Order reason code field on output list also?
      3.Pls give steps i am new to enhancements
    thanking u advance...
    surya

    Hi,
    there is no user exit available for this report program, one alternative is copy the program associated with this standard program i.e. RVV50R10C to a Z program and modify it as per your requirement or if you want to modify the standard program you need access key.
    Regards,
    Raghavendra

  • How to add new lists in Reminders?

    I am using iOS 7 with my iPod Touch. In the Reminders, I have my own default list. When I try to add a new list by pressing the + button, it only shows some colors for me to select. After selecting the color, I click on the blank place of the list but nth happens, it doesn't let me to edit the list even the title. Could someone tell me how to add a list in Reminders? Thanks:)

    Do you have a + symbol on the top left side(next to the seraching bar)? I don't have it. It just shows two cards, which are my default list and "New List" with a + on the right side.

  • How to add Unlimited China subscription

    I exceeded 400 mins within a month yesterday, when I just loged in and was gonna recharge, I saw this "Unlimited China" subscription, but when I clicked Continue and tried to add it, the subscription showed in my order became "400 mins" subscription, I tried multiple times, it was still "400 mins" subscription. I was wondering how I can add the "Unlimited China" subscription or this "Unlimited China" subscription was a fake one and was actually another saying of "400 mins" subscription. 

    I went through the online support to try to add the Unlimited China plan to my account and after about an hour they determined that the Unlimited China plan is no longer offered and that the website has not been updated to remove it as an option. This was about 2 weeks ago. I just checked today (05/09/14 (MM/DD/YY)) and it seems like it is still on the rates page for China. I'm not sure when they will actually update the site to reflect the changes. Apparently it takes them months to remove about 10 lines of HTML code from a web application. The online support I talked to was, of course, based in India and that's what took the bulk of my 1 hour. They couldn't understand what I was asking in English so I had to send them pictures before they could comprehend the situation. In the 1 hour process, they had cancelled my Unlimited World subscription to add the Unlimited China but then discovered they couldn't add it. I just left the Unlimited World subscription cancelled and decided to use QQ Messenger to talk to my friends/family in China. If Skype can't handle their subscription plans then I'm definitely not going to be subscribing to their service.

  • How to add a list views web part to a page?

    Hello,
    I have web parts on a page that are "List Views".  The show links as menu from a custom list of links on a page.  However, I don't know how the developer added them to page and how they work.  I like to add other list views
    that list links from lists.
    Paul

    Hi,
    Your query is to configure a webpart in a page which will display all the links to lists (within the site)? If this is the requirement you can configure a dataformwebpart and configure the Data
    Source Mode as CrossList.
    Let me know if you have any further questions.
    Thanks!

  • How to add a list box with values for a ztable in SM30

    Hello Gurus,
                    I had created a table maintenance for Ztable and added many extra functionality to that. Now i would like to add a list box or check table for a field. Can i do that with out Regenerating my table maintenance. Please help me its..very urgent.

    Have referred this domain to the data element, this should be the Field type in ur table for the particular field.
    Eg: <b>SE11 > table name > fields-ZTEST > fieldtype-ZZTEST</b>
    ZZTEST in the data element > create a domain for this data element and in that specify teh value range.
    Save and activate it.
    Make sure that u regenerate teh table maintenance generator else u cant see the changes.
    Now if u press F4 u can see only thevalues specified, also u will see only the list box with values in SM30.
    Try this,please let me know if u face any difficulties.

  • How to add a list bean in seeded region?

    Hi All,
    I am working on "employee self service" responsibility addcompetency page.on which I have a requirement to add a list bean. Fro that I have extended CO and added folowing code in that co.
    super.processRequest(pageContext, webBean);
    OADefaultListBean list =
    (OADefaultListBean)createWebBean(pageContext, OAWebBeanConstants.DEFAULT_LIST_BEAN,
    null, "popuplist");
    list.setListViewObjectDefinitionName("oracle.apps.per.selfservice.competency.profile.server.CompSearchVO");
    list.setListValueAttribute("compType");
    list.setListDisplayAttribute("compType");
    list.setMultiple(true);
    list.setName("poplist");
    OAMessageComponentLayoutBean listboxlayout =
    (OAMessageComponentLayoutBean)webBean.findChildRecursive("searchFiltersRN");
    pageContext.putDialogMessage(new OAException("Hello" + listboxlayout));
    But It is returning null in Dialogue message.The Id is Also right.
    Please Help.
    Regards,
    SHD

    Hi,
    Try this :
    super.processRequest(pageContext, webBean);
    OADefaultListBean list =
    (OADefaultListBean)createWebBean(pageContext, OAWebBeanConstants.DEFAULT_LIST_BEAN,
    null, "popuplist");
    list.setListViewObjectDefinitionName("oracle.apps.per.selfservice.competency.profile.server.CompSearchVO");
    list.setListValueAttribute("compType");
    list.setListDisplayAttribute("compType");
    list.setMultiple(true);
    list.setName("poplist");
    OAMessageComponentLayoutBean listboxlayout = (OAMessageComponentLayoutBean)webBean.findIndexedChildRecursive("searchFiltersRN");
    if(listboxlayout!=null)
    listboxlayout.addIndexedChild(list);
    Check for the correct id of the OAMessageComponentLayoutBean as this is the correct code to add the list bean.
    Thanks,
    Gaurav

  • How to add Attchment list to pdf form

    Hi,
    In my code i have a list of attachment map and a pdf document. At run time i want to add this attachment list to pdf document. Please let me know what process or api is available to do so.
    I want to render the pdf to client browser with some attachment.
    Regards
    Sunil

    hi, i got the solution
    the renderpdf process can be used to add map of the attachments. its not mandatory input parameter nd can be taken along other input parameters.
    different apis are also available
    like renderpdf, renderformhtmletc.
    regards
    Sunil Gupta

  • How can add a list to AP Suppliers Form?

    Hello.
    I’ve been asked to somehow attach an updateable list of category codes (which do not yet exist) to the Suppliers Form in Purchasing Module. How can I do this?
    We are not allowed to modify the actual form so that’s out, On reading up, Personalisation won’t allow it yet (‘…at this point in time, the property RECORD_GROUP_QUERY, which would allow you to dynamically change the underlying query of an LOV, cannot be changed; this is being considered for a future release.’), so my only method left is using Flex-fields – can someone offer me suggestions/point in right direction on how to do this - or is there another alternative..?
    Many thanks in advance,
    Steven

    Hi Steven,
    You can define a Descriptive Flexfield.
    1. Define a valueset with the category codes.
    2. Set-up the DFF -- Title is "Vendors"
    This is on the Supplier Header form.
    3. Assign the new value set to the DFF definition
    Thanks,
    Robert

  • How to add two list in one frame using REUSE_ALV_LIST_DISPLAY

    Hi,
    I want to display two list in single output by calling FM 'REUSE_ALV_LIST_DISPLAY' twice.
    I saw one topic posted by Arunava Das as 'ALV Problem' but didn't get the steps to do that.
    Here is his way of doing that "What I have done is gone for the append ALV approach wher I have added the END_OF_LIST Event for the Fisrt reprt and in the Corresponding FORM Routine I have added another made another cALL to the REUSE_ALV_LIST DISPLAY FM with the other table."
    I would be grateful if someone can help me out.

    Hi Ashish,
    The way you have tried i.e. calling the second list in the END_OF_LIST event of first list and like wise that is the correct way of doing it.
    Using this way you can display multiple lists. In the event END_OF_LIST by using a global variable G_COUNTER. the value of which you increment for each list and based on that counter you call different lists in the END_OF_LIST event.
    case G_COUNTER.
      when 1. perform call_first_list.
      when 2. perform call_second_list.
      when 3. perform call_third_list.
    endcase.
    Hope this answers your query
    regards,
    Satyadev Dutta

  • How to add a list view from a parent site to a subsite

    I have a custom list in a parent site, and I would like to display that same list (perhaps with a different view) on a page in a subsite.  Is there a straightforward way of doing this?

    i think you might have a look at this post.
    http://www.sjoukjezaal.com/blog/importing-content-query-web-part-office-365/
    kind regards,
    Paul Keijzers
    Check my website http://www.kbworks.nl or follow me on
    @KbWorks be sure to Check my
    SharePoint-Specialist.nu for dutch information workers check
    Wat Is microsoft SharePoint.nl for dutch readers who want to know what
    microsoft office365 is. also interesting to follow is
    microsoft office365 support

  • How to update ordered list having a constraint

    hi friends,
    I have to update a column for all the records in the table with a unique contraint
    ex-- select rec_no from tablename;
    9
    8
    7
    6
    5
    now i have to update this like
    select rec_no from tablename;
    8
    7
    6
    5
    4
    but when i am doing update tablename set rec_no=rec_no-1
    i am getting unique constraint error
    plz help me

    dj wrote:
    but when i am doing update tablename set rec_no=rec_no-1
    i am getting unique constraint error
    No you don't. Show us.
    Oracle ensures "statement level constraint" consistency. If you do this in one update statement (which is what you state above), then Oracle will not give you a constraint error.
    For if it did, then we all would have a serious problem: whether or not the update succeeds would then depend on the order in which Oracle (ie. the execution plan) happens to update the rows. And we can't have such 'undeterministic' behavior (similar to what we would have when Oracle did not provide us with the mutating table error...).
    So just try it, or show us:
    create table uk_test
    (i number not null unique)
    insert into uk_test values(4);
    insert into uk_test values(3);
    insert into uk_test values(2);
    commit;Now try both of these:
    update (select * from uk_Test order by i desc) set i=i-1;
    update (select * from uk_Test order by i) set i=i-1;They both succeed. Oracle allows temporary constraint violations during/inside the execution of one statement. There is no need to set this constraint to deferred here.
    I talk about statement level constraint consistency here too:
    http://rulegen.blogspot.nl/2012/01/statement-level-constraint-validation.html

  • How to add Order quantity in outbound ASN ?

    Hello Experts,
    I need to send the order quantity along with the delivery quantity in the outbound ASN. What is the procedure and which field do I need to include for order quantity ?
    Thanks in advance

    Hi Darshak,
    The screenshot shared by me is just an example from the SAP standard IDoc DESADV (DELVRY02) you can modify this and create custom type based on your requirement. I think in your case this has been modified as basic type is saying ZDESADV  you need to talk to your technical / functional team who can help. As far as standard SAP are concern you will find the E1EDL24 segment under data record(Screenshot attached)
    ORMNG is a field where orignal order quantity gets stamped at the time of Delivery creation and you can find this field into table LIPS

  • How to add an SAP distribution list to transport?

    Hi All,
    I have created a shared distribution list in SAP using SO15. Can anyone suggest me how to add this list to a transport? or I need to create this in each environment.
    Please suggest on this issue.
    Thanks in advance
    Prady

    What does that mean? So I have to create it in each environment(i.e. Development/Quality/Production) explicitly. By no means I can transport this list then?
    Thanks for your quick response.
    With regards
    Prady

  • How to insert or upload image in RichTextEditor ?

    Hello everyone,
    I am new to flex and trying to design a full-fledged RichTextEditor in flex builder,Can anyone tell me how to add or upload image
    in RichTextEditor at users cursor location ?
    also user should be able to resize and move the image around the text editor.

    It can be done in either. There are 3 steps.
    Learn about greenscreen (keying) including lighting, filming, best formats for video (the way they do it in the weather segment) or masking and roto.
    learn about image editing including sizing images, color correcting, applying effects
    learn about controlling motion and editing duration of stills in a NLE or After Effects
    When you have a few of these basics down and have designed your production you then load up the video and the stills, key out the background or mask around your talent to separate the talent from the background, add your photos to the time line and animate their duration and position.
    This is extremely basic stuff that can be accomplished in a NLE or in AE. You can basically reproduce just about any effect you've ever seen in a movie in AE with the right planning and plug-ins. You can do just about anything you've ever seen in a news broadcast in any modern NLE.

Maybe you are looking for

  • Errors when trying to extract via UD Connect (BI 7.0)

    Hi all, in a BI 7.0 system I can't select any UD Connect source object on the "Extraction" tab page of the DataSource maitenance screen. If I type the table name (which is "DICTIONARY") into it and then hit the "Proposal" tab page, I get the followin

  • How to increase the limit of "maximum open files" in C?

    The default limit for the max open files on Mac OS X is 256 (ulimit -n) and my application needs about 400 file handlers. I tried to change the limit with setrlimit() but even if the function executes correctly, i'm still limited to 256. Here is the

  • Server not found after uninstalling megaclick

    As the title says, I recently unistalled a megaupload toolbar that keeps directing me into a megaclick website and cause "Error Landing," now I dont have any problem bout the Error Landing but another problem occurs every time I use Firefox bout 15mi

  • Same machine RMI stuff

    Hi. I have a client and a server running on the same machine, communicating via rmi. They both work fine on one machine but when I tried to run them both on a different machine, I get a NotBoundException at sun.rmi.registry.RegistryImpl.lookup(REgist

  • Help - My iChat AV isn't working

    Hey there, So I appear to have a similar problem to other users - it's error -8, for one thing - but I'm really not computer savvy. I've tried the solutions on here as best as I can, but I'm a bit useless, to be honest. Help would be greatly apprecia