Text in ARE document

Friends,
We have configured nine text ID for ARE 1 document.
However while entering text during ARE1 docuemnt creation J1IA101, system is allowing to enter text only for initial six text ID.
We are not able to enter text for remaining three text ID.
What could be the reason?
Please help somebody.
Thanks

Hi,
Yes maximum  6 text id s  can be maintained . But you can implement the note 1254046 to extend upto 10 text ids
     Please apply the changes mentioned in note 1254046 and test the
scenario. Please check the changes provided and update us whether its working
fine at your earliest convenience, so that we can release the note
for all the customers, as soon as possible. We have attached screenshots
of the steps of the screen changes for your convenience.
     We would also like to inform you that there is a limitation in the
number of text ids that can be maintained for a text object.
The number of text ids that can be maintained is limited to 10 currently
and this cannot be extended by code changes, due to technical
intricacies involved. Now we have extended the limit from 6 to 10.
   Though you can maintain more than 10 in the customization, there is a
screen limitation to 10 text ids. Hence for the text object in the long
text tab, the maximum number of text ids that can be maintained is 10.
regards,
Ramana

Similar Messages

  • When printing a document from a website found in a 4.0 Beta 12 Firefox search I get a print format were the text letters are 1/4th inches apart.

    When printing a document from a website found in a 4.0 Beta 12 Firefox search I get a print format were the text letters are 1/4th inches apart. It happens when I use the website's print symbol to reduce the page to a printable size. If I use the window print commands I get all the page with advertising etal
    but it is spaced fine.

    View this thread for the answer.
    https://support.mozilla.com/en-US/questions/787654#answer-141639

  • Adobe photoshop cc crashes/ work area goes black when i try to insert text to a document ?

    when i have eddited a photo and want to insert my watermark when i press the text tool the document goes black this also happens when i create new document and try to make a watermark but when i select another tool the photo re appears can any one help me already been on phone to adobe support they told me to reset all preferences but its stilkl hasnt worked
    thanks scott !

    Windows 8?
    Upgrade the video card driver from the GPU maker's website (NOT Microsoft or a system builder).

  • ExtendScript: Get all text from a document

    Hi all.
    I have the following task: I need to translate a document into another language using ExtendScript. So, as "input" I have a document with a text/graphics/tables/etc. in Language_1 and a "somehow-separated file", which will contain data about translation into the Language_2. E.g.:
    Some_text_in_language_1     Some_text_in_language_2
    Some_other_text_in_language_1     Some_other_text_in_language_2
    To get the source text from the document, I've tried to use this:
    var pgf = doc.MainFlowInDoc.FirstTextFrameInFlow.FirstPgf;
    while(pgf.ObjectValid()){
         var test = pgf.GetText(Constants.FTI_String);
         var text, str;
         text = "";
         for (var i=0; i < test.len ; i +=1)
              var str=test[i] .sdata.replace(/^\s+|\s+$/g, '') ; 
              text = text + str;
              PrintTextItem (test[i]);
         pgf = pgf.NextPgfInFlow;
    But with this, I can only access the regular text in the document (e.g. the text in tables remains untougched). Is there any way I can the all textual data from specified document? Or maybe, the full list of controls, which can contain it, to iterate throught them and extract it one-by-one? Or maybe there's a better way to solve this problem?
    Thanks in advance! Any advice would be greatly appreciated.

    There is another way to loop through ALL paragraphs in a document, regardless whether they are in a table or in the main text flow. You can use the FirstPgfInDoc property of the document and loop through all Pgf objects using the NextPgfInDoc property of the Pgf until you reach an invalid object. Note that this also includes all paragraphs in the master and reference pages, so it might be useful to check where the Pgf is located (on a body page or not). There is a script on this forum that does that - I believe it was created and posted by Rick Quatro.
    Working your way through the main text flow does not guarantee that you have all the visible text in the doc. There may be multiple flows and there may also be text frames that are placed inside anchored frames. Those text frames are not contained directly in the main flow of the document.
    Good luck with your scripting
    Jang

  • HT2506 In pages how can I link text within the document? I can find a bookmark option and links only allows me to link to a web page

    Hi all,
    This is my first time using this discussion site! Any help would be great, as I am getting very frustrated with pages!
    What I am trying to do is link text at the bottom of a document to a page at the beginning of the document. I can't find a bookmark option adn when I clink insert link it only provides an options to link to a web page. Help! thanks

    Bookmarks are missing (sadly) and with them, the ability to create an in document link.
    I was looking for this feature in a Table of Contents. When you assign a 'style' to text in a document, you can Insert > Table of Contents. Then Pages will keep the TOC updated and you'll be able to 'link' from the page number in the TOC. (Not much help though, for the OP)

  • I have upgraded to Pages 5.0.1 and now I cannot print or pass along "comments" in the text of a document. I previously was able to convert the Pages document, with comments, to a "Word" document so that others could view the edited text. How do I do that?

    I have upgraded to Pages 5.0.1 and now I cannot print or pass along "comments" in the text of a document. I previously was able to convert the Pages document, with comments, to a "Word" document so that others could view the edited text. How do I do that?

    When you installed Pages v5, it automatically moved the older Pages ’09 v4.3 into /Applications/iWork '09 folder. If you want normal comment interoperability, you are advised to resume using the older version of Pages. Newer, is certainly not better with Pages v5.

  • Tcode FV50: How to find long text in FI Document line item Before Saving.

    Hi,
    How to find long text in FI Document line item.
    During Parking of the FI document through Tcode FV50 i m giving the some text in the long text not in the text field.
    I would like to validate the Long Text Before Saving in user exit "U300" under  the  "Sunstitution" .
    Please anybody can be help me out where exactly this long text is going to be stored or in which internal table or memory id.
    Please give me the answer as soon as possible .
    Note:- Read_Text function module is not useful. Because Read_text useful after saving document.

    Hi Amit,
    In application area FINANCIAL ACCOUNTING , go for node LINE ITEM. Here create a step & maintain the prerequisite as per your requirement & in the check you can mention the code or you can direct it to a custom program like ZFI_RGGBR000.
    Here while maintaining the check you will get structures BKPF & BSEG in which you will get the desired field you are looking for.
    Just try to explore in your system how the other validations are maintained.
    After you are done with all your code, you have to run the regeneration program RGUGBR00.
    Here utmost care should be taken while running regeneration program, you should select all the checkboxes in the selection screen except  GENERATE SETS, GEN SUBSTN ROUTNS IN ALL CLNTS  & TRACE PROG. GENERATE CALLS .
    Hope this make your doubt clear.
    Regards
    Abhii

  • Images present in datagridview not exporting to file only text contents are generating into PDF file..

    Hi Everyone,
       I have created simple Desktop app in that I trying to generate PDF file from Datagridview...when I click on ExportPDf button Pdf file is generation successfully but the issue is in that pdf whatever the images has present in datagridview that images
    are not generation into PDF only the text contents are Present in PDF file.
      Does any one can tell me how to generate the PDF file along with images.
    Here is my code:
      private void btnexportPDF_Click(object sender, EventArgs e)
                int ApplicationNameSize = 15;
                int datesize = 12;
                Document document = null;
                try
                    SaveFileDialog savefiledg = new SaveFileDialog();
                    savefiledg.Filter = "All Files | *.* ";
                    if (savefiledg.ShowDialog() == DialogResult.OK)
                        string path = savefiledg.FileName;
                        document = new Document(PageSize.A4, 3, 3, 10, 5);
                        PdfWriter writer = PdfWriter.GetInstance(document, new FileStream(path + ".pdf", FileMode.Create));
                        document.Open();
                        // Creates a phrase to hold the application name at the left hand side of the header.
                        Phrase phApplicationName = new Phrase("Sri Lakshmi Finance,Hosur-560068", FontFactory.GetFont("Arial", ApplicationNameSize, iTextSharp.text.Font.NORMAL));
                        // Creates a phrase to show the current date at the right hand side of the header.
                        Phrase phDate = new Phrase(DateTime.Now.ToLongDateString(), FontFactory.GetFont("Arial", datesize, iTextSharp.text.Font.NORMAL));
                        document.Add(phApplicationName);
                        document.Add(phDate);
                        iTextSharp.text.Image img = iTextSharp.text.Image.GetInstance("D:\\logo.JPG");
                        document.Add(img);
                        iTextSharp.text.Font font5= iTextSharp.text.FontFactory.GetFont(FontFactory.TIMES_ROMAN, 5);
                        iTextSharp.text.Font font6 = iTextSharp.text.FontFactory.GetFont(FontFactory.HELVETICA_BOLD, 6);
                        //float[] columnDefinitionSize = { 2.5f, 7.0f,6.6f, 8.6f, 6.6f, 5.0f, 4.5f, 7.0f, 6.3f, 7.0f, 3.5f, 6.0f, };
                        PdfPTable table = null;
                        table = new PdfPTable(dataGridView1.Columns.Count);
                        table.WidthPercentage = 100;
                        PdfPCell cell = null;
                        foreach (DataGridViewColumn c in dataGridView1.Columns)
                            cell = new PdfPCell(new Phrase(new Chunk(c.HeaderText,font6)));
                            cell.HorizontalAlignment = PdfPCell.ALIGN_CENTER;
                            cell.VerticalAlignment = PdfPCell.ALIGN_CENTER;
                            cell.BackgroundColor = new iTextSharp.text.BaseColor(240, 240, 240);
                            table.AddCell(cell);
                        if (dataGridView1.Rows.Count > 0)
                            for (int i = 0; i < dataGridView1.Rows.Count; i++)
                                PdfPCell[] objcell = new PdfPCell[dataGridView1.Columns.Count];
                                for (int j = 0; j < dataGridView1.Columns.Count - 0; j++)
                                    cell = new PdfPCell(new Phrase(dataGridView1.Rows[i].Cells[j].Value.ToString(), font5));
                                    cell.HorizontalAlignment = PdfPCell.ALIGN_LEFT;
                                    cell.VerticalAlignment = PdfPCell.ALIGN_LEFT;
                                    cell.Padding = PdfPCell.ALIGN_LEFT;
                                    objcell[j] = cell;
                                PdfPRow newrow = new PdfPRow(objcell);
                                table.Rows.Add(newrow);
                        document.Add(table);
                        MessageBox.Show("PDF Generated Successfully");
                        document.Close();
                    else
                        //Error 
                catch (FileLoadException fle)
                    MessageBox.Show(fle.Message);
                    MessageBox.Show("Error in PDF Generation", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
    Runtime Gridview content:
    Generated PDF File:
    Thanks & Regards RAJENDRAN M

    Hi Everyone,
       I have created simple Desktop app in that I trying to generate PDF file from Datagridview...when I click on ExportPDf button Pdf file is generation successfully but the issue is in that pdf whatever the images has present in datagridview that images
    are not generation into PDF only the text contents are Present in PDF file.
      Does any one can tell me how to generate the PDF file along with images.
    Here is my code:
      private void btnexportPDF_Click(object sender, EventArgs e)
                int ApplicationNameSize = 15;
                int datesize = 12;
                Document document = null;
                try
                    SaveFileDialog savefiledg = new SaveFileDialog();
                    savefiledg.Filter = "All Files | *.* ";
                    if (savefiledg.ShowDialog() == DialogResult.OK)
                        string path = savefiledg.FileName;
                        document = new Document(PageSize.A4, 3, 3, 10, 5);
                        PdfWriter writer = PdfWriter.GetInstance(document, new FileStream(path + ".pdf", FileMode.Create));
                        document.Open();
                        // Creates a phrase to hold the application name at the left hand side of the header.
                        Phrase phApplicationName = new Phrase("Sri Lakshmi Finance,Hosur-560068", FontFactory.GetFont("Arial", ApplicationNameSize, iTextSharp.text.Font.NORMAL));
                        // Creates a phrase to show the current date at the right hand side of the header.
                        Phrase phDate = new Phrase(DateTime.Now.ToLongDateString(), FontFactory.GetFont("Arial", datesize, iTextSharp.text.Font.NORMAL));
                        document.Add(phApplicationName);
                        document.Add(phDate);
                        iTextSharp.text.Image img = iTextSharp.text.Image.GetInstance("D:\\logo.JPG");
                        document.Add(img);
                        iTextSharp.text.Font font5= iTextSharp.text.FontFactory.GetFont(FontFactory.TIMES_ROMAN, 5);
                        iTextSharp.text.Font font6 = iTextSharp.text.FontFactory.GetFont(FontFactory.HELVETICA_BOLD, 6);
                        //float[] columnDefinitionSize = { 2.5f, 7.0f,6.6f, 8.6f, 6.6f, 5.0f, 4.5f, 7.0f, 6.3f, 7.0f, 3.5f, 6.0f, };
                        PdfPTable table = null;
                        table = new PdfPTable(dataGridView1.Columns.Count);
                        table.WidthPercentage = 100;
                        PdfPCell cell = null;
                        foreach (DataGridViewColumn c in dataGridView1.Columns)
                            cell = new PdfPCell(new Phrase(new Chunk(c.HeaderText,font6)));
                            cell.HorizontalAlignment = PdfPCell.ALIGN_CENTER;
                            cell.VerticalAlignment = PdfPCell.ALIGN_CENTER;
                            cell.BackgroundColor = new iTextSharp.text.BaseColor(240, 240, 240);
                            table.AddCell(cell);
                        if (dataGridView1.Rows.Count > 0)
                            for (int i = 0; i < dataGridView1.Rows.Count; i++)
                                PdfPCell[] objcell = new PdfPCell[dataGridView1.Columns.Count];
                                for (int j = 0; j < dataGridView1.Columns.Count - 0; j++)
                                    cell = new PdfPCell(new Phrase(dataGridView1.Rows[i].Cells[j].Value.ToString(), font5));
                                    cell.HorizontalAlignment = PdfPCell.ALIGN_LEFT;
                                    cell.VerticalAlignment = PdfPCell.ALIGN_LEFT;
                                    cell.Padding = PdfPCell.ALIGN_LEFT;
                                    objcell[j] = cell;
                                PdfPRow newrow = new PdfPRow(objcell);
                                table.Rows.Add(newrow);
                        document.Add(table);
                        MessageBox.Show("PDF Generated Successfully");
                        document.Close();
                    else
                        //Error 
                catch (FileLoadException fle)
                    MessageBox.Show(fle.Message);
                    MessageBox.Show("Error in PDF Generation", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
    Runtime Gridview content:
    Generated PDF File:
    Thanks & Regards RAJENDRAN M
    Hello,
    Since this issue is mainly related to iTextSharp which belongs to third-party, I would recommend you consider posting this issue on its support website to get help.
    Maybe the following forum will help.
    http://support.itextpdf.com/forum/26
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Text Determination Sales document to sales document

    Hi Friends,
    We are configuring text determination sales document to sales document (ZOR to ZLR).
    We have done following configuration:
    1. text type - Z122 ( invoice text header)
    2.) test determination procedure Z1. In text determination procedure Z1 is copy button is enabled. and access seguence 9122 is assigned.
    3. text determination Z1 is assigened to text type Z122.
    4.) text determination is assigned to document type - ZOR.
    let me know what configruation we are missing here.
    While creating sales order we are giving  some description in header text invoice header but the same is not copied to subsequent document ZLR. ( debit memo request).
    We are using this in Resource related billing.( RRB).
    Document flow is
    sales order ( zor)-internal order ( ko01)- Accounting document( fb01)- Resource relating billing doc ( DP91) we generate debit memo request from DP91.
    We need the invoice text entered  in sales order (va01) to copied in debit memo request ( ZLR.)
    We need this at both header and item level.
    kindly suggest.

    Hi,
    Which text determination and text types assigned to ZLR?
    If you maintain- same text type - you can copy
    Thanks
    Chidambaram

  • Pasting text from another document or website

    Hello,
    I'm trialing iWorks '09 and have to admit that while I love Apple, I cannot fathom iWorks. It is not intuitive for those of us used to MS Office, which I readily admit is not necessarily a good thing, but the tutorials and the manual don't even cover the basics. Like cutting and pasting.
    Yes, there's nice sections that deal with this topic in the manual and tutorials, none of which deal with real-world situations.
    I need to copy some legal boilerplate off a website, paste it into Pages, and manipulate it to suit my purposes. The cut is fairly lenthy, probably 100 lines of text. I create a new Pages document position the cursor and paste. The text comes out beautifully, except that it spills over the first page and into the abyss, not the second page. I have since figured out (no thanks to the manual or tutorials) that in pasting this website material, Pages creates a table, in which one of the rows contains my 100 lines of text. Since it's trying to stick the first row on the first page, it only shows as much text as the page will allow.
    OK, I'm cool with that. Kind of. So I try to copy and paste the material that fell off the first page onto the second page. But wait! I can't go spelunking off the first page into the abyss. Pages will not allow me to retrieve the text at the bottom of the cell. Just for giggles. I insert the cursor towards the end of the first page and start typing. When I get to the end of the first page, the cursor also disappears into the void. I know its down there. I know that what I'm typing is actually being inserted. But there is no way to see it, cut it, paste it, or do anything with it.
    OK, well at least in know that I'm dealing with a table, although there's nothing that makes this obvious (I only found out by going through the inspector and noticing that the text tools were all greyed out but the table tools were all raring to go). How can I get my leftover text back? I tried to manipulate the number of rows and columns in the table. I tried to split the row and the column (that's probably not the right thing to do, but I was desperate). Nothing works.
    The first order problem is that Pages decided for me (though I didn't ask it to) that what I was pasting in was a table. There's no obvious way to get it not to do that. In other words, Pages is doing too much thinking for you, a sin usually more associated with MS. I want a dumber program that will listen to me, not a smart, specialized program that insists on doing things that I don't want it to do. I want my software to do what I want, not to try to make me conform to its conventions, which may not be appropriate to what I am trying to do. Isn't end-user orientation supposed to be what Apple is all about?
    The second order problem is that there seems to be no clear instruction for what to do when encountering basic cut-and-paste operations that go awry, like this one. In the real world, people are always going to be cutting from websites, other documents, etc., and these may not fit into the preconceived notions of Pages' developers of what a cut should be. Tough. If Pages can't handle 100 lines of text being pasted in from somewhere else, an absolutely elementary operation, I don't have a good feeling about the iWorks suite as a whole.
    I've had conversations with people about similar problems in Numbers. I was trying mightily to be open minded over there, realizing that there are more than two ways to skin a cat, but if Apple wants to move iWorks, it has to meet its clients where they are -- in a world dominated by MS (unfortunately). Like many others, I'm no fan of MS. Apple has always been my choice for computers and hardware. But I can't afford the time of taking a class at my local community college to relearn basic word processing operations I learned 25 years ago on MacWrite and MS Word 2.0. The iWork glossies sure look nice. Wish I could use it. But learning how is going to be an insane time killer and right now I just don't see how it's worth it.

    The default behaviour of OSX is to copy and retain the format of copied objects and text.
    This makes it possible for example to copy and paste the contents of a web page with all its links and layout. IMHO this should not be the default behaviour, it should be the other way around.
    However in your case as you just want the text and have it take on the formatting of where it is being pasted:
    +Menu > Edit > Paste and Match Style (command option shift v)+
    making sure that the text you are pasting into is the default style. Start a fresh blank document if you like.
    It also pays to watch what part of a web page you are copying from. You generally can see if it has selected outside the block of text and sometimes it is necessary to select from the bottom up to avoid gathering in too much formatting.
    I think you may enjoy a simpler word processor, that has more than enough features but still remains simple.
    Try my favorite:
    http://www.macupdate.com/info.php/id/21977/itext-express (free)
    Peter

  • Text in the document line item

    Hi,
    In COI, I am doing reclassification using document type.
    System has posting the documents correctly, but strange thing is in the document header text, it was giving some text by itself.
    Example of the actual text in the document header is as below:
    "3B586AF9C74AF958DC4EFAB080B180B6D2E90F25"
    Thanks in Advance,
    Richard

    Hi Dan,
    You are correct. The text is coming by itself while doing Reclassification for dividend at PL 30.
    Still confused why it is throwing some text in the document header..
    Regards,
    Richard

  • Text boxes are not visible

    Hello. A page in my InDesign document appears to be broken. Text boxes are not visible, they can only mark if I choose command + a. Then I can copy the object and paste into another document in which they appear. You can not delete the page when the crash program. What could be wrong?

    Re text boxes not visible try: View > Screen Mode > Normal.
    It's not a good idea to copy and paste, use Place: File > Place.
    Re your crashing, maybe you should reset your Preferences.
    Derek

  • Printing text from separate documents in same book as a continuous flow through the pages

    Hi, I have a basic problem. My book in InDesign has different chapters and subchapters. When I started it I split all chapters in separated documents (all contained in the same book). But for a specific chapter I also want to split each subchapter into a separate file, the layout would be something like:
    MyBook.indb - the bookfile
    Chapter1.indd - Chapter 1
    Chapter2.indd - Chapter 2
    Chapter3.indd - Chapter 3
    Chapter3A.indd - Chapter 3, Subchapter 1
    Chapter3B.indd - Chapter 3, Subchapter 2
    Chapter3C.indd - Chapter 3, Subchapter 3
    Chapter4.indd - Chapter 4
    After I have set everything up page numbers and styles for headers and subheaders work no problem through the chapters and subchapters. The problem I have is, if I print the book to PDF, Chapter 3A, 3B and 3C will be printed in separate pages although they are less than a page long each. My ideal will be that all the contents of chapter 3 (3 + 3A + 3B + 3C) will be printed as a single chapter with no page breaks. I have tried changing the styles of the paragraphs and headers/subheaders to keep with previous, also the option Start Paragraph set to Anywhere. I am not able to disable the option to Start Section for the first page of say Chapter3A.indd, but I guess this is not possible as InDesign sees this as a single document with one page and it needs a sections. Is there any other way in InDesign to link those documents together so they don't add page breaks (or effectively split into different pages) without the need to have them all in the same .indd document?
    Thanks

    In the words of the Rolling Stones, "you can't always get what you want."
    So you have documents that have unfilled pages, each of which has an assigned page number that you synched through the book panel, but now you want the text in these documents to flow as one continuous thread? How do you think InDesign is going to be able to thread text in different files, and what do you expect to happen to your page numbering?

  • Why does footnote text mix with the main text in a documents?

    Hello good people
    I have a annoying problem where the footnote text mixes with the general text in the document in Pages 5.2.
    I'm writing research papers and I use considerable amount of footnotes.  When there is more than a certain amount of footnotes in in one page, the main test of the document seems to fall behind the footnotes, making it almost impossible to read.  The doc prints the same way.  Saving, closing and reopening does not fix the problem.  Exporting to Word does not fix the problem either.  Neither does restarting the computer.
    If I however hit enter until all the text is on a new page, sometimes that fixes the problem.
    I'm using Pages 5.2 on a PowerBook Pro with fully updated Maverick.
    Any solutions or good ideas ?
    All the best

    I don't know about text, but with Email, you are limited to how many bytes an attachment can be. Truthfully, I forget the limit, but there is a limit. One thing you can do is put it on YouTube and then direct the people you want to see the video to that particular URL. Also, I believe that there are a couple of apps which will allow you to send longer videos.

  • When I try to select text from pdf-documents the pdf reader cannot select a single line.

    When I try to select the text from a pdf file instead of selecting a line, the paragraph gets selected. The document does not have any document restrictions, and the text is not in an object form. Any reason why I am not able to select the text.

    Hi,
    Which 'Documents' folder are you referring to?
    A screenshot of the issue would be more helpful for me to understand the issue.
    Regards,
    Florence

Maybe you are looking for

  • Facing probelm in PF status in ALV Grid display

    HI, i have created a ALV grid intractive report in that i have a check box and Traffice lights , when user select the check box and press save then then traffice light color should changes to green it's doing well..but my problem is..for second time

  • Completely Lost Audio to PP Glitch. Tight Deadline. Urgent

    Right in the middle of an edit the sound dropped out completely. Well no big deal, this happens sometimes in PP. I restarted the App but it was still the same. On all my sequences what's even more odd is that all the waveforms were gone but the origi

  • IMP80 and Oracle 8i Lite

    Hello, Does anybody know how to import data from a .dmp file into 8i Lite? I've tried using the imp80 and exp80 tools but I got an error that the import/export views were not installed in the database. Thanks in advance. Brian

  • How do you schedule an appointment

    I have an Ipod touch 4th generation that stopped working right under a crack in the screen and i was wondering if I could get it replaced.

  • Collapsible panel mouseover code trouble-help!

    i have several collapsible panels on my page and i want them to open on a mouseover and close on a mouseout. i changed the code in the SpryCollapsiblePanel.js widget file on line 208 (code is attached below) from "Spry.Widget.CollapsiblePanel.addEven