Top "Selected" questions

This is a general tag used when talking about one or more GUI element(s) that is/are selected by the user.

How do I style selected item in Android ListView?

I am an Android newbie trying to learn the UI side of things and it's doing my head in. Here's …

android listview coding-style selected
Symfony2 - Set a selected value for the entity field

I'm trying to set a selected value inside an entity field. In accordance with many discussions I've seen about this …

forms symfony entity selected
How to find an option tag with a specific value using jQuery

I'm trying to set an option with a specific value as selected (using jQuery). I've got a string: var data = …

jquery find option selected
how to get selected text from iframe with javascript?

<html> <body> <script type="text/javascript"> function smth() { if (document.getSelection) { var str = document.…

javascript iframe selected
Set ComboBox selected item highlight color

I need to change the highlight color of a ComboBox's selected item in the popup list. I've found several tutorials …

wpf combobox highlight selected
yii -> dropDownList -> CHtml::listData -> set selected value

How can I set the selected value in the following statement: echo $form->dropDownList( $model, 'land_id', CHtml::listData(…

drop-down-menu yii selected yii-chtml
How to get selected option using Selenium WebDriver with Python?

How to get selected option using Selenium WebDriver with Python: Someone have a solution for a getFirstSelectedOption? I'm using this …

python selenium selenium-webdriver selecteditem selected
Set selected value jQuery dropdownlist

I am trying to set the selected value in a dropdownlist using jquery, I have this: $('.option_vehiculo', '#…

jquery select set selected
How to programmatically select RadioButton in an activity

In my project, I get the value of the gender from the database as 0 and 1. 0 for male and 1 for female. …

android button radio selected
Spinner with custom ArrayAdapter for objects not displaying selected item

I have a custom ArrayAdapter to represent objects on a spinner control, I can load my items list and show …

android view spinner android-arrayadapter selected