<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib
        PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
        "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">

<!-- a tag library descriptor -->

<taglib>
  <tlibversion>1.0</tlibversion>
  <jspversion>1.1</jspversion>
  <shortname>epi</shortname>
  <uri></uri>
  <info>Tab library for integration of ODC light weight editors with portlets.</info>

  <tag>
    <name>callEditor</name>
    <tagclass>com.ibm.wps.odc.editors.portletintegration.tags.CallEditorTag</tagclass>
    <teiclass>com.ibm.wps.odc.editors.portletintegration.tags.CallEditorTEI</teiclass>
    <bodycontent>JSP</bodycontent>
    <info>Creates link to editors in a popup window.</info>
    <attribute>
      <name>type</name>
      <required>true</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
      <name>mode</name>
      <required>true</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
      <name>locale</name>
      <required>true</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
      <name>directory</name>
      <required>true</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
      <name>document</name>
      <required>true</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
      <name>docId</name>
      <required>true</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
      <name>uid</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
      <name>title</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>
  
  <tag>
      <name>createDocumentId</name>
      <tagclass>com.ibm.wps.odc.editors.portletintegration.tags.CreateDocumentIdTag</tagclass>
      <bodycontent>JSP</bodycontent>
      <attribute>
        <name>var</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

  <tag>
      <name>setCSSFiles</name>
      <tagclass>com.ibm.wps.odc.editors.portletintegration.tags.SetCSSFilesTag</tagclass>
      <bodycontent>JSP</bodycontent>
      <attribute>
        <name>var</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

</taglib>