Invisible table

i have a radio button which when clicked it makes one table
"SecondApp" visible and "ThirdApp" invisible. here is the code.
<input
class=FormBlackText
onClick="document.all('ThirdApp').style.display = 'block';
document.all('SecondApp').style.display = 'none'"
tabindex=7 type=radio value="Secured Loan Broker"
name=one>
my problem is i want to use an image to click on as the
button rather than using a radio button. any ideas how to translate
this code to apply it to an image?

DC_Eric wrote:
> here is one more example this time turning the display
on and off instead of
> visibility.
>
> <script language="JavaScript">
> function toggleVisibility(toggle){
> if (toggle.style.display=="none"){
> toggle.style.display="block";
> }
> else {
> toggle.style.display="none";
> }
> }
> </script>
First of all, this script will only work in IE:
<script type=="text/javascript">
function toggleVisibility(elemID){
var elem=document.getElementById(elemID);
elem.style.display=elem.style.display=="none"?"":"none";
</script>
<a href="#" onclick="toggleVisibility(toggle)">Click
Me</a><br />
Mick
> <style type="text/css">
> <!--
> #toggle {
> display: none;
> }
> -->
> </style>
> </head>
>
> <body>
>
> <a href="#"
onclick="toggleVisibility(toggle)">Click Me</a><br
/>
>
> <div id="toggle">
> This example displays text that toggles between a
visibility of 'visible' and
> 'hidden'.
> Note the behavior of the next line.
> </div>
>
> <div>This second line should move, since display
does not retain its position
> in the flow</div>
> </body>
> </html>
>

Similar Messages

  • How to dismiss keyboard for an invisible table cell (iPhone)?

    I have a table cell contains a textfield, and I scroll the tableview to make the cell invisible.
    When I switch to another view, I want to dismiss the keyboard. But app crash when I call [theTextField resignFirstResponder], as the textfield seems invalid.

    Hi,
    I have used the following KMs in my transformation with the following options:
    IKM SQL Incremental Update
    INSERT    <Default>:true
    UPDATE    <Default>:true
    COMMIT    <Default>:true
    SYNC_JRN_DELETE    <Default>:true
    FLOW_CONTROL    <Default>:true
    RECYCLE_ERRORS    <Default>:false
    STATIC_CONTROL    <Default>:false
    TRUNCATE    <Default>:false
    DELETE_ALL    <Default>:false
    CREATE_TARG_TABLE    <Default>:false
    DELETE_TEMPORARY_OBJECTS     <Default>:true
    LKM SQL to SQL
    DELETE_TEMPORARY_OBJECTS    <Default>:true
    CKM Oracle
    DROP_ERROR_TABLE    <Default>:false
    DROP_CHECK_TABLE    <Default>:false
    CREATE_ERROR_INDEX    <Default>:true
    COMPATIBLE    <Default>:9
    VALIDATE    <Default>:false
    ENABLE_EDITION_SUPPORT    <Default>:false
    UPGRADE_ERROR_TABLE    true

  • Invisible Table Columns

    Hi,
    first, I am a total beginner in Web Dynpro and ABAP.
    In a view I create a context node, a ui table element and an internal table which is bound to the context node dynamically. I took an example to do this from a developers website. Now, I want to make some of the columns in the ui invisible. How to do this? Do I have to loop through the internal table? It would be great if you can support me with some code. Thx.
    BR

    I think Pradeep already referred to my post On the topic of visibility - which is your favourite constant? in which Thomas Jung suggested:
    >
    >cl_wd_uielement=>e_visible-none
    >cl_wd_uielement=>e_visible-blank
    >cl_wd_uielement=>e_visible-visible
    the good thing about these - as he explains in his reasoning Re: On the topic of visibility - which is your favourite constant?
    >
    >All UI elements have generated classes. For instance CL_WD_BUTTON for the Button UI element. In these generated classes you have attributes for all UI element properties and enumerated constants for all property values. I use CL_WD_UIELEMENT for visibility becuase that is the abstract UI Element class and Visibility is so common. However if doing anything more specific I use the enumerators of CL_WD_<UI ELEMENT>.
    I think this makes sense, it gives a clear direction about which constant to use, and moreover, makes it easy to find it when you're not sure where to find one.

  • Invisible table cell boundaries

    Hi you'all. Anyone out there know how to make table cell boundaries invisible so that text or graphics within a cell is superimposed over a page without boundary lines?

    Hi Kath,
    The delay of this reply doesn't reflect a lack of appreciation. Major distractions recently. Thanks again for your knowledge. Hopefully you work for Adobe -you've been right there for each post- and will therefore find this, despite my delayed response.
    Richard

  • Invisible table problem

    i have a radio button which when clicked it makes one table
    "SecondApp" visible and "ThirdApp" invisible. here is the code.
    <input
    class=FormBlackText
    onClick="document.all('ThirdApp').style.display = 'block';
    document.all('SecondApp').style.display = 'none'"
    tabindex=7 type=radio value="Secured Loan Broker"
    name=one>
    my problem is i want to use an image to click on as the
    button rather than using a radio button. any ideas how to translate
    this code to apply it to an image?

    Please don't keep posting the same question over and over.
    Just be
    patient - Mick will come back. How have his previous
    responses to you not
    worked - or have you read them?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "pellio" <[email protected]> wrote in
    message
    news:ejsjdt$fsh$[email protected]..
    >i have a radio button which when clicked it makes one
    table "SecondApp"
    >visible
    > and "ThirdApp" invisible. here is the code.
    >
    > <input
    > class=FormBlackText
    > onClick="document.all('ThirdApp').style.display =
    'block';
    > document.all('SecondApp').style.display = 'none'"
    > tabindex=7 type=radio value="Secured Loan Broker"
    > name=one>
    >
    > my problem is i want to use an image to click on as the
    button rather than
    > using a radio button. any ideas how to translate this
    code to apply it to
    > an
    > image?
    >

  • Invisible Tables In Dreamweaver CS3

    Hello – I’m having a problem accessing the proper table in Dreamweaver CS3. In the past I never had a problem with this now all of a sudden I cannot figure out what I did to change this setting. I want my tables without borders, which I have achieved by setting it to zero border… however it now completely disappears from the page while I’m working on it and I have nothing to define my table. In the past when working with zero borders it would still define the structure of the table but wouldn’t appear when published on the web. I went into view / visual aids / and checked table borders and still nothing. How can I view my table boundaries while working with no border? For years I had no problem with this and now I’m really puzzled as to what I have done to change the setting. Please, if anyone can help I’d appreciate it.

    Even with a black background, you should be able to see the dotted lines surrounding a table.
    I just tested with a black background with  Visual Aids> table borders turned on and could see the outline, and then turned the borders off, and then I certainly couldn't  a thing  :-) 
    Sounds like something's broken in DW...if DW starts to act a bit weird-  this frequently means you may have a corrupt personal configuration folder.
    Close Dreamweaver, locate the personal configuration folder, and rename it.
    When you restart Dreamweaver, it should create a new configuration folder with all the program defaults.   
    For details of how to find the configuration folder, see this page in the Dreamweaver FAQ
    Hopefully this will fix the problem for you.

  • Columns and Rows for Text (invisible table)

    I am trying to create text on 15 rows in 3 columns in an invisable table for a drinks menu with corresponding drink sizes (ml) and prices. I used the option Type > Area Type Options and added a grid. I encountred 2 problems:
    Firstly the grid disappears (or I just cannot view it) , and secondly, i do not want the columns to be of equal size - I am looking to achieve a 60%-20%-20% ratio. I cannot find a way to resize the column widths, Would be grateful for any advice

    Hi Steve, thanks. I get you as far as 'Split into Grid'. I still cant figure out how to increase the size 1 whole column (of 15 rows) in one sweep and to decrease the size 2 other columns (of 15 rows each) as one would do in an xls. chart. To widen each one seems tedious and with transform the cells are widened, but the other 2 do not automatically decrease in size. The The whole idea of the operation is simply to align the drink item to the amount (in liters) and price (horizontally) but keeping the cell content alignment (vertically uniform throughout the columns Drink name = align Left and Drink amount = align Righ as in Example which I created from a xls chart .

  • Document links and Tables in a content area

    Hello,
    1. I'm having problems with text items in a content area. I'm trying to make a link to a document in a text item but I only get a 'Page can not be found'. I know I have to change the httpd.conf file settings but so far I have not been able to set it up correctly. How should the excact line look?
    In this case I whant to put all my documents in a folder tree in the 'portal_home' directory. For instense:MHC(root folder)/HR/employees.doc or MHC/Finance/Strategy.xls
    2. Why is it not possible to make 'invisible tables' in a text item? This way its possible to control the text mutch more and also (as in my case) include pictures within the text. If you want to produce a nice Intranet, the only way with portal (so far) is to make text items, becurse these are the only ones that you can display directly in a folder area and keep the navigation bar to the left. This way the users wont get lost in all the pages and folders.
    The problem is this:I want to use the style I've made on all my folders (this way it's easy to change the apperance of all the folders in just moments) BUT if I put a table in the text item (html code) then suddenly portal takes the default settings of the browser instead!!? So if I have set my browser to Arial 15 this is the text I se instead of the text in my style.
    Please , do anyone have a suggestion?
    I using Portal 3.0.7.6.2 (9iAS 1.0.2) on NT

    I assume you are trying to put an anchor tag in a text item, that points to a document stored elsewhere in the Portal repository.
    Use a direct access URL (search the online help for info on these) to construct the link to the document. You can use a relative URL by leaving out the "http://server.domain:port" part of the URL - e.g. {a href="/pls/portal30/docs/FOLDER/MYROOTFOLDER/MYSUBFOLDER/MyDocument.DOC"} - I'm using {} here instead of <> because real tags get messed up in these forum messages.
    The Portal FAQ explains how to use httpd.conf to define a redirect directive.
    Regards,
    Jerry
    null

  • Hoe to create rounded corners for the tables in PDF output

    Hi,
    How can I format the table corners to be rounded in XML Publisher rtf file. Can any one help me in this.
    Thanks,
    HC.

    There is no direct solution, you need to use workarounds.
    Try having a shape such as a rounded rectangle on your table with clear fill and invisible table borders.
    This works perfectly well for static tables.
    I havent tried for for-each tables.

  • Problem with html table and htmlb radiobutton group

    Hello,
    I wrote this code:
           <table width="100%" border="1">
            <tr>
              <th>
                Valutazione manageriale complessiva dell#anno
              </th>
              <th>1</th>
              <th>2</th>
              <th>3</th>
            </tr>
            <tr>
              <th>
                imprenditività
              </th>
              <htmlb:radioButtonGroup id="PROVA1"
                                       columnCount="3"
                                        mode="LOGICAL_GROUPING">
              <th><htmlb:radioButton id="1" text="1"  encode="TRUE"/></th>
              <th><htmlb:radioButton id="2" text="2"  encode="TRUE"/></th>
              <th><htmlb:radioButton id="3" text="3"  encode="TRUE"/></th>
              </htmlb:radioButtonGroup>
            </tr>
            <tr>
              <th>
                Autorevolezza
              </th>
              <htmlb:radioButtonGroup id="PROVA2"
                                       columnCount="3"
                                        mode="LOGICAL_GROUPING">
              <th><htmlb:radioButton id="1" text="1"  encode="TRUE"/></th>
              <th><htmlb:radioButton id="2" text="2"  encode="TRUE"/></th>
              <th><htmlb:radioButton id="3" text="3"  encode="TRUE"/></th>
              </htmlb:radioButtonGroup>
            </tr>
          </table>
    but the third row (where there is "Autorevollezza/PROVA2") appears out of the table.
    Do yuo now why?
    Regards
    Maria

    you need to put the htmlb:radioButtonGroup Tags within the
    tags
    <tr>
    <td>
    imprenditività
    </td>
    <td>
        <htmlb:radioButtonGroup id="PROVA1" columnCount="3" mode="LOGICAL_GROUPING">
        <htmlb:radioButton id="1" text="1" encode="TRUE"></htmlb:radioButton></td>
    <td><htmlb:radioButton id="2" text="2" encode="TRUE"></htmlb:radioButton></td>
    <td><htmlb:radioButton id="3" text="3" encode="TRUE"></htmlb:radioButton>
         </htmlb:radioButtonGroup></td>
    </tr>
    there is a invisible table rendered by htmlb and the browser does not know what to do when you put that between </tr> and </table> so he ends your table...
    better you use <htmlb:gridLayout> instead of html-tables...
    stefan

  • Need help with Page Layout and Background Scaling

    hello, everyone.
    I am in the process of designing a new website for myself,
    and while I was researching nicely designed pages to use as
    inspiration, I stumbled upon this site:
    http://www.jeffsarmiento.com/
    obviously, the design is very impressive, but it also
    incorporates a lot of web mechanics that I have been trying to
    figure out, so I will use this page as an example.
    one thing I need help with is backgrounds. as you can see in
    the posted website, the creator used a seamlessly tiled paper
    texture to display the bulk of his content on. also make not of the
    pattern that is located to the left of the paper texture. how do I
    create seamless backgrounds like this that will scale to fit any
    amount of content or any resolution? I can't imagine that the guy
    that made that site created a new size background every time he
    made an update, so there has to be an easier way.
    the second thing that I am having trouble with is general
    site layout. I have read that most sites used series of invisible
    tables to organize there content, but when I open the source of
    this page in dreamweaver, he was using something different. div
    tags? should I be using these? who do I use them? are there any
    general layout tips that someone could pass on to me? perhaps a
    link to a good tutorial?
    please help me. i am very confused.
    thanks so much.

    IMO not a good site to emulate. To wit:
    Top background image:
    http://www.jeffsarmiento.com/images/bg-top.jpg;
    745px
    x 350px 137K
    Main background image:
    http://www.jeffsarmiento.com/images/bg-tile.jpg;
    745px x 950px 130K
    Total page size: 454K (Check here:
    www.websiteoptimization.com)
    Website usability experts routinely recommend a maximum page
    size of ~80K
    Check out the We We Scale @ www.FutureNowInc.com/wewe/ where
    they suggest,
    "You speak about yourself approximately 0,003 times as often
    as you speak
    about your customers. Might that have an impact on your
    effectiveness?"
    That is 100% consistent with the #1 Web Design mistake:
    "Believing people
    care about you and your web site." or to phrase more
    expansively, "Our site
    tries to tell you how wonderful we are as a company, but not
    how we're going
    to solve your problems."
    www.sitepoint.com has some excellent books on making a
    website actually
    attractive and usable at the same time.
    Walt
    "beWILLdered_" <[email protected]> wrote in
    message
    news:[email protected]...
    > hello, everyone.
    > I am in the process of designing a new website for
    myself, and while I was
    > researching nicely designed pages to use as inspiration,
    I stumbled upon
    > this
    > site:
    >
    http://www.jeffsarmiento.com/
    > obviously, the design is very impressive, but it also
    incorporates a lot
    > of
    > web mechanics that I have been trying to figure out, so
    I will use this
    > page as
    > an example.
    > one thing I need help with is backgrounds. as you can
    see in the posted
    > website, the creator used a seamlessly tiled paper
    texture to display the
    > bulk
    > of his content on. also make not of the pattern that is
    located to the
    > left of
    > the paper texture. how do I create seamless backgrounds
    like this that
    > will
    > scale to fit any amount of content or any resolution? I
    can't imagine that
    > the
    > guy that made that site created a new size background
    every time he made
    > an
    > update, so there has to be an easier way.
    > the second thing that I am having trouble with is
    general site layout. I
    > have
    > read that most sites used series of invisible tables to
    organize there
    > content,
    > but when I open the source of this page in dreamweaver,
    he was using
    > something
    > different. div tags? should I be using these? who do I
    use them? are there
    > any
    > general layout tips that someone could pass on to me?
    perhaps a link to a
    > good
    > tutorial?
    > please help me. i am very confused.
    >
    > thanks so much.
    >

  • ListBox control in Adobe forms

    Hello experts,
    I have Adobe Interactive Form where I'd like to design standard Adobe List Box control having some predefined enumeration for list of items in it. On time of  submission of the form the following XML is sent by Adobe Acrobat Reader where 'ClassificationList' is a name of my ListBox.
    <form1>
    <Name>x</Name><Description>x</Description><ClassificationList /><ClassificationList xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" xfa:dataNode="dataGroup" />
    <ClassificationList xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" xfa:dataNode="dataGroup" />
    <ClassificationList><value>cat22</value></ClassificationList>
    </form1>
    Is there any possibility to avoid representation of 'ClassificationList' field in XFA format, but sent the field as field 'Name' is sent? I.e. in form of merged selected text box items into plain text. For example, 'selectedItem1; .. ;selectedItemN'.
    Why does not the PDF send just something like this '<ClassificationList>cat22</ClassificationList>' for the ListBox?
    BR, Sergei
    Message was edited by: Siarhei Pisarenka

    Hi Sandipan,
    In Wd ABAP scenario, SAP is not supporting dynamically created rows from adobe forms. It will accept a single row only. We can overcome this situvation in 2 ways.
    1. Make the "Add Row" button as a submit button. Each time when you add a row in adobe form, save the row in R/3. It can cause performance issues.
    2. At the time of form download, it should contain an invisible table with n no: of rows. Just before submit, enter the values in the dynamic rows into the invisible table. At R/3 end, you will get all values from that table.
    Thanks & Regards,
    Sanoosh

  • Module Pool - Pop-Up Input Screen

    Hi Experts,
      I have this scenario:
         I have a table control and two radio buttons say R1 and R2.
         R1 -> Single
    First Requirement-> When R2 is clicked, a button to its adjacent position should become visible and activated.
    Second Requirement-> When the above button is clicked, a new table control should get displayed as a pop-up window type, and user can enter more data or more rows.
    Please share code
    Thanks
    Chandan

    Hi Chandan,
    double click on the radoi button and create a function code for the radio button.
    In rhe PBO write the code for function code..
    case sy-ucomm.
    when 'Function for radio button1'.
            table-control-1-invisible = 'X'.   "table control1 invisible is set to 'X" then the table control is not cisible on the screen.
    table-control-2-invisible = ' '.   "Table control 2 is visible on the screen.
    when 'Function for radio button2'.
           table-control-2-invisible = 'X'.   "table control2 invisible
            table-control-1-invisible = ' '.   "Table control 1 is visible on the screen.
    endcase.
    if you need pop with alv format to diaply data use this fm ..but iw will allow you to selct and not to edit..
    CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
        EXPORTING
          i_title               = 'Batch Number Selection'
          i_selection           = 'X'
          i_screen_start_column = 5
          i_screen_start_line   = 5
          i_screen_end_column   = 70
          i_screen_end_line     = 20
          i_tabname             = 'T_BATCH'
          it_fieldcat           = gt_fieldcat_drd[]                  "field catalog for internal table
        IMPORTING
          es_selfield           = gc_selfield            "if you select field on the pop-up the selcted field and index is captured
        TABLES
          t_outtab              = t_batch                 "internal Table values want to show on the POP-Up
        EXCEPTIONS
          program_error         = 1
          OTHERS                = 2.
      IF sy-subrc <> 0.
      ENDIF.
    Regards,
    Prabhudas

  • How to list referenced graphics and their captions

    The book contains a slew of referenced graphics, which I can of course list with a LOR. Most of the graphics are followed by a caption, and I can list the captions with a LOF or a LOP. However … it would be really handy, for this project, to have a compound list showing each referenced graphic (file name) followed by its caption. Can this be done without scripting? I realise that, worst case, it wouldn't take much copy/pasting into a spreadsheet to achieve the required result :-}

    How are you doing the captions?
    As Flow_A, or as something in the anchored frame?
    I presume the ¶ format is unique (and is not graphics text).
    Have you any cases where there is more than one imported object in the frame?
    We do captions in-frame, as a borderless table in a text frame below the figure. The table is anchored to an empty, small pt size paragraph with a non-printing text color. The table contains the caption in one cell, and the hand-typed imported object ID(s) in another (usually one, but two or more often enough).
    If I had your requirement, I'd be tempted to turn our tiny invisible table anchor line into the compound expression you are trying to LOP: an Xref to the object ID, followed by an Xref to the Caption, in a unique ¶ format that itself is easy to LOP. This would be extra work when creating the figure, but automatic and scriptless thereafter. Multiple objects in frame would complicate matters.

  • Fixed size topic pane

    Hello all. I am using RoboHelp 7 and my output is webhelp. If
    the user changes the width of the TOC it changes the size of the
    topic pane. This distorts information and makes tables espeically
    hard to read. If the user needs to change the sixe of the TOC I
    would like the topic pane to stay the same width and just have a
    scroll bar at the bottom. Can someone help me with this?

    Hi Sam
    I can think of a couple of ways to accomplish this. Neither
    is particularly difficult but both will require hand tweaking each
    topic.
    Method one: Use an invisible table
    With this approach you basically select all the content in
    the topic and cut it to the Windows Clipboard. You then insert a
    single cell table and configure the width as desired. Then hide all
    borders so it doesn't show. Then paste the content back in.
    Method two: Use some HTML code
    With this approach you edit each topic to insert a DIV tag
    that sets the width of everything that follows. You would insert a
    closing DIV tag at the end of the topic.
    Below is a sample:
    </head>
    <body>
    <div style="width: 400px; position: fixed;">
    Topic content here
    </div>
    </body>
    </html>
    Hopefully this helps... Rick

Maybe you are looking for

  • Submit via Job- problem in code

    I need to convert the PR to PO automatically, we can do this by me59n, so iam scheduling the job for the me59n program. here iam using Badi's, iam getting the PR, plant, vendor from IM_Eban from the method of Badi, reading this in internal table, zeb

  • How to reformat macbook pro 2.16

    I have a very old macbook pro 2.16 ghz and want to reformat it installing a newer OS. Any suggestions towards what I should install? Model Name:          MacBook Pro 15"   Model Identifier:          MacBookPro2,2   Processor Name:          Intel Core

  • How do I fix folder/question mark

    I am using an old G3 tower for some vintage gaming, but when I start it up I only get the folder with question mark. I don't know exactly what version of OS9 it is running, but I know that I don't have the discs. What should I do to get it up and run

  • How  to debug BDC , Dialog program and Script

    Hi all, Please let me know, how to  debug BDC , Dialog program and Script Thanks&Regards Devi

  • Creating a Relation in Forms

    I'm trying to create a relation on an existing block (block1) to a new block that I've created (block2) which has a foreign key to block1. Now if I were to open up a blank new form and do this, it works fine, but since this is an existing form with s