[All Adaptavist Apps]

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Moving to a hidden target

 

Wiki Markup

As

we

mentioned

earlier,

you

can

define

hidden

targets

that

only

appear

when

something

is

moved

in

to

them:

{
Code Block
}
{div:id=target3|style=background-color:yellow;display:none;}
this will only appear when something is moved here
{div}
{div:id=target4|style=background-color:blue;display:none;}
this will only appear when something is moved here
{div}

{move-to:target=target3}make target 3 appear!{move-to}
{code}

As

you

can

see,

our

"target4"

(with

the

blue

background)

doesn't

appear

because

nothing

has

been

moved

to

it.

 

CSS Customisation

Not applicable for this macro.

...