Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 Now we must define a pair of variables that will be passed to LayoutTag class file: scriptaculous and jquery.

Code Block
languagehtml/xml
titledspace-tags.tld
collapsetrue
<tag>
    <name>layout</name>
    <tagclass>org.dspace.app.webui.jsptag.LayoutTag</tagclass>
    <info>Lays out an HTML page</info>
...
    <attribute>
      <name>scriptaculous</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
     <attribute>
      <name>jquery</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
...
  </tag>