Change the visibility of the text with a button object

Hey guys,.

First post, so probably incredibly easy, noobworthy question.

I'm in the Muse, and the project I created has a page with a 'true' and 'False button. ' When the user clicks on one of these keys, I want to display different responses on the page. First, that aren't visible.

If I was coding from scratch, I would use a .onclick Javascript to show the 'div' with the appropriate text when the user has clicked on it... Is there a way to do the equivalent in Muse?

Thanks in advance for answers! This had me boggled as a new user of Muse for centuries - it seems that something you should be able to do...

Looks like a widget of Composition with 2 containers of trigger and 2 target.

Tags: Adobe Muse

Similar Questions

  • Is it possible to change the text in a smart object in illustrator?

    Is it possible to change the text in a smart object in illustrator? Thank you much for the help!

    And can anyone recommend educational resources for someone (me) who is a user HAVE ten years who need to work in PS for web models? Anything other than a basic PS tutorial. Something this specific task-oriented. I'm not a beginner PS - but especially used for the correction of photo so far.

    Truly - thank you! BTW - I'm in the Suite of 6 CS and CC will not be at my disposal.

    If you double-click on the smart object icon in the palette layers in Photoshop, it will open the original illustrator file in illustrator to be able to change it.

  • Change the text with AS3 makes the invisible text

    Hi all

    Even for a total n00b like me, this is awkward: I can't even change a text on the stage with as3.

    I place a text on my stage, assign the dynamics, incorporate the police and give it an instance name. When I change the text, he evacuated the scene or if it remains invisible, I don't know.

    I thought it would be as simple as this: myText.text = "new text";   but apparently I am doing something wrong. When I put a trace (myText.text);  before and after, I see the old and the new text in the output window. Then he changes correctly, but why he disappears it? Also tried in a new white project, to ensure that it was not something somewhere.

    I'm totally distraught...

    BTW I use Flash CS5.5 on Win7

    do not enter text in the ide.  Use actionscript to assign the original text of your textfield and also change.

  • change the text of legend group object image size figure

    I need to change the text frame size legend for figure based on the width of the figure in grouped objects

    How to do it please advice.

    Your information and code are not accurate! > Some parentheses are missing, expand the textframe 240 or the width of the image?

    However: Everything made to the works contained in the user interface, it expands the scope of the legend in my test to the right. I decided to write an own function for editing.

    main();
    
    function main() {
    
    var curDoc = app.activeDocument;
    var allGroups =  curDoc.groups;
    
    for (var i = 0; i < allGroups.length; i++) {
      var curGroup = allGroups[i];
      var pItems = curGroup.pageItems;
      if (pItems.length != 2) { continue; }
      for (var j = 0; j < pItems.length; j++) {
        var curItem = pItems[j].getElements()[0];
        var constrName = curItem.constructor.name;
        if (constrName == "Rectangle") {
          var rect = curItem;
        }
        else if (constrName == "TextFrame") {
          var tf = curItem;
        }
      }
      var rectGB = rect.geometricBounds;
      var tfGB = tf.geometricBounds;
      tfGB[1] = rectGB[1];
      tfGB[3] = rectGB[3];
      tfGB[2] = tfGB[2] + 20;
      tf.geometricBounds = tfGB;
      fitFrame(tf);
    }
    
    function fitFrame(aFrame) {
      var lastBaseLine = aFrame.lines[-1].baseline;
      var b = aFrame.geometricBounds;
      aFrame.geometricBounds = [b[0], b[1], lastBaseLine, b[3]];
    }
    }
    

    Note: The script will check if there are two elements on the page of the group. It does not, check if these two elements are textframe and rectangle, it assumes that it is correct.

    Kai

  • change the text with javascript innerhtml

    OK, so I have got it working somewhat, but cannot change more than once. I have 3 radio with a primary default buttons and view the value of this main button, which is $ 9.99. I want to change the $9.99 to $15.98 for the second button radio and $20.98 for the third option and back again to the radio etc. 1 and 2 button box.

    Here is my code

    < script type = "text/javascript" >

    function changeText1() {}

    document.getElementById('buy-1x-power-out').innerHTML = '$9.99 USD';

    }

    function changeText2() {}

    document.getElementById('buy-2x-power-out').innerHTML = '$ $15';

    }

    function changeText3() {}

    document.getElementById('buy-3x-power-out').innerHTML = ' $ USD 20,47 ';

    }

    < /script >

    < name of the form = the "power-out-form" method = "post" action = "" >

    < p >

    < label >

    < input name = "power-out-buy-selection" type = "radio" id = "power-out-buy-selection_0" value = "$9.99 'checked onclick =' changeText1 () ' >"

    1 @ $9,99 $ < / label >

    < br >

    < label >

    < input type = "radio" name = value 'power-out-buy-selection' =' $15.98 ' id = 'power-out-buy-selection_1' onclick = 'changeText2 ()' >

    2 @ $7.99 USD (20% discount) < / label >

    < br >

    < label >

    < input type = "radio" name = "power-out-buy-selection" id = 'power-out-buy-selection_2' onclick = 'changeText3 ()' value =' $20.97 ' >

    3 @ $6.99 USD (30% reduction) < / label >

    < br >

    < /p >

    < / make >

    total < p > < /p > < id p 'buy-3 x-power-out' = >$ 9.99 USD < /p >

    Thank you

    Total subsection ID is buy-3 x-power-out, but your functions try to change 1 - buy x-power-out and buy 2 x-power-out. Because they do not exist, the total does not change.

    Each function must target the same ID:

    function changeText1() {}

    document.getElementById('buy-__3__x-power-out').innerHTML = '$9.99 USD';

    }

    function changeText2() {}

    document.getElementById('buy-__3__x-power-out').innerHTML = '$ $15';

    }

    function changeText3() {}

    document.getElementById('buy-3x-power-out').innerHTML = ' $ USD 20,47 ';

    }

    In fact, it would be simpler to use an ID such as total.

  • How change only a portion of text with a button on the edge of adobe

    SSay if you have a text like this "Joel Hello how are you" today and you have four buttons 'Joel' has 'jeff' there 'Hello' and the other has "good bye" How do you define the first two buttons in the only change what appears was the word 'Joel' appears and same thing for the last but where is the "Hello".

    Hello

    • SYM.$("text").html () returns the text content.
    • Replace is a javascript function to replace a text by another element. For example: replace ("Joel", "Jeff"). Jeff replaces Joel.

    So:

    SYM. $("Text") .html (sym. $("Text") .html () replace ("oldWord", "newWord"));

    If you use symbols, how to call your symbol (library name)?

  • How can I view the text with format and &lt; object &gt;... &lt; embed &gt; video?

    Hi, OTN.
    I can't find a suitable component to show a ViewObject CLOB with video (streaming flash videoplayer) HTML format and < object > < embed > tags.
    With components output format or Rich Text Editor, I don't see the embedded objects or their HTML tags. Only simple HTML format.

    How to display an embedded object (video) on the JSF page with #{binding} on the ViewObject data control?

    Thank you.

    Try and af:outputText with the exhaust attribute set to false.

  • How to change the text box in Acrobat XI, created by earlier versions of Acrobat

    Hi, I'm having a hard time trying to figure out how to change a text box that was created in an older version of Acrobat and used to fill in a form.

    In my case, I added text boxes on text pre-existing using an earlier version of Acrobat.

    When I try to click on the text box, however, it seems to be back on the existing text and not allow me to change the text box I created in the past.

    Try changing the text with the tool 'Add comment text' which is in the notes pane. The text used to complete the form may have been written as annotation, so when you try to change those with editing tools, the original text is being edited.

  • (CS4) How to change the text in the character format?

    Hello scripters.

    I need help with a problem with "FindChangeByList":

    I want to change the text with special elements (and more than one element),

    for example: color: black AND italic AND subscript

    (high, critical, or small caps)

    and change in a character format that I have before defineted

    (lets call it for example "01 - xyz").

    As I understand it, I can do it with GREP and 'FindChangeByList-sript.

    But what should remain here '?

    grep {"find what:"?} "} {" change to: "?} "} {include notes: true, include master pages: true include hidden layers: true, any word: false} find all double spaces and replace them with single spaces.

    Can someone help me, please?

    Your Oliente

    http://Kasyan.HO.com.UA/downloads/RecordFindChange_CS3_Kas.zip

    This script writes the current preferences of find/replace in a text file so that you can copy and paste the in a list file search/replace. It will be useful for those who use the FindChangeByList.jsx script and have trouble with editing files FindChangeList.txt
    Written by Martin Fisher (I made a few minor changes: translated from the German text into English)

  • Change the text color with the eyedropper tool

    I've seen cc Photoshop tutorials where you can change the text color by using the eyedropper tool on the color swatch Panel. When the text is selected and the color swatch Panel is open. When I chose is which color I want out the color swatch Panel all them it does to change the foreground color and return to the soil box, why it changes the color of the text, as I have seen in tutorials?

    Any help would be appreciated.

    Thank you

    Rchjr

    When highlighted often is difficult to tell what color the text. You can work around this by doing the above, pressing ctrl-H or cmd - H on the keyboard and the highlight will be removed, but the text remains selected. Its exactly the same procedure that you use to make the mobile dotted lines disappear just leaving an active selection. Obviously the text tool must be still in use for all this to work with text.

  • I'd like to edit a PDF secure document did not change the text, or the layout at all I would do is highlight the text.  How can I do this?  With the help of Adobe Acrobat DC 15.9.20077.160923

    I'd like to edit a PDF secure document did not change the text, or the layout at all I would do is highlight the text.  How can I do this?  With the help of Adobe Acrobat DC 15.9.20077.160923

    You know the password? Otherwise, the security policy does not allow adding comments in the file, then there is nothing you can do about it.

  • Change the text / sprite Shared Library

    Dear Adobe,

    Currently I am trying to edit the text of a project/site Web Flash. Flash project structure is as follows:

    -Main.fla

    -Section1.fla

    -Section2.fla

    -Section3.fla

    -Section4.fla

    The Section3.fla file contains the text that I need to change. I noticed that the text will be visible inside the library:

    File "/ Sprite/sprite 11.

    and

    "/ Text/text" 10 file

    But when I try to change the 10 text file I get the message: "this symbol is imported from a shared library. If you change this symbol, it is is more imported. Would continue you? ».

    If I click on Yes and change the text and replace the Section3.swf with the new, the site still displays the old text.

    How can I change this? Can someone help me please?

    Kind regards

    Mike

    I have it solved! I was check the folder sprites (inside the library) and I noticed a file with the text that I needed to change. So I've just updated the text exported as SWF and it worked.

    Also, I found a nice Firefox very convenient addon "button to clear the cache. It helped me to be allocated to ensure that the site has updated to the latest version.

    Thank you for helping us kglad.

    Gr. Mike

  • Change the text color to RGB using JavaScript value

    I have a text to channel 17 cast member and would like to change the color of the text with JavaScript. I tried a few different methods, but don't see any visible change in the text, it remains simply white. What Miss me?

    Try changing the color of the Member:
    Sprite (17).member.color = color (6, 6, 6);

  • How can I add a right click Menu mouse to click 'CANCEL' * and * "REDO" button to change the text in Firefox?

    How can I add a Menu with the right mouse button to display a "UNDO" AND "REDO" button to change the text back in Firefox without losing or forgetting the changes as I can under Google Chrome? -OMG I told dinnt - SORRY!

    Glad you stuck with this issue cuz I pulled a real boner trying to fix. I was totally distraught on the main menu of * two * UNDO and REDO. If you remember that I tried to install the menu shortcut for UNDO them and REDO and totally rejected the idea that they might be under Edit on the crazy Main Menu which of course, they have been and worked like a charm. THANKS again man, you are a true hero!

  • How to change the text in the taskbar?

    I want to change the text that appears in the windows taskbar. Currently it shows the title of the Web page that you opened. I mean "Mozilla Firefox" all the time. This can be changed?

    https://addons.Mozilla.org/en-us/Firefox/addon/nightly-tester-tools/

    Nightly Tester Tools has an option to create custom text for customized by using the "Titlebar" window in tools title bar > Nightly Tester Tools > customize Titlebar. You can use the 'Variables' listed or just type anything you want displayed on the title bar, or even a combination of Variables with your own text.

Maybe you are looking for