Hi Islam,

Detailed description of the submission configuration can be found in the 
DSpace documentation,
see [dspace-source]/dspace/docs/html/ch11.html#docbook-submission.html

Basically:
1. Make sure the metadata field you want to add is registered via the 
metadata registry.
2. edit [dspace-source]/config/input-forms.xml.
Add a field <field>...<field> to the page of the form
A field consists of:
- <dc-schema></dc-schema>
   mandatory - metadata schema name
- <dc-element></dc-element>
   mandatory - metadata element
- <dc-qualifier></dc-qualifier>
   optional - metadata qualifier
- <repeatable></repeatable >
   Values: true or false
   Marks a field as repeatable.
- <label ></label > mandatory
   Label used in UI
- <input-type ></input-type > mandatory
   Type of input field
   The types are:
   - onebox - Simple Onebox for short texts
   - twobox - A pair of Oneboxes
   - textarea - A textarea
   - name -  A pair of textboxes for personal names
   - date -  Date, at least a year must be given
   - dropdown -  A selection list
   - qualdrop-value - A selection list combined with a onebox
- <hint></hint>
   mandatory - Hint used in UI
- <required></required >
   If this field contains any text, the field is marked as mandatory.
- <visibility></visibility>
   Visibility during Workflow and Submission
   - workflow - Only visible in workflow
   - submit - Only visible during submission
   If nothing is given, the field is visible in both submission and 
workflow.
3. Rebuild and redeploy your application
4. Note, this will not add the newly ingested metadata to the default 
itemdisplay, search and browse, unless the field used is allready part 
of these.



Claudia Jürgen




Islam Ahmad schrieb:
> Dear All, I want to add  more input-type into submission forms. How it
> may be possible? Please help me. ThanksIslam
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to