Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges


AEM as a Cloud Service 2022.7.0 - Release update: https://adobe.ly/3paYDAo

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved

  • 07-11-2011
    I created a simple table: the page it's on is flowed, page break is checked. pagination is: following previous and continue filling parent.The table has page break checked, pagination is: following previous and continue filling parent. Row1 has page break checked, pagination is following previous an...

    Views

    1.4K

    Likes

    0

    Replies

    9
  • 07-11-2011
    Hi,I have created a form that contains both positioned and flowed fields. I have also set controllers to add and remove instances. The particular problem I have is with a field that I have set to flowed and when it flows over to the second page the field shifts to the far left (in my original placem...

    Views

    568

    Likes

    0

    Replies

    2
  • 07-11-2011
    I've gotten subforms to be hidden and visible before, but I'm really having a problem with this one. And it seems so easy, just two radio buttons. Here's the JavaScript on the click event of the radio buttons: switch (this.rawValue){case "1": page2.addlAppFlowed.addlApprovals.presence = "hidden"; pa...

    Views

    2.4K

    Likes

    0

    Replies

    6
  • 07-11-2011
    I'm modifying an access request form that we use. Depending on whether the request is for new access (for a new user) or a change to existing access, there may be more than one person who needs to receive the form. I need to know how to modify the EmailAddress property of the EmailSubmitButton in re...

    Views

    1.5K

    Likes

    0

    Replies

    6
  • 07-11-2011
    Good Day All;This is the first time I have tried using radio buttons on a form, so this question "might" be very simple to most of you.I have a list of questions to add to a form and the user is to answer the questions using radio buttons. There will be 3 buttons for each question. Yes, No, and N/A....

    Views

    1.3K

    Likes

    0

    Replies

    7
  • 07-11-2011
    I'm modifying an access request form that we use. Depending on whether the request is for new access (for a new user) or a change to existing access, there may be more than one person who needs to receive the form. I need to know how to modify the EmailAddress property of the EmailSubmitButton in re...

    Views

    1.4K

    Likes

    0

    Replies

    1
  • 07-11-2011
    Hello, I use checkboxes to add new data/lines into my table.Everything seems to work fine. My table is correctly filled but the xml data on preSubmit is totaly wrong.You can also check it in my sample file.My code:function addNewLine(CheckBox){ var counter; if (CheckBox.rawValue == "X"){ // add new ...

    Views

    957

    Likes

    0

    Replies

    3
  • 07-11-2011
    HelloI put a DATE field in my_form, fine, but i need to pre-populate/default it with the current's date, for example, if today the user has opened the form, this field should come up with todays(11/7/2011) date.I got the code snippets from the below links, finehttp://stackoverflow.com/questions/1531...

    Views

    986

    Likes

    0

    Replies

    0
  • 07-11-2011
    HelloI put a DATE field in my_form, fine, but i need to pre-populate/default it with the current's date, for example, if today the user has opened the form, this field should come up with todays(11/7/2011) date.I got the code snippets from the below links, finehttp://stackoverflow.com/questions/1531...

    Views

    7.7K

    Likes

    0

    Replies

    6
  • 07-11-2011
    Hi,I use a list which is filled with objects in flex3. I get my objects from array created from an arraycollection(userManager.userCollection).I have got a collectionevent to refresh the list , in case a new user logs in or logs out by rebinding it to array created from userManager.userCollection. I...

    Views

    407

    Likes

    0

    Replies

    0