Creating Text box

You know those little text windows you get sometimes when you
click on web page items, where the main browser is unaffected and
the text window just floats on the screen like a pop-up? I'm
particularly interested in creating one where it's just a stark box
with a black line border only, and a "close window" tab. How do I
get that happening in DW? Anyone?

DISCLAIMER: I've not done this for several years. ;) so check
up on me.
Javascript and CSS is how you get the effects. CSS styles the
box and
seperates it from the rest of the document, Javascript
controls the movement
and closing of the window.
1. Create the HTML for your box:
<div id="float">
<h3>This is the title</h3>
<p>This is the content</p>
2. Create the CSS for your box:
#float{margin: 0;
padding: 0;
position: absolute;
z-index: 500; /*to ensure it is stacked "above" everythign
else */
visibility: none;
width: 300px;
height: 200px;
border: 1px solid #000;
background-color: #fff;
color: #000;}
Then, find a javascript for controlling the position of
layers (you can
search archives for that, or just google it, there are tons,
all have
advantages and disadvantages).
HTH,
Jon
"Kenny Stringer" <[email protected]> wrote
in message
news:ehm933$hbr$[email protected]..
> You know those little text windows you get sometimes
when you click on web
> page
> items, where the main browser is unaffected and the text
window just
> floats on
> the screen like a pop-up? I'm particularly interested in
creating one
> where
> it's just a stark box with a black line border only, and
a "close window"
> tab.
> How do I get that happening in DW? Anyone?
>

Similar Messages

  • Creating text boxes is causing VERY slow performance

    i've read the threads about how slow indesign cc has been from last year.  i would assume this issue had been fixed by now, so i just switched our
    whole company over from cs5 to cc.  we are a prinitng company that makes calendars with many text boxes, and indesign cc is about 1/2 as fast
    as cs5 was in creating these from scratch.  i've noticed the more text boxes, whether used or blank, causes it to slow even more.  i can't do anything
    without it lagging and pausing, which is not productive whatsoever.
    is there any fix at all to this or is this ever going to be fixed?  i have found no solution. 
    we have 32 gb ram and decently fast macs (not the newest but decent), but processing speed can't be the issue when it seems everyone is having these same problems.  (we do not have retina dislplays, just normal samsung monitors)
    we have tried saving new files out as the new cc version but that doesn't help.
    try it for yourself.  make an 8 1/2 X 11 document with 100 step and repeated text boxes.  even left blank, the whole programs slows down.
    i need help, or else i have no choice but to roll everyone back to cs5.

    You did receive the file.  You already replied to me about the issue.  See below.
    Since I have last spoken with you I did download os 10.7.5, and I will work with it today to see if it's any faster.  Unfortunately as I predicted it  "broke" 2 of our other powerpc applications that I absolutely have to have, so that's a whole other set of issues that this has caused me.
    I will let you know if I still have the same performance issues.  This is the last thing I can try because I cannot upgrade this mac to 10.8.  If the performance isn't better I guess I'll just be forced to go back to CS5.
    Chris Smith
    Drum-Line Graphics Dept. Manager
    800-284-2456 Ext. 133
    Hi Chris,
    We are officially NOT supporting 10.6.8. The official supported platforms of Mac are 10.7 onwards.
    I too would recommend that you upgrade as we haven't performed much testing on 10.6.8. It currently works but the outcome may not be nice as you are already facing.
    Maybe you can try upgrading to 10.7 or 10.8, your mac may support these platforms and so does InDesign.
    Thanks
    Javed

  • How to create text box with multiple lines in selection screen.

    Hi,
    i need to create a text box to capture comment with 300 characters. i want to achive this without using module pool,is there any posibilities to that
    regards
    raja

    Since text on Report screens is limited basically to what's left on a line in the selection screen, you'll have to use Module Pool.
    however, you can call a screen from a report program and use the editor within a Custom Control on the screen.  Not a tough thing to do.

  • How to create text box where input is time only.

    Hi ,
    How can I create a textBox which accept Time only. Or how can i create a text Box so that it take two numbers before and after ":"
    Like ->
    12 : 34. User can see : however have permission to edit numbers.
    Any suggestions.
    Regards
    Richa

    Havent used them myself but i think a JFormattedTextField is what you will need.
    See this link http://www.java2s.com/Tutorial/Java/0240__Swing/FormattedDateandTimeInputDateFormatgetTimeInstanceDateFormatSHORT.htm

  • Is there any plug-ins that will show the missing text that couldn't be fitted in the created text box?

    Hello,
    I often work with long pieces of text that are too long to be fitted inside a pre-determined text box.
    I want to know how much text is not appearing inside of my text box without having to change the size of the text box. Is there any way of doing that? Perhaps via plug-in?

    If there is more text than will fit inside an area text object, the out port of the object will show as a red + sign. Select the object with the Selection tool. Click on the red + and the pointer becomes a "loaded text" icon. Click and drag on an empty space of the artboard, creating a new text object containing the overflow text. It may be necessary to resize the new text object to view all remaining text.

  • Help needed in getting values from the dynamically created text boxes

    Hello,
    I am developing one jsp page using struts. In the page i m
    dynamically adding some rows with two text boxes in each row. and after entering data into
    those textboxes , user clicks on save button and page is submitted.
    I want to capture all this data of dynamically added
    rows so that i can enter those rows into DB.
    how can i acheive this using struts?.
    Have anyone had tried doing it?. Please help.
    Thanx in advance
    Deepali Naik

    Hi,
    1. If you give these textBoxes the same name, then in your action you can call request.getParameterValues(paramName) - it returns String[ ] of values.
    2. You can give form textBox names like "name"+index or something like this in <logic:iterate> tag
    Good luck!

  • How to create a drop down box and text box in screen painter?

    Hi i am totally new to this concept of screen painter..please can any tell me
    how to create drop down box in screen painter?
    How to create or display default date and time values?
    How to create text box for giving comments?
    How to store the records that we are entering in a table?
    Please can any one send me the procedure for creating all these its very urgent useful information will be surely rewarded.

    Hi,
    Check all these.
    1.how to create drop down box in screen painter?
    To get Drop Drown Box on screen .
    Follow these steps.
    1.
    Go to T.Code SE51 and Select Laypout for the Screen.
    2.
    Double click on the field for which u want Dropdown box.
    3.
    Then U will see Name ,Text ,DROPDOWN.Click on that and select List Box or ListBox with key . Better to to select first one.
    4.
    Save and Activate ur screen .
    5.
    Enter the following piece of code in the PBO of the screen.(Change for ur requirement).
    6.
    The following code should be written under PROCESS BEFORE EVENT in the MODULE.
    TYPE-POOLS :vrm.
    DATA:
      i_natio TYPE vrm_values, "-->Table that is passed through FM vrm_set_values
      w_natio LIKE LINE OF i_natio.
    DATA:
    BEGIN OF i_t005t OCCURS 0,
        land1 TYPE t005t-land1,
        natio TYPE t005t-natio,
    END OF i_t005t.
    IF i_t005t[] IS INITIAL.
      SELECT land1 natio
         FROM t005t
           INTO TABLE i_t005t
       WHERE spras = sy-langu.
      IF sy-subrc = 0.
      LOOP AT i_t005t .
          w_natio-key = i_t005t-land1.
          w_natio-text = i_t005t-natio.
          APPEND w_natio TO i_natio.
          CLEAR w_natio.
      ENDLOOP.
      ENDIF.
    ENDIF.
    CALL FUNCTION 'VRM_SET_VALUES'
    EXPORTING
                          id = 'I_IT0002-NATIO' "-->Field for which dropdown is needed.
                    values = i_natio
    EXCEPTIONS
       id_illegal_name = 1
                OTHERS = 2.
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    * WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    2.1.How to create or display default date and time values?
    1.
    create input field for DATE and TIME on screen.ex. DATE1 and TIME1 are screen field names .
    2.
    Just assign SY-DATUM to DATE1 and SY-UZEIT to TIME1 under PROCESS BEFORE EVENT.
    3.How to create text box for giving comments?
    1.
    Define one variable in the TOP include with type STRING means Global variable.
    2.
    Create one input field by giving screen field name which u have defined in the above step.
    4.How to store the records that we are entering in a table?
    For this case.. Create one table control. you can select one record and create record in the Z table by pressing button on Application toolbar..
    Check the following steps to handle Table control.
    1).
    U should take one variable in your internal table or in structure which
    is used for table control fields
    ex :
    data :
    begin of itab occurs 0 ,
        mark type c , "This is to select the record.
        matnr like mara-matnr ,
        matkl like mara-matkl,
        maktx like makt-maktx,
    end of itab .
    Controls: TABC types TABLEVIEW using screen 100.
    2).
    This mark variable should be given in Table control properties.
    follow the path
    double click on the table control-->attributes .->select
    w/SelColumn and in that itab-mark. Check in the figure.
    [Table control properties screen|http://bp2.blogger.com/_O5f8iAlgdNQ/R99gOUH8CXI/AAAAAAAAA9I/d3gOum1fJ6s/s1600-h/pic28145-796618.jpg]
    3).
    After that. Take this example.
    PROCESS BEFORE OUTPUT.
    MODULE STATUS_0100.
    LOOP AT ITAB WITH CONTROL tabc
    ENDLOOP.
    PROCESS AFTER INPUT.
    MODULE CANCEL AT EXIT-COMMAND.
    LOOP AT ITAB.
       Module read_table_control.
    ENDLOOP.
    module user_command_0100.
    In this Module read_table_control, You should write the following code
    MODULE read_table_control INPUT.
    MODIFY itab INDEX tabc-current_line."( This will update the
    "ITAB table MARK field with 'X ' whatever we have selected
    "on table control.)
    ENDMODULE.
    4)
    If you want to Delete some of the records from Table control
    follow this code …Create one pushbutton and give Fucnction code to that
    and write below code
    CASE OKCODE.
    WHEN 'CREATE'.
    LOOP AT itab WHERE mark = 'X'.
    "Use UPDATE statement to create new record.
    ENDLOOP.
    ENDCASE.
    I hope that you will get something.
    Regards,
    Venkat.O

  • How to retreive the value of a text box that is created dynamically

    hi this is ravi kiran,
    i am working on a project which requires creation of as many text boxes as the number records fetched from the database i.e, if the result set contains 3 records three text boxes must be created.
    here is the code for that
    if(rs1.next()) { %>     //rs1 is the result set object
    <tr>
    <td width="130" ><%= rs1.getString(1)%></td>
    <td width="130" ><%=rs1.getString(3) %></td>
    <td width="184" ><%= rs1.getInt(2)%></td>
    <td width="149"><input type=text size="20" ></td>
    </tr>
    %>
    here the problem is the text boxes are getting created but what ever the value that is entered in the created text boxes must be added and must be displayed in another text box.
    i am having no idea how to do this
    can any one help me
    thanx in advance.

    may be this helps u ,
    Create a counter and increment it every time when it comes to rs.next
    Set ids for the text box with the value of the counter.
    eg: textbox1 , textbox2
    the 1 and 2 shld be created by the counte just append the count value to the string and set it as id of the new text box dinamically created.
    then get the ement by id and get its value and do the process.

  • Creating radio buttons and text box in the screen

    Hi Guys,
    Need help asap. I am writing a report and I have to create text box for user to input GL account numbers for two types of customer. I have to make these fields required and take the data back from the screen and write it in a file. The second thing that I have to do is to make radio buttons for the user to select whether he wants the file written on the application server or the presentation server. and process the report accordingly. Now can somebody please given some code and tell me how I should do this. Both the things have to be done for the same report. Please help.
    Thanks,
    Minal

    Hi,
    TABLES: likp,
            lips.
    TYPES: Begin of ty_likp,
           vbeln like likp-vbeln,
         end of ty_likp.
    TYPES: Begin of ty_lips,
           vbeln like lips-vbeln,
           posnr like lips-posnr,
         end of ty_lips.
    DATA:  i_likp TYPE STANDARD TABLE OF ty_likp,
           i_lips TYPE STANDARD TABLE OF ty_lips,
           w_lips TYPE ty_lips,
           w_likp TYPE ty_likp.
    SELECTION-SCREEN BEGIN OF BLOCK b_0 WITH FRAME TITLE text-001.
    SELECT-OPTIONS:  s_delno FOR likp-vbeln,
                     s_type  FOR likp-lfart,
                     s_ship  FOR likp-vstel,
                     s_date  FOR likp-erdat.
    SELECTION-SCREEN END OF BLOCK b_0.
    SELECT vbeln
             FROM likp INTO TABLE i_likp
             WHERE vbeln IN s_delno
             AND   lfart IN s_type
             AND   vstel IN s_ship
             AND   erdat IN s_date.
      IF sy-subrc <> 0.
        MESSAGE i000 WITH text-002.
        " No valid deliveries for the selection parameters entered.
        STOP.
      ENDIF.
      IF NOT i_likp[] IS INITIAL.
        SELECT vbeln
               posnr
               FROM lips INTO TABLE i_lips
               FOR ALL ENTRIES IN i_likp
               WHERE vbeln = i_likp-vbeln.
      ENDIF.
    format color 1 on intensified on.
      WRITE: /01(46) 'Following are the Hanging Deliveries/Invoices:'.
    format color off intensified off.
    skip.
    format color 1 on.
      WRITE:  SY-ULINE(27).
      WRITE: /1       SY-VLINE,
              3(12)    'Document No.',
              16      SY-VLINE,
              17(8)  'Item No.',
              27      SY-VLINE.
    write:/1 sy-ULINE(27).
    format color off.
      sort i_lips by vbeln posnr.
      LOOP AT i_lips INTO w_lips.
          Read table i_likp into w_likp with key
                            vbeln = w_lips-vbeln
                            posnn = w_lips-posnr.
          if sy-subrc <> 0.
          format color 2 on.
             WRITE: /1   sy-vline,
                    3(12)  w_lips-vbeln,
                    16  sy-vline,
                    17(8)  w_lips-posnr,
                    27  sy-vline.
            write:/1 sy-uline(27).
            format color off.
            clear w_lips.
          endif.
          ENDLOOP.
    Try this one with ur own example.
    Thanks & Regards,
    Judith.

  • I cannot link text boxes in Pages 5.0 like I could in previous versions.  Solutions?

    In previous versions of Pages, one could create text boxes and then link them.  This was very useful for creating multi-page booklets with proper pagination, without having to use an expensive publishing software.  Linking of textboxes is no longer available in Pages 5.0.  Does anyone have a work-around for this problem? 

    Pages 5 has over 90+ missing features.
    Pages '09 should still be in your Applications/iWork folder.
    Trash or archive Pages 5 (after exporting any documents back to Pages '09 format) and review it in the App Store.
    Peter

  • No text boxes in Training Simulation

    Hi!
    I have been using Captivate 4 since it came out (and C3) before that. I am using a Vista PC to record training simulations for an ERP-system. It worked fine until just before christmas but when I try to record a new project now I get no text boxes, just typing. I have all the settings correct (create text boxes...) but it just wont work. I can get it to work in a Outlook window but not for the ERP-system. There has been no upgrades for the ERP-system so I am using exactly the the same ERP-software as I did when the training simulations did create text boxes.
    The only updates on my PC is Adobe Reader. I noticed there was a problem with flash (when trying to view these forums) so I installed the latest flash component.
    Any suggestions?
    /Stefan Blom
    BSIP AB
    Sweden

    Hi Stefan
    Wow, that's a new one on us! Thanks for sharing what you found so that we can keep it in mind for future issues.
    Stay tuned for the Mac version of Captivate. It's going to arrive with the next version!
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Callout box appears to convert to a Text box???

    I have several Acrobat 8 for MAC PDFs that I've edited using the Callout box feature. These PDFs are then distributed to authors who are reviewing and commenting as they choose before they return the PDFs to me. I've noticed that some of the Callout boxes in the PDFs I receive back from these authors have appeared to convert to Text boxes. Their properties are now Text boxes and the Callout box arrows that were made up of 2 pieces joined at the "knee" are now a solid arrow that is INSIDE the text box, instead of outside the Callout box as the arrows were originally. This is why I think the Callout boxes are converting to Text boxes. I don't think the authors are changing the properties of these boxes since I have not been able to duplicate the text boxes with a one piece arrow, so I'm wondering if this is perhaps a bug. Could this be happening because the files are being emailed or FTP'd?  Has anyone else seen this? Most important, how to avoid, since this requires a manual intervention to recreate the Callout boxes and copy/paste the text back to the Callout boxes from the Text boxes.....

    Thanks for the reply.....I do not know which versions of software being used by the authors, thought about that and took a PDF to a Win machine with Reader 9 and tried it but could not recreate the newly created "Text box" with an arrow inside the box. Tried a PDF editor named Ecopy also but still could not recreate. One of the issues also is that not all "Callout boxes" edited by the author are changed to a Text box, only some of them, and done sporadically, can't see any pattern. That's why I started wondering if it's a bug of some sorts.....has anyone seen this before? My customers are starting to think we're nuts.....maybe we are!!!!

  • I have created a .pdf form with text boxes, but the recipients are unable to fill in their answers.

    How can I distribute a form with text boxes so that the recipients are able to type into the boxes?

    This forum is for the Adobe FormsCentral (formscentral.adobe.com) which is a service that allows you to create, collect and analyze data using an online web form. You should ask PDF related form questions in the Acrobat forums: http://forums.adobe.com/community/acrobat/forms
    I'll move your post to that forum so you don't need to retype it. They can help you out...
    Randy

  • Create a dynamic form where selected text boxes appears, based on options chosen in a drop-down box

    HELP!!! Can anyone please provide some guidance on how to create a dynamic form where selected text boxes appears, based on options chosen in a drop-down box.
    I have a form which – based on the department that's selected from a drop-down box – will have different form fields/text boxes, etc, made available.
    Is this possible in LiveCycle, if so, can you please provide the script/info - as needed.
    Thanks,

    In the preOpen event of the second dropdown list you put something like (in formCalc):
    if (dropdown1 == 1) then
    $.clearItems()
    $.setItems("Year, 2 Year,  3 Year")
    elseif (dropdown1 == 2) then
    $.clearItems()
    $.setItems("3 Year,  4 Year")
    endif

  • 30EA3 - Edit Table/Create Table(Advanced) - Table Name, Text Box Size

    I am not sure if its the same on non-Linux versions, but in the edit table dialog, the table name text box size is tiny. Its only wide enough that you can see approx 7 chars.
    Is it possible to increase this? The size of the text box in the simple create table dialog seems like a good size. As far as I can tell, it is not tiny to conserve space for other items.
    Anyway, it's just a minor issue that wont prevent me from doing work - just think it'd be better a bit bigger. I am sure it didn't used to be this small.
    Ta,
    Trent

    oh interesting.
    are you using openJDK?
    $ /usr/lib/jvm/java-6-sun-1.6.0.22/bin/java -version
    java version "1.6.0_22"
    Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
    Ta,
    Trent

Maybe you are looking for

  • Problem Connecting my iPAD3 to WiFi - LAN

    Untill today using ADSL broadband and ZyXel WiFi Router. With this I was able to connect iPad3 to internet. iPad --> ZyXel WiFi Router --> Internet. I changes my internet service provider to Hathway. So I connected WiFi Router <--> Cisco Cable Modem

  • Allow only one set of parameter values for all worksheets

    I would like to " Allow only one set of parameter values for all worksheets ", but prompt before executing the worksheet. This function is a great time saver, but the users on occasion would like to change at the least one of the parameters. Is this

  • Is Edge a good tool to build math/science simulations

    We are building math and science simulations for dept of Edu and wonder if Edge will be a good tool for us or not. Our simulations include creating graphs from math formulas, or draw a sine wave by following a fixed point on a rotating circle, or dep

  • Hi, extract data from xml file and insert into another exiting xml file

    i am searching code to extract data from xml file and insert into another exiting xml file by a java program. I understood it is easy to extract data from a xml file, and how ever without creating another xml file. We want to insert the extracted dat

  • IPhone software update for officially unlocked version?

    Hi everybody, -This is my situation: I would like to purchase an iPhone 3G officially unlocked (From Italy)[MB496T/A].{some ones visiting} Would I be able to update the software? i dont mind about the warranty