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 <cbar...@uw.edu>
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
> DSpace-tech@lists.sourceforge.net
> 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
------------------------------------------------------------------------------
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
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to