What is the opposite for readOnly (or OPEN the input field)?

Hello

I have 2 text fields, the 2nd field (readOnly and gray color) is dependent on the 1st field value. Say,

Article 1

If the user has NOT entered any value in 1-fied,

Then make 2nd field readOnly and disabled it.

2nd section

If the user has entered a value any in 1 fied.

Then take the 2nd field OPEN and normal color.

Get the 1 (readOnly) section, pls let me know the Java Script code for the 2nd section. I tried with readOnly = false, but didn't work!

Thank you

JavaScript
TextField.access = "open";
FormCalc
TextField.access = "open"

Tags: Adobe LiveCycle

Similar Questions

  • Adding a box/border around the input fields

    When someone goes to check on our website on the input field where you enter your name, address, delivery etc. info there is no boxes to show exactly where to click to start typing. You can still type, but the boxes to make it much easier for people. There is a picture of what I mean. It is a web module in British Colombia. What is the code or what can do to get the boxes?

    Screen Shot 2015-07-15 at 4.07.12 PM.pngScreen Shot 2015-07-15 at 4.09.09 PM.png

    Do you know some CSS to your site and how to change that, know how to inspect the elements in your browser?

    You will need to do this and add css border: 1px solid #ccc; or something for your styles on the fields of seizure and/or address, what is the alternative to the default value of the browser.

  • Limit the input field to '1', '2' or '3 '.

    Thanks in advance for any help,

    I have a form that performs calculations and I need the input fields limited to the numbers '1', '2' and '3 '. I currently have the number set in shape '0' decimals and the range to validate the value of 1 to 3. This will change an entry such as "1.2" to "1", but when this number is calculated as the average, the '1.2' is acutally being calculated.

    I need a way to prevent anyone from inputing ANYTHING other than 1, 2 or 3.

    Thanks again!

    You can do this with a text field, but it is heavier. You can use this as the custom for the field validation script:

    "Event.RC = event.value ==" "| Event.Value == "1" | " Event.Value == "2" | " Event.Value is "3";

    If (! event.rc) app.alert ("Invalid value!");

  • What is the input voltage max of the motherboard on Satellite 1110?

    What is the maximum voltage for the motherboard in the Satellite 1110 please?
    Because my current cpu (1.5 ghz celeron) is 1.025 volts and I would like to change the processor
    something faster (cooling will be treated with btw XD)
    The only problem being that the new processor needs 1.3 volts to run.

    Any info wud b appreciated

    Is that not every processor is compatible with the motherboard.
    1110 series computer are supported on the Intel Mobile Celeron processors up to 1.8 GHz.
    Other processors are not compatible and the laptop won't work with faster processors.

  • Unable to save the session value in the input field for db

    Hi all, I use oracle jdeveloper 11g release2. I'm not able to store session in the DB value. Actually I access to the session value (either x here) while the user logs and filling in the form of entrance to box as "#{sessionScope.x}". It works very well. But when I try to back up the folder DB his throw error saying required attribute 'viewname.x'. The value of x is present in the input area. Yet, its throwing the error. Any idea on this. Am I correctly access the session variable.

    Hello

    What I understand, it's that you have ViewObject based on the entity object this object attribute 'X' view and you must set this attribute with a value in the session scope.

    You can set this programmatic as attribute:

    setX(FacesContext.getCurrentInstance().getExternalContext().getSessionMap().get(sessionScopeVariableName));
    

    You can add this line in doDML() in EntityImpl as:

      protected void doDML(int operation, TransactionEvent e)
      {
        if(operation != DML_DELETE)
        {
          setX(FacesContext.getCurrentInstance().getExternalContext().getSessionMap().get(sessionScopeVariableName));
        }
        super.doDML(operation, e);
      }
    
  • Disable "clickToEdit" for the input field text selection

    Hi all

    I use JDeveloper 12 c (12.1.2).

    I added an af:table with the editingMode = "clickToEdit."

    In the documentation at http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_table.html he was part of the behavior is "5.  Text entry field selection: when a cell contains a text input field widget, the text is automatically selected when the widget has focus. »

    Is it possible that I could disable or take action against this problem does not happen?  I tried to do a 'click' listener customer event, but my javascript skills are not so big so I don't know if I'm doing things.  I tried the selectionStart/end value, but it seems to do nothing.

    Any help/advice would be appreciated.

    Thank you

    Derek Hansen

    You can try to tie af:clientListener to each inputText component and listen to 'theme' of the ceremony.

    Then call javascript function similar to this:

    function unfocus(evt){
      var comp = document.getElementsByName(evt.getCurrentTarget().getClientId())[0];
    
      setTimeout(function(){
          if(comp.setSelectionRange){
              comp.setSelectionRange(0,0);
          }
          else if (comp.createTextRange) {
              var range = comp.createTextRange();
              range.collapse(true);
              range.moveEnd('character', 0);
              range.moveStart('character', 0);
          }
      }, 200);
    }
    

    Dario

  • AutoFill the form based on the input field

    Hey everybody,

    I have a form on the EMP table, with a text field containing the empno.

    When I get a (valid) empno, I want to give all the necessary information (ename, job,...) automatically in the fields.

    I read somewhere that I just write a query for each input field + dynamic action that refreshes the entire region with the shape when I change the value empno.

    Now is it possible to ignore the write request and only use the RFA process?

    Thanks in advance,

    Jules

    If you don't want to again... You can use DA, which executes PL/SQL code, with the code as ' select yyyy in: PXX_ITEM "for example...

    To trigger this DA, you can anyway implemented by the DA, or you could set it as "CUSTOM" event and pressing this extraction, enforce a jscript that would un.event.trigger ("Custom_name") $;

    Who should do to avoid submission... If that's what you want.

  • How to leave the input field to accept more than one "specific" response

    Hello

    I work for something and try to create a game show type-box-based for one of my classes, where a text entry field can change that is the border color if 2 or more words from a list of recognized words is registration.

    For example, a list of possible answers a: R, G, B, Y to the question "name 2 colors»

    I want to create an input text area where the border of the box changes color if the 2 letters (in the list above) are entered in it.

    I tried implementing a variable NumberSuccesses and set so that the number increases by 1 for each letter entered for example

    If (Ex.text is "R");

    NumSuc = NumSuc + 1; var NumSuc has already been previously defined in the code

    If (Ex.text 'G')

    NumSuc = NumSuc + 1

    If (NumSuc == 2)

    Ex.borderColor = 0x0000FF

    but it does not work... and I tried to do it with another function which I use for several text boxes as if there are boxes A, B, C. I could set up a general function where if the correct answers were entered into A, B, C respectively, only then will say, a check mark appears by using a

    EnableCheckmark (); function of type. Don't know how to do if it is the same text entry box well. Also just tried adding in the same function re.

    If (Ex.text is 'R' + 'G')

    Ex.borderColor = 0x0000FF

    .. Does anyone know what I can do?

    The solution of Mathias with the logic of the evaluation:

    What are the possible answers

    var solutions: Array = new Array ("A", "B", "C", "D");

    function testInput(_inputText:String):Boolean

    {

    the delimiter could also be a comma, it's here a space

    var inputStringArray:Array = _inputText.split("");

    var counter: Number = 0;

    for (var i: int = 0; i

    {

    for (var j: int = 0; j

    {

    If (inputStringArray [i] is [j] solutions)

    {

    counter ++;

    }

    }

    }

    If (counter > = 2)

    {

    trace ("true");

    Returns true;

    }

    on the other

    {

    trace ("false");

    Returns false;

    }

    }

    TextField with the name input_txt onstage

    input_txt.addEventListener (TextEvent.TEXT_INPUT, answerTxtInp);

    The function that will be called by the event listener

    function answerTxtInp(txtEvent:TextEvent):void

    {

    According to the responses of characters, change the color of the border

    {if (testInput (input_txt. Text))}

    input_txt. BorderColor = 0xFF0000;

    }

    else {}

    input_txt. BorderColor = 0 x 000000;

    }

    }

  • Fonts of Zwaygi appears in the input fields (very well elsewhere)

    I'm working on a site of two language www.eprpinformation.org. The version of Myanmar becomes automatically the font family for body text Zwaygi-One which works wonderfully well on IE, Chrome and Firefox.

    Except, that is, to input fields. For some reason these screen unknown, although characters by looking at the css for the entry, the correct font family is applied. Please see screenshot > > http://eprpinformation.org/images/firefox-zwaygi-font-issue.jpg.

    Any help would be grateful.

    Mark

    Hi cor - el,.

    Thanks for the quick response! It didn't completely solve the problem, but he put me on the right track.

    It turns out that the css rule is not applied to select or input so I did which is explicit and it now works fine.

    M

  • How to disable the input fields using backing bean

    Hi all

    I use jdev10g ADF. can someone help me how to disable all fields on a page by clicking on a button?
    I say 10 fields and a read only field that has a value of default db 'Pending'. I have a button that, when I click, I disable all the other fields and change the value of the field read-only 'closed '.
    How can I do this method of bean pressing button?

    Thanks for any idea

    Preeti

    You need not to do this a bean of support. Instead on the components that you want to disable write an EL expression for the disabled attribute something like this:

    #{bindings.yourfield.inputValue == "CLOSED"}

    CM.

  • Photoshop Script - Javascript: return of the input field value?

    Hello

    I've got the entry field following "edittext" rendered in a window. How can I find the value that has been entered in it?

    cal_char = cal.add ('edittext', [25,40,135,60], ' 1');

    I tried cal_char.value, but it does not work.

    Any help?

    Thank you!

    Try cal_char.text,

    x

  • Delete the last character in the input field

    How to remove the last character of an input field?

    It deletes all

    When you click on:

    SYM.$("textfield"). Empty();

    Thank you!

    Try this:

    var inputTxt = sym.$("textfield").text ();

    var truncatedTxt = inputTxt.slice (0, -1);

    SYM.$("textfield"). Text (truncatedTxt);

    HTH,

    Vivekuma

  • sites Web unwanted/requested is automatic when you click and the input field

    When I click on a field to enter a code, name, etc., or select a link specific other independent link is presented in a new tab. This happens all the time, but at least 90% of the time.

    is firefox browser by default on your system and what are these links (ads...)?

    When you try to make another browser default and unwanted links and then begin to open up to the other browser and then some kind of malware is active on your system, but it does not affect firefox in particular.

    Please run scan also of your system with various other tools such as the free version of malwarebytes, microsoft safety scanner & kaspersky security scan.

  • is there a way to make the game with the input field and interact with the answer (createjs)?

    Hello

    createjs is great, but I think it's a bit limited by a full game as to put your name and lunch the game or the question precise response, then you can trigger an animation

    I searched the web for this behavior in easeljs but no luck

    the question is is it possible if yes can you provide an example

    Thank you

    It's my favorite workflow and I guess that's idiosyncratic.

    I prefer the javascript/jquery code in sublime text and not the flash because of the set color id shaped sublime text and because I like or need to have both the js a html files open at the same time to edit both.

    I'm usually all code of easeljs and graphics in the flash ide and when it's over, I work directly with html and js files in a sublime text to manage things that you can't do in flash.

    I don't see a big advantage for that in this situation so I understand the quibbles, but in some situations (for example, right left text), it is much easier (for me at least) to edit, debug and test outside the flash id.

  • The Input Field IN the SIT SSHRC validation

    Hi all

    I need you help guys.

    We have created a SIT and she deployed the SSHRC . In which we act in user input.

    My requirement is to restrict the user to enter only "Word characters". The user cannot enter any number or a special character in this field

    I created a value set using the format type 'tank ' and selected letters (A-z) , but he has not had no effect.

    I also tried the value Type of Validation of all 'special ' but this type work only on Oracle Forms on OFA.

    Please guide me in this way.

    Concerning

    Ali

    Ali, no need of any user don't hook... just write plsql validation inside the packaging... Please open the package you ll get an idea... sample code is

    If l_id_flex_structure_code = "XX".

    THEN

    IF TO_NUMBER (user_segment1) > 15 THEN

    THEN

    ERROR_MESSAGE. =

    'MUST BE LESS THAN 15 HRS.';

    RETURN FALSE;

    END IF;

Maybe you are looking for