Hi Tim, I'm trying to programmatically add new fields for the create Community and create Collection pages in DSpace v7.x. I've determined how to use various dynamic controls (e.g. DynamicSelect, DynamicTextArea, etc) to create different types of input fields.
Meanwhile, I can use the xml files to modify and add fields in the create Item page (i.e Edit Submission). This is well-documented, though I've had difficulty with some style issues. For excmpale, I could move the Upload step to the top of the page, but I couldn't make it sticky. The Confluence DSpace documentation suggests that "input-forms.xml" was integrated into "submision-forms.xml" in v7.x, but this doesn't seem to be the case. This led to the conclusion that we need to make changes to create Community and create Collection programmatically. Hence I'm trying to determine how the xml files "item-submission.xml" and "submission-forms.xml" are parsed by the code and converted into HTML. I believe that this will explain how the submission fields are defined for Items via xml and thus how they can be modified programmatically for Collections and Communities, Can you please point me to where this parsing occurs? It seems to me that this would provide the key to understanding how all of these fields are converted into HTML, either dynamically via .ts files or statically via xml files. Thanks for your attention, -Pierre- -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/d5669c1f-40f7-4307-8ccc-28246df9be80n%40googlegroups.com.
