Checkbox to strikeout text

Is there a way to have a checkbox or some other form object that can then trigger a piece of text to be striken out or something similar?

This would require a script, but the exact details depend on where and how you want to do it.
If you wish, you can contact me by email ([email protected]) and I'll help you set it up.

Similar Messages

  • Unexpected behavior of checkbox with help text

    Hi everyone.
    I'm using a checkbox to achieve a yes/no user input and I've noticed something strange. Whenever the user clicks on the help text (label) associated with the checkbox, the help text pops up and the checkbox changes state.
    For example, if the checkbox is unchecked, if the user clicks on the label / help text, when they close the popup, the box is checked.
    It's not the end of the world or anything, but could be confusing for end users and so is undesirable. Is this a known issue? Maybe something that could be changed in a future release?
    regards,
    Kieran

    Change this -
    <div id="Layer1" style="position:absolute; width:296px;
    to this -
    <div id="Layer1" style="position:relative; width:296px;
    and reposition the div.
    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
    ==================
    "kc41082" <[email protected]> wrote in
    message
    news:ebi7s4$5bp$[email protected]..
    > Can somebody please help me? I would appreciate it more
    than you know. I
    > am not
    > all that good at writing code -- in fact, I know very
    little about it.
    > However,
    > I love to design. Therefore, I periodically build
    websites for small
    > businesses
    > pro bono.
    >
    > I built a site in Dreaamweaver using table cells. In one
    of my table
    > cells, I
    > would like scrolling text. However, I do not want the
    text to fill up the
    > entire cell (margins on each side of text so it does not
    extend to edges
    > of
    > table cell). To do this, I inserted a layer and set it
    on top of the table
    > cell, where I want the text. I told it to scroll when
    the text overflows.
    > However, although it looks fine on screen, the text
    moves over to the left
    > when
    > I load it in my browser. I cannot figure it out!!! I
    want to change it
    > (maybe)
    > RELATIVE (instead of absolute) to my table cell, but
    can't get that to
    > work. I
    > have seen the code you have suggested to people , but
    don't understand
    > where to
    > insert the code into my website.
    >
    > Will somebody check it out for me and offer me a
    suggestion? It can't be
    > too
    > difficult to fix. Please visit kaycee.mutpup.com and
    click on the link
    > provided. It will take you to the temporary site I have
    posted.
    >
    > THANK YOU!
    >

  • How do you individually strikeout text in a menu ring?

    I have a menu ring with a list of options for the user. Once the option has been ran, I want the text in the menu ring to reflect this by being "strikedout"... I don't want it disabled, just incase the user wants to rerun the option but I want the menu ring to mark which options have been chosen. Is it possible to individually strikeout text in a menu ring - just like you can individually disable items using the appropriate property node?

    Blindon,
    Elements in the menu ring are array elements. Each element in array must have the same font (This is a limitation of the definition of an array). So, you can only set all elements to be strikedout, not individual ones. (with the property node)
    Zvezdana S.

  • Is there a way to make a checkbox cause specific text fields to be required?

    Ji everybody, I'm Trying to make this work. Its really the problem described in this thread:
    Is there a way to make a checkbox cause specific text fields to be required?
    But i cant bring it to work.
    ive attached a screenshot of my settings.
    any help is much appreciated!
    thx

    If the export value is not specified, it is by default set to "Yes" in the language of your version of Acrobat which can be quite annoying when you are creating a file using two computer that have different language settings.
    If the export value is not important to you, you should use the property called .isBoxChecked(0) instead of the value property.  It works the same way except it is boolean (true or false) .
    if (this.getField("myCheckBox").isBoxChecked == true){
         this.getField("textField").required = true;
    alternatively, there is a method called .checkThisBox() for manually checking boxes.
    this.getField("myCheckBox").checkThisBox(0, true) will check it while (0, false) will un-check it regardless of the export value.

  • Enable disable toolbar items on click on any checkbox,radio button,text box.

    Hi Friends,
    I am create application in eclipse RCP E4 and now i am trying to Enable disable toolbar items on click on any checkbox, radio button, text box .
    Please Help me friends....

    Hello friend my proble is solve and now i am sharing my solution ....
    I am create RCP application and view side any listener click event fire time apply this code
    IEvaluationService evaludationService = (IEvaluationService) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getService(IEvaluationService.class);
    evaludationService.getCurrentState().addVariable("noOfRowsChecked", noOfRowsChecked);
    evaludationService.requestEvaluation("com.jobsleaf.propertytester.canDeleteItem");
    and add plug in extension and create property tester class means listener property tester class side apply this code
    IEvaluationService ws = (IEvaluationService) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getService(IEvaluationService.class);
    Integer integer = (Integer) ws.getCurrentState().getVariable("noOfRowsChecked");
    if (integer != null)
    if (integer.intValue() > 0)
    return true;
    I hope useful above code when use property tester in eclipse RCP

  • Checkbox appears with text behind box in FORM

    Hello,
    i created a master detail page where i can also edit the master through a form (all on the same page). The check boxes in the reports are fine but in the form (to edit the master) the box appears with a text behind the box: Eigen Fust ?      " id="P19_IND_EIGEN_FUST" />
    So "Eigen Fust ?" is the label i set for the check box then the actual check box appears and after that the text i do not know where it is from (" id="P19_IND_EIGEN_FUST" />).
    The "P19_IND_EIGEN_FUST" is the NAME of the form item i have for the check box.
    This is the LOV i set for the check box item:
    Select NULL d, HTMLDB_ITEM.CHECKBOX(1,IND_EIGEN_FUST,DECODE(IND_EIGEN_FUST,'Y','CHECKED','N','UNCHECKED')) r
    From KOOPOVEREENKOMSTEN
    Where id = :P19_ID
    Please can someone tell me why the text is placed behind the checkbox ?
    Regards Doenja

    No it is not the label that is shown there.
    The label is before the checkbox 'EIGEN FUST ?'.
    In the string that is shown behind the box the ITEM NAME from the checkbox in the form is shown. So it says : " id="P19_IND_EIGEN_FUST" />
    and there P19_IND_EIGEN_FUST is the ITEM FORM name from the check box.
    I really do not unserstand where that string is coming from.
    Has someone any other idea ?

  • Checkbox and date/text feild

    I need to create a form with a checkbox and a date/text feild in the same row. Is this possible?
    An example is below:
    Form
    [ check box ] name of document [date/text feild]
    [  ] document name [1/30/2014]

    Sure - you can add fields adjacent an existing field using the "+" sign on the right side of the field to bring up the add field toolbar to add a field to the side.  You can also do this through the right click menu item "Add field beside", and you can Drag and Drop fields where you want them by clicking on the left side of the field and holding the mouse button down while you drag it where you want it, a blue vertical bar shows where it will be placed, drag it to the right of a row to add it to the right of existing fields.
    Thanks,
    Josh

  • How to create a conditional checkbox to output text

    Hello,
    I have an interesting situation, I have an interactive spreadsheet that has a clickbutton that will open outlook to email the form. It also creates a subject line to email based on fields in the pdf, I used the following code for that:
    <script contentType="application/x-javascript">//Create a variable to hold the document  object
    var oDoc = event.target;
    oDoc.mailDoc({
    bUI: true,
    cTo: "[email protected]",
    cSubject: Employee_Name.rawValue + ", " + Service_Area.rawValue + " ," + Employee_Number.rawValue  + " ," +  Dropdown1.rawValue
    </script>
    What I'd like to do to extend that is make it so if one of three checkboxes are clicked then it adds it to the email subject line eg.
    [ ] A
    [ ] B
    [ ] C
    If A = checked then D = "A"
    else
    if B = checked then D = "B"
    else
    if C = checked then D = "C"
    cSubject: Employee_Name.rawValue + ", " + Service_Area.rawValue + " ," + Employee_Number.rawValue  + " ," +  Dropdown1.rawValue + " ," + D
    So basically I want D to be some varible I add, how would you do this? Do I need to create something in the event part of the email form button or declare it elsewhere?
    Thanks

    Hi,
    Are you sure that that will be CheckBox? As we can check more than one choice. But in the subject line you are using one variable i.e. "D".
    However, if you want to check only one CheckBox and that's to be added do the subject line. Then try the following.
    Create a hidden textfield. Say Hidden_Field. In the click or change event of the checkbox you have to write a bit of script so that it stores the choice in the hidden field and you can add the rawValue of the hidden field in the subject line.
    In the Change or Click event of CheckBox .
    If (this.rawValue == 1)
              Hidden_Field.rawValue = "A";
    else
              Hidden_Field.rawValue = null;
    Now replace the D in the subject line with Hidden_Field.rawValue ;
    Thanks,
    Bibhu.

  • Text checkbox obscuring view of text in PSE12

    With PSE12 how do I stop the green "tick" / red "reject" checkbox from obscuring my view of the text as I'm trying to type? The problem is that the checkbox retains the same number of pixels on my screen - no matter what amount of zoom is applied to the image I'm editing. This did not happen with my previous version (PSE7) - and it's annoying me so much that I would find it very difficult to recommend the program to anyone else. I expect that there is an easy solution - but I have done a lot of searching and I can't find it. The solution will be greatly appreciated.

    Thank you MichelBParis - I appreciate your suggestion and there's no doubt that it does work - but if Adobe's developers had done their job well, then all those steps would have been completely unnecessary. There is no good or useful reason for having the checkbox anchored close to the text box. With PSE7 the checkbox for the text was located on the right hand side of the task bar (which was above the edited image) - so it was impossible for the checkbox to get in the way of any part of the image. The designers of PSE12 should have applied a similar tactic by locating the text checkbox at the bottom, to the right of all the options for adjusting the text - OR they should make the existence of text checkbox optional. Thanks again for your help and advice.   

  • How to get the text of Checkbox ?

    Hi All,
    This is my JSP code for Checkbox.
    <hbj:checkboxGroup  id="CBGroupSAPServer"  columnCount="3">
      <hbj:checkbox id="Check1" text="SAP R/3" disabled="false"/>
      <hbj:checkbox id="Check2" text="SAP IDES" disabled="false"/>
      <hbj:checkbox id="Check3" text="SAP BW" disabled="false"/>
      <hbj:checkbox id="Check4" text="SAP EP" disabled="false"/>
      <hbj:checkbox id="Check5" text="SAP XI" disabled="false"/>
      <hbj:checkbox id="Check6" text="SAP CRM" disabled="false"/>
    </hbj:checkboxGroup>
    I want to get the text of the selected checkbox(in the doProcessAfterInput()).
    For eg: if the first box is checked then i shud get "SAP R/3"
    Assiste me please.
    Regards,
    Joshua Kiran

    Hi Kiran,
    I tried the method, Checkbox.getText(), but it doesn't return anything. But, i got to see that, the method, Checkbox.getId() works fine.
    So, i will suggest you to create the Check box with the same text and id and retrieve the text with Checkbox.getId() method. Nothing goes wrong with this.
    But, this fails if you need two or more checkboxes with the same texts.
    Checkbox cb = (Checkbox)this.getComponentByName("SAPR/3 ");
               String text=cb.getId();
    In JSP,
    you could have as
    <hbj:checkbox id="SAPR/3" text="SAPR/3" disabled="false"/>
    Regards,
    Ganesh

  • INFOSET - Checkbox to enable field text in  additional field

    Hi,
    as in the title I've created a custom infoset based on a logical DB (HR).
    I use to do that with SQ02 transaction.
    The problem take place when I mantain/create additional fields, I assign the correct field reference but I see always the checkbox of ID Text not editable. For the help I'm in report SAPMS38O dynpro 0180.
    I don't know if that is enough for a clear explanation.
    Sincerely I don't know why.
    Thanks for suggestions.

    Hello,
    in SAP standard program it is not possible to add field 'Text' in S_ALR_87012340 .
    Sorry
    Best Regards,
    Richard Pillinger

  • How to make Multi line checkbox text

    Hi guys,
    I have a req of displaying text for a checkbox as mutiline. for eg: my text to be displayed for the checkbox is
    "ALL u201CAPPLICABLEu201D GOODS IN THIS SHIPMENT ARE BEING EXPORTED UNDER THE OPEN GENERAL EXPORT LICENCE   (OIL & GAS EXPLORATION; DUAL USE ITEMS)       LICENCE NUMBER GB0GE2008/01238"
    How do i do it for a check box on the screen? The above text is for checkbox text?
    Regards
    Sabah....

    Hi Ahmed ,
    Try it once , may be helpful,
    SELECTION-SCREEN BEGIN OF LINE.
    selection-screen comment 1(83) text-001.
    PARAMETERS c1 AS CHECKBOX.
    SELECTION-SCREEN END OF LINE.
    "Write ur text in the text element text-001
    If you are desging screen using screen painter ,then
    +step 1:drag and drop the text field on the screen and write ur 'text' on the first line and behind that place a checkbox
    if the text is long and repeat the first step+
    Thanks & Regards
    Edited by: Always Learner on Nov 6, 2008 10:48 AM
    Edited by: Always Learner on Nov 6, 2008 10:52 AM

  • Send one of 5 checkbox values to a text field

    I am trying to send the checked value of one of six checkboxes to a text field and just can't work it out.  Can anyone help me.
    Here is the script I have been trying to work with.  I know it is wrong because it doesn't work.
    var Architect = getField("Arch Chkbx")
    var Engineer = getField("Eng Chkbx")
    var Landscape = getField("Land  ChkBx")
    var Interior = getField("Int Chkbx")
    var Other = getField("Other Chkbx")
    if (Architect == "Architect") {
    event.value="Architect";
    else if (Engineer == "Engineer") {
    event.value="Engineer";
    else if (Landscape == "Landscape Arch.") {
    event.value="Landscape Architect";
    else if (Interior == "Interior Designer") {
    event.value="Interior Designer";
    else if (Other == "Other Designer") {
    event.value="Other Designer";

    I got it to work using your suggestion and giving them all the same name and assign different export values.  Thanks for the recommendation.
    Here is the code that works.  Thanks again GKaiseril!
    function(){return A.apply(null,[this].concat($A(arguments)))}
    var License = this.getField("Check Box10.0").value;
    if (License == "Architect") {
    event.value  = "Architect";
    else if (License == "Engineer") {
    event.value = "Engineer";
    else if (License == "Land") {
    event.value = "Landscape Architect";
    else if (License == "Interior") {
    event.value = "Interior Designer";
    else if(License == "Other") {
    event.value="Other Designer";
    else event.value ='';

  • How do I make the "text" after the checkboxes visible?

    (The Dreamweaver 8 text reads, as follows)
    quote:
    To add checkboxes to a form:
    1. Click in the left column of the sixth row, type
    Check all of the musical styles that interest you.
    (including the period), and then press the
    Tab key to move the insertion point to the next cell.
    2. Click the
    Checkbox button in the
    Forms category on the Insert bar to insert a checkbox in the
    cell.
    3. In the Property inspector, type
    Punk in the Checkbox Name text box, and then click the
    Unchecked option button, if necessary.
    4. Click to the right of the checkbox in the table, type
    Punk, and then press the
    Shift+Enter keys to create a new line in the cell.
    5. Repeat Steps 2 through 4 to create the following
    checkboxes:
    Alternative,
    Trance, and
    Jazz. See Figure 9-33 (Pg.515 Dreamweaver 8 textbook)
    The following is the CODE where I added checkboxes to a form:
    quote:
    <tr>
    <td><div align="right">Check all of the musical
    styles that interest you. </div></td>
    <td><div align="left">
    <input name="Punk" type="checkbox" id="Punk"
    value="checkbox" />
    <br />
    <input name="Alternative" type="checkbox"
    id="Alternative" value="checkbox" />
    <br />
    <input name="Trance" type="checkbox" id="Trance"
    value="checkbox" />
    <br />
    <input name="Jazz" type="checkbox" id="Jazz"
    value="checkbox" />
    </div></td>
    </tr>
    However, the only thing I see in DESIGN View is this the
    previous text, "Check all of the musical styles that interest you."
    and the four checkboxes "without" the text that should follow each
    box .
    Please, help, explain what steps I should take, next, to make
    the following words (Punk, Alternative, Trance, and Jazz) visible
    in the DESIGN View, following each of the four checkboxes.
    Thank you for your help!
    This Support Forum is the BEST!
    Respectfully, Ona

    Sorry - you're sending us to the Webforum which is a real
    pain to scroll
    miles through to discover what questions and answers there
    are. Could you
    start a new thread? It looked as if it might have been a
    discussion with
    Murray but it's really difficult to tell as the last I saw
    was Murray asking
    you to do something - I think.
    Jo
    "OnaTutors" <[email protected]> wrote in
    message
    news:f3iuuc$moe$[email protected]..
    > Geschenk, You ROCK!
    >
    > THANK YOU! THANK YOU, SO MUCH!
    >
    > You went ABOVE and BEYOND the call of duty! Thank you
    for helping with
    > the
    > other errors in my CODE, too.
    >
    > You saved my Final Project for my course in Web
    Construction 2, due
    > "tonight"
    > @ midnight!
    >
    > I've just got 2 more questions to troubleshoot!
    >
    > Thanx for all of your help!
    >
    > If anyone is interested, these are the other two
    questions that I'm
    > TROUBLESHOOTING:
    >
    >
    >
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=189&threadid=
    > 1271560
    >
    >
    >
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=189&threadid=
    > 1271584
    >
    > Thanks for helping me out, everyone!
    >
    > Respectfully, Ona
    >
    >
    quote:
    Originally posted by:
    geschenk
    > you do have some quirks in your current form -- as to
    your checkboxes ::
    > please replace the current
    value="checkbox" with e.g.
    >
    value="Punk", and furthermore you just need to place a plain
    text
    > description after the checkbox tag
    >
    > that´s it ;-)
    >

  • If a checkbox is selected how to make a text field required

    Hi
    I hoping someone out there can help me.
    I am creating a form in adobe acrobat 9, I have a checkbox called 'other' and a text field named 'other_please_specify'. What I am hoping to do is when a user selects the 'other' checkbox the 'other_please_specify' text field becomes required. I will also need some sort of action that if a user deselects the 'other' checkbox then the 'other_please_specify' text field is no longer mandatory.
    Can anyone help me figure this out?
    Thanks in advance

    If by required you mean the required property of the field, the Mouse Up script of the check box can be something like:
    (function () {
        // Get a reference to the text field
        var f = getField("other_please_specify");
        // Set the required property depending on the check box state
        if (event.target.value !== "Off") {
            f.required = true;
        } else {
            f.required = false;
    The "if" block can be simplified to:
        // Set the required property depending on the check box state
        f.required = event.target.value !== "Off";

Maybe you are looking for

  • Sharing music on the same pc with different accounts

    I am sharing music and movies on the same pc but managing it with different accounts.  Recently, when I add new content in the public folde, it only shows up in the one account that I adde it to and not the other accounts.

  • How to send output of a print  to a single pool in smartforms

    Hi, when iam taking a an out put from the invoice all the output has to be send to a single pool .means if we give an invoice number in vf03 and issue the output and if we choose print then it will directly got to spool.but requirement is to store al

  • Report to Verify Pending Aproval of Time sheet on CATS

    Hi Experts, Earlier Manager has faced some problem in approving Time sheet because of some missing authorizations, we have fixed that now we have to verify if he has any time sheets still pending for his approval. We use Cats Applicatiosn, all the em

  • Fetching all the resource request

    Hi, How to retrieve all the resource requests using a method? The below method returns the requests for a spefic resource object with the status as "Approved". tcResultSet rs= reqIntf.getRequestsForObject("iPlanet User", "approved"); I want to retrie

  • Photos in High Definition

    If I shoot a video in high def, how can I add photos and have them appear in high def? The photos are good quality (1.5 - 2 meg jpegs) Thanks