Change Popup LOV template to put more spacing between rows

I am trying to change the popup lov template to include a bit more spacing between the rows in the result set. So instead of seeing
Test 1
Test 2
I want to see
Test 1
Test 2
Looking at the html produced the rows are returned from a bit of javascript (using arrays and passback) and I can't figure out where to add anything that will change the spacing ie cellspacing doesn't do anything.
The line I am interested in is - replace ( for < and ) for >
document.writeln("(br /)(a href=\"javascript:passBack(v[1], v2[1]);\")Test(/a)");
If I could just add a br at the close a tag...
Does anyone have any ideas on this. I'm not keen to code a new popup lov, I was just wanting to tweak the existing.
many thanks

Hello,
" I know this style isn't directly related to the t5PopupBody as you have suggested but it doesn't seem to make a difference"Your syntax will apply the new style to every link on your pop-up window. As there is non-others then the results, in this case it will make no difference.
" I did something slightly different so I didn't have to worry about changing the css"That is OK, as long as you remember all the changes you are making to the original templates, because after upgrading – like in the near future to version 3 – some of the changes might disappear. That is why I prefer to use my own CSS file, on top of the original one.
Regards,
Arie.

Similar Messages

  • PopUp LOV Template Modifications

    Hi,
    I want to show TOTAL_ROWS in the pagination of PopUp LOV Template where it shows Row(s) X - Y by default. For example, By default it shows, Row(s) 1 - 10. But I want to show Row(s) 1 - 10 of TOTAL_ROWS so that it should also show total number of fetches that Popup has.
    What is the syntax for that. I am trying with keyword TOTAL_ROWS, but its not serving my purpose.
    Please help me sorting out this.
    Thanks & Regards,
    -Ajay

    Phil,
    That is a limitation... Probably because there is no place where you can set what popup template you want to use. However, you could put in the pop-up onload event something like this:
    if(opener.pre_pop_up_function) {opener.pre_pop_up_function(this);}
    And in the onunload event:
    if (opener.post_pop_up_function) {opener.post_pop_up_function(this);}
    I.e. if functions with those names are defined in the calling page, they will be called; if not, nothing happens. Generic enough I think.
    I havent' tested it but it may work...
    Luis

  • Unwanted line spacing between rows

    Tables have 0 borders, cell spacing and padding. I use DW
    MX2004, pc platform xp windows. I have 3 rows, inserted a
    navigation bar,. There is extra "spacing" between the rows above
    and below my navigation bar. What is the problem??? See page :
    www.sodapopscott.com/index2.htm ??octoberben

    You need to zero out the cellpading and cellspacing.
    Highlight your main
    table and make sure you enter 0 in those fields in the
    property inspector,
    so that you have:
    <table width="770" border="0" cellpadding="0"
    cellspacing="0">
    Leaving those fields blank does not mean they are set to
    zero, you need to
    implicitly set them to 0..
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.perrelink.com.au
    - Web Dev
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.adobe.com/devnet/dreamweaver/css.html
    "octobrben" <[email protected]> wrote in
    message
    news:e6lqos$e8m$[email protected]..
    >I use DW MX2004, pc platform xp windows. I have 3 rows,
    inserted a
    >navigation
    > bar,. There is extra "spacing" between the rows above
    and below my
    > navigation
    > bar. What is the problem??? See page :
    www.sodapopscott.com/index2.htm
    > ??octoberben
    >

  • Is there a way to edit a cell?  I need to put some spacing between the check boxes...  I already have the whole form done 60 plus text cells, except 5 check box cells.  Is there a way to edit existing text?

    Hi,
    I am new to the forum, because I usually don't run into stupid format issues.  I create most of my forms in word or excel then import them into PDF.  I need help with figuring out if I can edit some text without having to redo the entire document.  5 cells are off... really be steamed if I have to do it all over.

    Acrobat can make limited edits to the text on a page, but the control you have is limited and may not be sufficient for what you need to do. To access the text editing tool in Acrobat 11, select: Tools > Content Editing > Edit Text & Images
    and then click where you want to edit the text, and see what happens when you attempt to make the changes you want.

  • Is it possible to insert spacing between two TextFields (for visibility)?

    In my program, I have multiple TextFields on top of each other, and I want some separation between them just so it looks better. Is there any way to insert a line, or just add more spacing between rows? I am using a Flow Layout (is there something better than this for what I need?).
    Thanks.

    import javax.swing.*;
    import java.awt.*;
    public class DMtest extends JApplet
         private TextField Field1;
         private TextField Field2;
         public void init()
              Field1 = new TextField ("asdf");
              Field2 = new TextField ("asdf2");
              Container mainWindow = getContentPane();
              mainWindow.setLayout(new FlowLayout());
              mainWindow.add(Field1);
              mainWindow.add(Field2);
    }I want a space between Field1 and Field2, each on a separate row.

  • Change Font in Popup LOV?

    Hello All,
    Apex 3.1
    I need the font size for a value returned from a Popup LOV to be much smaller. How would I modify the popup LOV template in order to change the font of the values in the LOV, or if not the LOV itself, the font size of the return item?
    Thanks!

    Hi
    Go to Shared Components > Templates > Popup List of Values
    There you will find the name of CSS which is being used with this LOV. You need to change the CSS to get the required fonts.
    Zulqarnain
    MaxApex Hosting
    http://www.maxapex.com

  • Is it possible to edit the Popup-LOV window?

    Hi,
    I changed my Selection-List into a Popup-LOV.
    1.
    Now I want to edit this Popup-Window, that it shows more than 10 rows. Is it possible to edit this window?
    2.
    My return-value is the Primary Key of the chosen dataset. This is not very user friendly. :-S ... is it possible to "display the display value" in the textbox from the popup-LOV - and when I want to save the whole form-dataset it takes the primay-key-return-value?
    I hope, somebody understand my problem.
    Thanks so much,
    Elisabeth
    Message was edited by:
    user614754

    In APEX 2.0 this does not work for the actual code of the POPUP. I want to change the code in the POPUP window that appears so it resubmits the parent page when the item is selected after the passback but had to create a custom POPUP page as I could not edit the popup code with the passback code.
    If there is a way of editting the POPUP page template (not the link from the POPUP LOV Item) then please can someone let us know?
    Thanks
    Phil
    I've started a new thread on this as it is different and there does not seem to be a solution discussed so far
    POPUP LOV template modification
    Message was edited by:
    Phil UK

  • HTMLDB 1.6 Popup LOV navigation not working

    Hi all,
    I've recently migrated from 1.5 to 1.6.
    The pop-up LOV's navigation buttons (ie: Next) do not work. I click them but nothing happens. Any ideas?
    This happens regardless of the query used...
    Thanks...

    Thanks! That did solve the problem;
    The problem resides in the Popup LOV template. Under the field "Next button text" the default value is Next &gt(ampersandgt) <-- substitution is occuring on the screen);
    And "Prev Button text" value is &lt(ampersandlt); Previous
    If you remove the "&lt" or "&gt" from each of these the pagination works properly.
    I decided to look into a different template, my template was Template 3, business look. I checked out Template 9 and it used a different value "< Previous" I pasted this into my template and it worked. Looks like the "& gt or lt substitution " conflicts here...

  • ENHANCEMENT REQUEST: Option to disable HTML escaping in Popup LOVs

    It would be nice to have the ability to format Popup LOV entries with HTML. The default behaviour escapes all special HTML charaters, like <, >, &.
    The API documentation for APEX_ITEM.POPUP_FROM_LOV describes a parameter "p_escape_html" which can be set (YES|NO).
    There is nowhere in the Popup LOV templates, or in the page item LOV sections to toggle this.
    The ability to turn html escaping off would be nice.

    It would be nice to integrate the popup window
    functionality into the branching page process
    section. An option to create a branch of type 'Page
    in this Application (PopUp)' would make developing
    easierI understand what you want to do but I don't understand the logic.....
    what you want seems to defy the definition of Page Branching.
    You are NOT branching....you want a popup ! basically.
    I think BRANCHing - in the realm of HTML DB design and technical implementation - has very definitive meaning.
    And it has rules/logics to enforce that design as Vikas' example shows.
    When Branch from P1 to P4 , P1 is "out/finished" and P4 is "in". ---- but you want BOTH page still....But I see your purpose is not for functionality of the application but as you indicated "make developing easier"

  • Bugreport: Popup LOVs in jQuery mobile Smartphone Applications

    Hi APEX Team,
    I just looked at Popup LOVs for mobile, as this is a supported item type.
    Unfortunately this wasn't adapted to JQM and still has a Desktop definition.
    Somehow the created HTML isn't valid, seems there are duplicate CSS-File inherits and some unnecessary closing tags.
    Also the pagination doesn't work. When requesting the next set of rows the font switches to tiny and doesn't show any results anymore.
    Wishlist: Improve Popup LOV Templates so that developers have full control over structure of the page, the search items, buttons and result sets. Then we could adapt the template to use JQM Dialog. Having control over opening link (javascript) and choosing the result (javascript) would also be fine :-)
    thanks,
    Peter
    get Syntax Highlighting for the Application Builder: http://apex.oracle.com/pls/apex/f?p=APEX_DEVELOPER_ADDON:ABOUT:0:::::
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at and http://www.wirsindapex.at
    Fantastic Plugins for APEX: http://www.tryfoexnow.com

    Thoughts anyone?

  • Help needed in Cascading Popup LOV

    Hi,
    I have 2 popup LOV in my APEX Page as LOV1 , LOV2. I am currently using "Popup LOV (fetches first rowset)".
    My requirement is ,until I select a value in LOV1 , LOV2 must be in disabled state. As soon as I get value in LOV1, based on that value, LOV2 must be populated and should change to enabled state.
    I am not sure how this can be implemented or whether it can be implemented in APEX.
    Any suggestions please. Do I have to change Popup LOV type, how to submit the page when LOV1 is selected etc.
    I am a beginner in APEX. Any suggestions would be welcome.
    Thanks
    Alaka

    Hi,
    Thanks for the reply..
    I will try this.
    It would be better if anyone tells me, how can I disable the LOV and enable it after I select the LOV1.
    Thanks
    Alaka

  • Spacing between lines - I'm an idiot

    Hello,
    I am used to Appleworks, and Pages is proving tricky for me. This is probably an idiotic question, but HOW do you set it to change from single to double or triple spacing between lines? This is my first posting, and I would be so grateful for an answer.
    Farnsworth
    Mac OS X   Mac OS X (10.4.4)  

    No, you're not an idiot. The space after lines setting is similar in AppleWorks & Pages, it's just that it's turned on by default in Pages & not in AppleWorks. In Pages go to the text inspector (the big T) & adjust the line & before/after paragraph spacing to your liking. By default, 12 point after paragraph spacing is set in the default, blank template. While you're making these changes, you might want to consider making any other settings such as font, margins, etc. & saving the document as a template you can use for your default.

  • Vertical spacing between paragraphs of ul

    I created a ul list after several paragraphs, but I can't figure out how to change the space between the paragraphs. It's listed as such body>section>.rule>ul>li. I tried changing the margins for ul, li, and the rule but in every case it's marked out and says it doesn't apply because it's not inherited. How do I put more space between my bulleted or ul lists?

    Here's the CSS:
    @charset "UTF-8";
    h1  {
      font-family: neuton-cursive;
      font-style: normal;
      font-weight: 400;
      font-size: 1.5em;
      text-shadow: 2px 2px 1px #FCFAFA;
      margin-left: 10%;
      margin-right: 10%;
      text-align: center;
    p {
      font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
      font-style: normal;
      text-indent: 3%;
      padding-left: 10px;
      padding-right: 10px;
      font-size: large;
      margin-bottom: -10px;
    a {
      color: #F5F5F5;
      font-family: neuton-cursive;
      font-style: normal;
      font-weight: 400;
    footer {
      background-color: #000000;
      color: #FFFFFF;
      font-weight: 600;
      font-size: x-small;
      text-align: center;
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 5%;
      margin-bottom: 5%;
      padding-left: 10px;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      clear: both;
    nav    {
      background-color: #143A00;
      color: #FFFFFF;
      text-align: center;
      margin-top: 5%;
      margin-left: 5%;
      margin-right: 5%;
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 2%;
      padding-bottom: 15px;
    h2 {
      font-style: normal;
      font-weight: 400;
      font-family: neuton-cursive;
      line-height: normal;
      text-indent: 3%;
    .sectionRight {
      margin-left: 5%;
      margin-right: 5%;
      border-top: 10px solid #143A00;
      border-bottom: 10px solid #143A00;
      background-color: #FFFFFF;
      margin-bottom: 5%;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-shadow: 0px 0px;
      box-shadow: 0px 0px;
    header  {
      text-align: center;
      clear: both;
    body {
      background-repeat: no-repeat;
      background-position: 0% 0%;
      background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(202,211,198,1.00) 100%);
      background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(202,211,198,1.00) 100%);
      background-size: cover;
    .navHome {
      margin-right: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0% 22px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      margin-left: 1%;
    .navRetreat {
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      margin-left: 10px;
    .navStore {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navCounseling {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navTraining {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navSeminars {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navBlog {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navDonations {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .logo {
      margin-bottom: -4%;
      margin-top: 1%;
    .navHome:hover {
      color: #FD0004;
    .navRetreat:hover {
      color: #FF0004;
    .navStore:hover {
      color: #FF0004;
    .navCounseling:hover {
      color: #FF0004;
    .navTraining:hover {
      color: #FF0004;
    .navSeminars:hover {
      color: #FF0004;
    .navBlog:hover {
      color: #FF0004;
    .navDonations:hover {
      color: #FF0004;
    .AboutUsContent {
      border-top: 10px solid #143A00;
      border-bottom: 10px solid #143A00;
      margin-left: 5%;
      margin-right: 5%;
      padding-left: 5px;
      padding-right: 5px;
      background-color: #FFFFFF;
      text-indent: 3%;
      font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
      font-size: large;
      font-style: normal;
      line-height: normal;
      margin-bottom: 5%;
    .inlinetext {
      color: #0029FF;
      font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
      font-weight: bold;
      text-decoration: underline;

  • More than 40 rows in Data Type

    Hi all, i must put more than 40 rows in a Data Base and Data Type olny suports 40 rows!!
    How can i do this?
    Thankz

    Matias,
    40 rows in a database:  you mean 40 records (Count) in a database.  you can put more than this also.
    Data Type olny suports 40 rows: You mean you need 40fields for each record. You can have more than that.
    Your question seems confusing. Please be clear.
    Regards,
    ---Satish

  • Change Colour of PopUp Lov

    I have the following code for a popup lov
    select a,b from
    select '1' res, htf.escape_sc(su.sukey) a, htf.escape_sc(su.sukey) b
    from udm_su su, udm_lde lde
    where su.ldeid = lde.ldeid
    and su.sukey in (select su_generic
                     from vrp_cfg_gensuconv)
    and lde.ldekey = :F140_LDEKEY
    union
    select '2' res, htf.escape_sc(su.sukey) a, htf.escape_sc(su.sukey) b
    from udm_su su, udm_lde lde
    where su.ldeid = lde.ldeid
    and su.sukey not in (select su_generic
                     from vrp_cfg_gensuconv)
    and lde.ldekey = :F140_LDEKEY
    order by res, a, bWhat I want to do is dispaly the result of the first select statement in red
    and the second in blue
    Cheers
    Gus

    Gus C wrote:
    Apex 3.2Don't have 3.2 around to experiment with. If the above doesn't work in 3.2 then I'm inclined to think that it isn't going to. Which is odd as the indications are that the restrictions were introuced in APEX 4.0:
    <li>{thread:id=1338180}
    <li>{thread:id=2126522}
    Part of the problem is that LOVs rendered as select lists (which is most common) cannot contain HTML elements ( +{thread:id=898835}+ ), but the less common Pop-up LOV renderings can.
    If this is a critical requirement, then 2 possibilities come to mind:
    1. Fairly complex modification of the Pop-up Page/LOV templates to include JavaScript/AJAX that will execute for this list, figure out how many entries need to be each colour, and iterate over the options adding the require styles.
    OR
    2. Use a report on a pop-up page rather than an LOV.
    Both look like more trouble than this is worth.

Maybe you are looking for

  • How do I create a PDF document with multiple different page sizes?

    I scan tif images and can have a single document with Letter, Legal, Tabloid, and even full map plan sizes (36" X 24") all in one document.  I get the document all set, then do a: File, Print, choose Adobe PDF (running Acrobat XI Pro), but it convert

  • How to disable fields in Table control???

    Hi How to disable fields in Table control??? I want to disable particular row in table control when enter datas are correct.lets take as example ME41 or ME51 table control. Can anyone tell how to do disable in this table control Points will be reward

  • Sending/Printing Mail to Avoid Printing Attachment in Body of E mail?

    When I send an email using Apple's Mail program and the other party receives it, the attachment is printed in the body of the email. How can I (or can I) suppress this so only the attachment is just that, an attachment, and not included in the body o

  • Bookmark through CLIENT_OLE2

    Hello Seniors/Guru/experts we have custom built oralce application (forms 11g). Here is the detail: we have word template(employee record.dot) store in database through blob. And each template have bookmark .i.e. "Emp name". We are able to call that

  • How to create a BOM for use in purchasing

    Hello Experts We are a University, and I have been asked to create something similar to a bill of material for using on a purchase order. We purchase light bulbs from a supplier, but each bulb also incurs a 15p disposal charge and this charge has to