EPrints Technical Mailing List Archive

Message: #02907


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Re: Simple(?) eprints make_element question


I’m talking rubbish,  that is correct html!  Sorry and thanks for the help!


David

 

From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of John Salter
Sent: 16 April 2014 13:58
To: 'eprints-tech@ecs.soton.ac.uk'
Subject: [EP-tech] Re: Simple(?) eprints make_element question

 

I think you need to do:

my $option = $session->make_element( 'option', value=>"value1" selected=>"selected");

 

Cheers,

John

 

From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of David McElroy
Sent: 16 April 2014 13:49
To: eprints-tech@ecs.soton.ac.uk
Subject: [EP-tech] Simple(?) eprints make_element question

 

Hi List,

                I’m doing some work on a theme for our new repository, and I’m adding a <select> drop down form. I’m using:

 

 

my $select = $session->make_element( 'select', name=>"select_name”);

 

and

 

my $option = $session->make_element( 'option', value=>"value1");

 

to get:

 

<select name="select_name">

<option value="value1">value1</option>

<option value="value2">value2</option>

</select>

 

And I’d like to be able to add a ‘selected’ to one of the options.  So it renders like this:

 

<select name="select_name">

<option value="value1" selected>value1</option>

<option value="value2">value2</option>

</select>

 


Any ideas?

 

Thanks,

 

David McElroy

Research Data Management Officer

 

University of East London

Docklands Library

University Way

London E16 2RD

 

telephone: 020 8223 6467

twitter: davidlmcelroy

 

 

 

This message has been scanned by the UEL anti-spam filters hosted by Websense
Report this email as spam.