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 to see rectangular marquee selected area size without cropping it ? in photoshop cs 5

How can i see rectangular marquee selected area size without cropping it ? It is very easy in paint.net but …

photoshop selected marquee dimension
What is the difference between the states selected, checked and activated in Android?

I'd like to know what differs those states. I didn't find any webpage clarifying this.

android android-view selected checked
rails erb form helper options_for_select :selected

I have an edit form in erb. <%= form_for @animal do |f| %> Within the code I have a …

ruby-on-rails ruby ruby-on-rails-3 selected form-helpers
how to style a selected button/link with css or javascript?

I would like to style my selected button. I would like to display a light-blue border around the image of …

css selected
javascript selected radio

I want to check what is the selected radio input. here is my code. <input name="u_type" type="…

javascript radio selected
thymeleaf multiple selected on edit

I am totally changing this question, as part of it was answered here with great help of Avnish! Tom sent …

edit option selected thymeleaf
How to set multiple items as selected in ListBox?

I have one ListBox with selection mode of multiple. In code behind, I want to set some values as selected. …

c# asp.net listbox selected listitem
C# Listbox set selected item

i have a C# listbox with the values Profile 1 Profile 2 Profile 3 I want to have Profile 2 selected when the form …

c# winforms listbox listboxitem selected
How to make the f.select rails selected

It's my code: <%= f.select :area, options_for_select([['a','a'],['b','b'],['c','c']]), {}, {:class => 'span3 controls …

ruby-on-rails select option selected
How to Get Selected Text and Value Android ListPreference

The XML file of my ListPreference <ListPreference android:key="lpBirim" android:title="Birim" android:summary="" android:defaultValue="0" android:persistent="…

android selected listpreference