NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Wiki Markup
{scrollbar:icons=false}
h1. Enter Field Data with the 
Scrollbar
iconsfalse

...

Set-data Macro

...



The set-data macro allows the user to enter text in a single-line or multiple-line text field.

...



[More

...

Code Block
 information|http://www.customware.net/repository/display/AtlassianPlugins/set-data]

{code}{set-data:[Field Name]|type=[text/number/date/boolean/content/attachment/user|format=[date or number format]|hidden=[true/false]}Value{set-data}
Code Block
{code}

{code}{set-data:TestSetDataField|type=text}Test of Set-data{set-data}{code}

{set-data

...

:TestSetDataField

...

|type

...

=text

...

}Test of Set-data{set-data

...

}

The get-data macro can display this data.

...



{code
}{get-data:name=TestSetDataField}{get-data}{code}

{get-data

...

:name

...

=TestSetDataField}{get-data}

{scrollbar:icons=false}