Keti777 / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
1 stars 0 forks source link

enhancement suggestion: clickable options #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
allowing extended capability to have part of the option text be clickable
to some user defined functionality.

in my case, my dropdown options were PO numbers.  it would be nice to make
those PO numbers links to pop open that PO. 

something like
<option value="10">PO# <a href="showPO.php?ponum=10">10</a>: Acme Inc.
($1234.56)</option>

Original issue reported on code.google.com by krys...@gmail.com on 13 May 2010 at 8:46

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Further research has shown me that the browsers themselves discard structured 
html within the bounds of an OPTION.  The html spec itself declares the 
contents on an option to be text.  Since the embedded html is physically gone 
by the time DDCL sees it, there is little I can do.

Original comment by womohun...@ittrium.com on 13 Apr 2011 at 5:27