quick question regarding text areas/boxes...
Hi all,
From what I understand it is only possible to have single line text inputs, i.e. <param type="text" size="10" ...
Is it possible to have multiple line ones? e.g. user input line 1 includes newline user input line 2 etc. Did I miss something in the wiki? Cheers, Kostas
Hi Kostas, To create a multi-line text box add an 'area=True' attribute to the param tag. For example: <param name="foo" type="text" area="True" size="5x25" /> Thank you for using Galaxy. rc On Jan 27, 2011, at 11:14 AM, Kostas Karasavvas wrote:
Hi all,
From what I understand it is only possible to have single line text inputs, i.e. <param type="text" size="10" ...
Is it possible to have multiple line ones? e.g.
user input line 1 includes newline user input line 2 etc.
Did I miss something in the wiki?
Cheers, Kostas _______________________________________________ galaxy-dev mailing list galaxy-dev@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-dev
participants (2)
-
Kostas Karasavvas
-
Ramkrishna Chakrabarty