Charlene,
We are running XMLUI and all of our themes are based off a main institution
theme. The main institution theme's sitemap.xmap includes our custom CSS
file and JS file. I added this logic into our custom JavaScript file.
If the JQuery logic does not work properly, you might also need to ensure
that JQuery has been loaded before your custom JavaScript file.
Terry
On Tue, Jun 17, 2014 at 8:22 AM, Charlene Chinda Barina <[email protected]>
wrote:
> Hi Terry,
>
> Yes, they should be fairly stable, so this option may work for us. Could
> you give a suggestion as to where the code should go?
>
>
> On Mon, Jun 16, 2014 at 3:46 PM, Terry Brady <[email protected]> wrote:
>
>> Each of the input fields has a unique id on them, so I have found it
>> fairly easy to use jQuery bind custom code to item submission widgets when
>> present.
>>
>> If you have a fairly stable list of values that are assigned, you might
>> be able to solve your issue with some javascript.
>>
>> jQuery(document).ready(function(){
>> if (jQuery("#aspect_submission_StepTransformer_field_your_field").is("*"))
>> {
>> jQuery("input:checkbox[name=your_field]").each(function(){
>> find the label element for the checkbox
>> add a tooltip OR
>> wrap the label with an anchor tag and set the href based on the checkbox
>> value
>> });
>> }
>> });
>>
>> Terry
>>
>>
>>
>> On Mon, Jun 16, 2014 at 12:13 PM, Charlene Chinda Barina <[email protected]>
>> wrote:
>>
>>> Hi,
>>>
>>> We're looking at ways to improve faceted browsing and submission of
>>> items into our repository.
>>>
>>> Our submission process has a variety of metadata fields with specific
>>> terms, e.g.,
>>>
>>>
>>> 1. Program Management:
>>> If your item relates to program management, select one or more tags
>>> to describe your item.AdvocacyBudgetingCommunity Needs
>>> AssessmentsCurriculum
>>> DevelopmentFundraisingHuman ResourcesOutreach and MarketingPartnership
>>> BuildingProgram DesignStaff DevelopmentStrategic PlanningVolunteer
>>> Management
>>>
>>> Is there any way to link to, say, a glossary of what those terms may
>>> mean? Or is there another way we could include information so that a user
>>> could look up the meaning of a term and decide if their submission fits
>>> that topic?
>>>
>>> I know that in the input-forms.xml file we could have a longer display
>>> with the explanation as part of the item, like so:
>>>
>>> <pair>
>>> <displayed-value>Advocacy - tools to develop press releases,
>>> talking points, etc.</displayed-value>
>>> <stored-value>Advocacy</stored-value>
>>> </pair>
>>>
>>> But that compromises the readability of options when you're having them
>>> submit items.
>>>
>>> Any suggestions or ideas to accomplish this are very welcome.
>>>
>>> Thanks,
>>> Charlene
>>> --
>>> Charlene Barina, MPH
>>> Research Analyst 2, U.S. IMPACT Study
>>> The Information School
>>> 303-359-6347 | Skype: cbarina
>>> facebook.com/ImpactSurvey | twitter.com/impactsurvey
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
>>> Find What Matters Most in Your Big Data with HPCC Systems
>>> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
>>> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
>>> http://p.sf.net/sfu/hpccsystems
>>> _______________________________________________
>>> DSpace-tech mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>> List Etiquette:
>>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>>
>>
>>
>>
>> --
>> Terry Brady
>> Applications Programmer Analyst
>> Georgetown University Library Information Technology
>> https://www.library.georgetown.edu/lit/code
>> 425-298-5498
>>
>
>
>
> --
> Charlene Barina, MPH
> Research Analyst 2, U.S. IMPACT Study
> The Information School
> 303-359-6347 | Skype: cbarina
> facebook.com/ImpactSurvey | twitter.com/impactsurvey
>
--
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
https://www.library.georgetown.edu/lit/code
425-298-5498
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette