Pop-up

How can we achieve this

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Here is the Basic template for your requirement , do the necessary changes

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    {
    a!localVariables(
    local!click: false,
    local!options: {
    "Properties",
    "Versions",
    "Rename",
    "Download"
    },
    a!cardLayout(
    contents: {
    a!buttonArrayLayout(
    buttons: {
    a!buttonWidget(
    icon: "caret-down",
    iconPosition: "END",
    label: "MORE",
    saveInto: a!save(local!click,not(true)),
    style: "OUTLINE"
    )
    },
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
     

    and one more thing POP UP is not possible for now in appian instead use this https://appian.rocks/2023/08/14/overlapping-card-layouts/

Reply Children
No Data