Color design 'States' copy to another page

I am using a widget with tabs on one of my web pages and succeeded (finally) set the colors of the tab and the colors of text for various States, just as I wish they were. I want to use the same design on an Accordion widget on another page, but it seems I have to yet again from the beginning. Is there a way to record the pattern of color/text/States and apply it to another widget (or button or other)?

Starting up again every time is irritating,

One of reasons for irritation, is that "selection of text image" with the dotted line through the text where I can edit the States is very difficult to isolate.Text.JPG

(When it looks like this ^ then States are indicated)

I can get it with the widget by tabs, but in the Accordion widget, it jumps still from 'container' with States to "text frame" without being identified, States the text without editing herself. Capisch? Hard to explain.

Karen

Post edited by: siegbrunn

OK, there are a few issues that should be mentioned here.

Lets start with the dotted in the text line. The sole purpose of this line is to indicate where the bottom of your text frame should be. If you insert text that is larger than your block of text, it is a defiler Visual of how the text box developed to adapt to the larget text. There is no association with the States I know.

Then, it seems that you have found and are to understand how to use the States Panel. It can be difficult. There are two other Siparium, you need to know about: Panel The graphic Styles and character Styles Panel. These will allow you to save the graphic configurations or textual configurations to be applied to other things later. In addition, when you change one of these styles, it will automatically update everything that uses the style. If you do not see these panels, use the menu command "window > Graphic Styles ' or 'character Styles.

And finally, the Accordion widget as well as some other widgets are slightly different in that the buttons they use are just a block of text, rather than a Rectangle with a block of text above them. Directly edit the text block is fine. You should be able to apply effects to a block of text that you would be in a position of a Rectangle. They also have the same States, you can find help from the States Panel (window > States).

Hope that helps.

Tags: Adobe Muse

Similar Questions

  • Auto form field change color/data from pronounce on another page

    Adobe form help.jpg

    Hello!

    I recently got help on the forums and was able to write javascript to change the form fill and border based on an entry of individuals (thanks!).  I am now to experience the problems that I continue to work on this document.  I drew a picture that illustrates 3 different results, its located above.  To explain what I need, here is how the form is supposed to work:

    1. a user enters the State of equipment on page 2, I make sure that only AAA, BBB, CCC or s/o became acceptable.  Each value changes the field of form as shown above and n/d is no change on the ground at all.

    2. based on the user to page 2 input, I'm trying to get a form field only read to a "general status" page to change the color and change its value based on these entries.

    The three columns above show the 3 possible outcomes of the general State of page 1, that is to say:

    1: date of AAA [BACKSPACE] page 2 Date1 field. (all user entries are AAA (n/a which is not taken into account))

    2: date of BBB [BACKSPACE] page 2 Date1 field. (user input contained one or more of the values BBB or CCC)

    3: date of CCC [BACKSPACE] page 2 Date1 field. (all user input were CCC)

    I do this train to work and don't have adobe Adobe Acrobat XI worm: 11.0.13 at home.  Thanks for the help and if my description or photo is confusing, let me know and I can try to explain it differently.  Each column is a document, the document possible self doesn't have a 3 columns.

    J

    Let's see if I understand:

    1. the user enters 'AAA', and the color of the background/outline field turns green.

    2. the user enters "BBB", and the color of the background/outline field turn yellow.

    3. the user enters "CCC", and the color of the background/outline field turns red.

    4. the user enters "S/o", and the default color (it looks like teal) will be used

    4. If all the entries on page 2 are of the same color or the value "N/a", this color will be used for the field page 1

    5. If all the entries on page 2 are not the same color or the 'N/a', 'yellow' color value will be used for the field page 1

    Describes the behavior of the form?

    I would use a document level function to manage both the validation of the seizure and the choice of colors. The first part of the function (validation) is quite simple. The second part (setting the current color of field) is something that you already know how to do it. The third part, determine the color of a field of the general State is a little more complicated. I would like to look at all the fields that are not current on the ground - loop - (because you can just make a call to Doc.getField ()), then take the current information in the field of the event object in the validation script and determine what should be the status of the output (and then set the color accordingly).

    Something like this should work:

    function ValidateStatus() {
        // is the data entered either "AAA", "BBB", "CCC", or "N/A"?
        if (event.value == "AAA") {
            event.target.fillColor = color.green;
            event.target.strokeColor = color.green;
        } else if (event.value == "BBB") {
            event.target.fillColor = color.yellow;
            event.target.strokeColor = color.yellow;
        } else if (event.value == "CCC") {
            event.target.fillColor = color.red;
            event.target.strokeColor = color.red;
        } else if (event.value == "N/A" || event.value == "") {
            event.target.fillColor = color.cyan;
            event.target.strokeColor = color.cyan;
        } else {
            event.rc = false;
            app.alert("Only the values 'AAA', 'BBB', 'CCC', or 'N/A' are allowed");
            return;
        }
    
        // set the field on page 1
        var fields = ["Status1", "Status2", "Status3", "Status4"];
        var theStatus = "N/A";
        for (var i in fields) {
            var v;
            if (fields[i] != event.target.name) {
                v = this.getField(fields[i]).value;
            }
            else {
                v = event.value;
            }
            if (v == "N/A" || v == "") {
                continue;
            }
            else if (theStatus == "N/A") {
                theStatus = v;
            }
            else if (theStatus != v) {
                theStatus = "BBB";
            }
        }
        var msg = theStatus + "\n" + this.getField("Date1").value;
        var theColor;
        if (theStatus == "CCC") {
            theColor = color.red
        } else if (theStatus == "BBB") {
            theColor = color.yellow;
        } else if (theStatus == "AAA") {
            theColor = color.green;
        } else {
            theColor = color.cyan;
        }
        var f = this.getField("OverallStatus");
        f.value = msg;
        f.fillColor = f.strokeColor = theColor;
    }
    

    You then call it in four areas as a custom validation script:

    ValidateStatus(event);
    
  • I have customized a widget and want to reuse on another page. How save, copy or reproduce them? With the help of the iMac and Muse 2015

    I have customized a widget and want to reuse on another page. How save, copy or reproduce them? With the help of the iMac and Muse 2015

    You can just copy/paste the enchilada itself on another page, pretty easy!

    If you want to reuse more often, you can open the library or libraries CC , to store and later hanging out once again. Note: for the creation of an article in the 'old' library, you must select the element on the page and click on the new icon in the " library " window To create an element of CC libraries , you can simply drag something in and out of the window libraries CC .

  • I have 6 buttons on the navigation bar that point to 6 different pages - the buttons are all the same color - if I am currently on [say] page 3-How can I me key menu 3 to change color and state that I am on page 3?

    I have 6 buttons on the navigation bar that point to 6 different pages - the buttons are all the same color - if I am currently on [say] page 3-How can I me key menu 3 to change color and state that I am on page 3?   using DreamWeaver CC

    Among the contributors here has a nice page explaining how to do what you want, using css.

    Indicator of persisting in the Menus - Page http://alt-web.com/

  • Copy the value of the item to another page of the apex in a field

    I have a main table and adds a new button.

    In my master table, there is a client code.

    If I press this button again, I will be referred to another form on another page where I can create log files.

    For the moment, I have to insert the client code in this form.

    How is it possible to copy the customer ID, if I press the new button in the main table, if this customer code (value) will be copied

    in another article on my other page?

    Hello

    What version of APEX are you using?

    Solution for this should be simple.

    Just edit the button element. Assign it "Action when the button is clicked" "redirect to the page of this application.

    "Then set: Set on these elements ' with the name of the target element and the 'with these values" with the name of the source element.

    The same works also for reports. But instead of the nom_element, you must add the column name as: #COLUMN_NAME # for 'with these values.

    Concerning

    J

  • Bug report - copy dynamic action to another page

    Hello

    In the wizard to copy a DA to another page, in my case, I have the type of selection "jQuery Selector", and the value of the attribute "jQuery Selector" does not get pre-remplis.

    Is - is this expected or just something missing in the wizard?
    I think I saw so, regardless of the type of selection.

    See you soon,.

    Scott

    Hi Scott,.

    I don't think that it is a bug by itself, even though I agree that this should be improved. We hope to improve the process of copying the dynamic Actions (as requested in the application Feature Requests) in a future version of the APEX, and we already have an enhancement request registered to do so, in which I've now also added a note and a link to this topic.

    Thanks for putting in place.

    Kind regards
    Anthony.

  • Copy the text of form field text box on another page

    Hi all

    I'm designing a document using Muse who, in a wizard-esque fashion, get the user to fill the fields of the form, and then the text entered in form fields is automatically filled fields of text on other pages so that a customized document can be printed.

    However, research, I made, I have not found anything I can use other than using PHP code style but I can't juxtapose that to bring the value of text to another page instead of an email.

    Any help would be greatly appreciated.

    Thank you, in advance.

    You need to add a custom to your form code to achieve this.

    These links will give you the correct answer:

    http://StackOverflow.com/questions/18474499/auto-populate-field-base-on-what-was-entered-i n - one other-field-simultaneously

    http://StackOverflow.com/questions/11660395/how-to-Autopopulate-an-HTML-form-and-submit-it - instantly

    http://icode4you.NET/website-forms-use-JavaScript-to-auto-fill-one-field-with-the-values-f rom-two-others-fields.

    If you use Adobe server for hosting your site, this document will allow:

    Customization of Web Forms

    Thank you

    Sanjit

  • Go to the State of the OSM, which is on another page

    Hello

    It is possible to navigate the State of particulat DCL, located on another page?

    N °

  • I can copy a Master Page from one document to another?

    HI - it is perhaps a fundamental issue, but I did not yet understand the answer. I have a site .muse with a Master Page that I used... I want to use the same Master Page on another .muse site that I'm working on. Is there a way I can copy the Master Page of the site ended up in it that I work? Any help is appreciated.

    Thank you

    Blair

    Hey Blair,

    You should be able to do by simply selecting (Ctrl + A) and copy (Ctrl + C) all content from the page master of the Site1 and paste in Place (Ctrl + Alt + Shift + V) into the master page of Site2.

    Thank you

    Vinayak

  • Copying data to another page

    I am trying to find a method to copy the information to rows in the table (or subforms) to another page. It is a form of spreadsheet of costs we want vendors to fill, but we want only lines of billing used appears on the print page. There is a certain line items and there are five columns of data.

    I guess this can be done with a loop looking for 'hasValue' in a column "quantity" or could be done with a click on a button that activates the lines that are used.

    I think that, on the print page, there will be a table that grows with the selected line items. I don't know how just copy a line to another good place - so I guess we could walk the active lines and copy the data from each cell.

    Another method would be to have tables in doubles on the printout with all the hidden lines and display only the rows that have a value.

    Someone at - it ideas? Looking for ideas.

    Hi Jono,

    Back in one piece ;-)

    The problem with multiple copies of Row1, is that they are not repeated instances of this line. Normally the oTable.Row1.instanceManager.count would give us the number of instances. But in this case it returns 1.

    Then what follows gets all objects with the same name (line 1):

    for (var j=0; j<=5; j++)
    {
         var oTable = xfa.resolveNode("Table1[" + j + "]");
         var rowCount = oTable.Row1.all; 
    
         console.println("Rows: " + rowCount.length);
    
         for (var i=0; i
    

    oTable.Row1.all gets all instances of Row1 in this table and then the length of this is a number (not the zero-based).

    The form is here: https://acrobat.com/#d=gNYUQyTXQ * aYoHPbIoWJHw

    Note that the script may fall if a line does not have a box, so I added these in temporarily, where missing in the last row of the table body.

    Good luck

    Niall

    PS: your code is solid!

  • Cannot open links that are supposed to appear in another page.

    Whenever I left click to open a link that is designed to open in another window, as a PDF file or a few sites Web which are supposed to the top of the page open in another window, the site opens very briefly with the words subject: empty, then it closes immediately.

    How can I fix it?

    Thank you!

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode without failure.
  • Having saved palettes of colors and values CMYK in the color picker, how do I add Pages 5.6.1 color picker in my MAC (OS 10.10.5) system directory, so it does not work with other programs e.g. Word? I saw way back with Tiger BONES.

    Having saved palettes of colors and values CMYK in the color picker, how do I add Pages 5.6.1 color picker in my MAC (OS 10.10.5) system directory, so it does not work with other programs e.g. Word? I saw way back with Tiger BONES.

    What you want to replicate from El Capitan in Yosemite?

    1. The file containing all the samples stored color of the Apple color picker?
    2. The color picker itself?
    3. Both?

    Question 1 is a simple transfer of a single file.

    1. From the Finder, press shift + cmd + G keys to go to the folder. Copy and paste the following in this dialog box:
      ~/Library/colors
    2. The file has your stored color swatch is: NSColorPanelSwatches.plist
      1. On Yosemite, quit Word, Pages and other applications that use the Apple color chart
      2. Repeat step 1 on your machine of Yosemite
      3. Rename (do not remove) the Yosemite NSColorPanelSwatches.plist existing NSColorPanelSwatches.plist.old
      4. Copy the color swatch file El Capitan in Yosemite file location
    3. Launch the applications that use the color chart to see Apple El Capitan from swatches.
  • When I press OK on my 4280 printer to copy the alignment page, it shows "paper"? Nothing prints.

    All-in-one printer, HP Photosmart 4200

    Windows Vista 32-bit

    When I press OK on my 4280 printer to copy the alignment page, it shows "paper"? Nothing prints.

    Thank you very much for your answer. As suggested, I tried the hard reset nothing helps. Since then, my printer has me faithfully helped the last 4 years, I thought that it is preferable to ask for rest & buy another HP printer. I am proud to say, I am very pleased. Thanks Shane.

  • to access the variables in a page in another page qml

    Hey gang,

    I've been watching some of the other problems autour to access the variables from one page on another page qml qml, and I can't get this to work.

    I have a page, main.qml with a NavigationPane.  The NavPane has a Page and some containers.

    I have a property defined in the NavigationPane like this:

    NavigationPane {
        id: mainNav
        backButtonsVisible: true
        property int customInt: 2
    
        onCustomInt: {
            console.log("  -------------> App: customInt");
        }
    

    I have a ComponentDefinition for next page, called SettingsPage.qml.  In the settings, I have two drop-down lists and a slider.

    Page {
        actionBarAutoHideBehavior: ActionBarAutoHideBehavior.HideOnScroll
        id: pgSettings
    
        ScrollView {
            id: pageScroller
            scrollViewProperties.initialScalingMethod: ScalingMethod.AspectFit
            Container {
                topPadding: 25
                bottomPadding: 25
                rightPadding: 25
                leftPadding: 25
                Label {
                    text: "Settings"
                    textStyle.fontSize: FontSize.XLarge
                }
            Container {
                id: dropDown1
                topPadding: 25
                bottomPadding: 25
                rightPadding: 25
                leftPadding: 25
                DropDown {
                       id: ddOption1
                       title: "Option 1"
                       verticalAlignment: VerticalAlignment.Center
                       horizontalAlignment: HorizontalAlignment.Center
                      Option {id: o1o1; text: "One"; }
                      Option {id: o1o2; text: "Two"; }
                      Option {id: o1o3; text: "Three"; selected: true; }
                      Option {id: o1o4; text: "Four"; }
    
                    onSelectedIndexChanged: {
    
                        switch (selectedIndex){
                            case 0:
                                //
                                console.log(" -->App: Option 1 Selector, On");
                                customInt = 0;
                                break;
                            case 1:
                                //
                                console.log(" -->App: Option 1 Selector, Off");
                                customInt = 1;;
                                break;
                            case 2:
                                //
                                console.log(" -->App: Option 1 Selector, Top (default)");
                                customInt = 2;
                                break;
                            case 3:
                                //
                                console.log(" -->App: Option 1 Selector, Bottom");
                                customInt = 3;
                                break;
                        }
                    }
                }
            } }
    

    I look forward to the the statement will change the level property NavPane, called customInt, but it doesn't.

    the output of the console shows that the ' App: Option 1 selector "gets selected in the dropdown list selected index changes, but the onCustomInt() funtion slot never gets called.

    I tried "mainNav.customInt = X" too, but the parameters cannot solve the mainNav.  I get "unknown symbol 'mainNav'" error with alittle bulb.

    what I am doing wrong?

    When you call the second page, SettingsPage.qml, set it as an object.

    Don't do the following:

    attachedObjects: [
    
        ComponentDefinition {
            id: settingsPageDefinition
            source: "SettingsPage.qml"
        }
    ]
    

    Follow these steps:

    attachedObjects: [
        // Definition of the second Page, used to dynamically create the Page above.
        ComponentDefinition {
            id: settingsPageDefinition
            Settingspage{
    
            }
        }
    ]
    

    Then the second page main navigation page in the IDE.  I had the same problem with a multi-page application, I created.

  • How to run to another page in a select list

    Hello

    I am newbie to APEX. Our version of the APEX is 5.0.2. Currently, I have a 7 page, which displays a selection list, of which user selects an element of value and then supposed to be directed to another page 8.  But nothing happens once I've selected only one item, say, he's not going anywhere.  Please let me know how I can fix the problem.  Thank you very much!

    Page 7, I turned "Go To Page 8" as:

    page7.PNG

    And then to page 8, I have:

    page8.PNG

    Best regards

    Hello

    Since you've already done this job, you probably realized that you need to add p7_study_name to Page elements field to submit and create a dynamic action related to this item (change), which updates the State of the list of sites.

    If you want to go to another page, when you select the item in the list, follow these steps:

    (1) create a dynamic action on p7_study_name, the Change event.

    (2) create a real action, Action: submit the page, button of request/name MY_REQUEST (or whatever you want).

    3) go to the processing Section and create logic to your page target Condition: Type Request = value, value MY_REQUEST

    Hope that helps.

    Pavel

Maybe you are looking for