The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
11 views

How to keep the value of a dropdown selected after post (razor)

I have this dropdown in my form and it shows a list of names called from a database. Whenever I select one and submit the form the page refreshes to show the results and the selected value goes back ...
1
vote
0answers
13 views

Prevent losing focus of ScrollView element while scrolling ScrollView

Lets say I have some Button objects (View) inside my HorizontalScrollView. When I press one of them, I set a focus to it (it is being highlighted): Button candidateButton = (Button) v; ...
0
votes
1answer
18 views

Set focus on selected item of listview

I have a gridview within my listview (xaml) I set the selected item in my listview by a index value. This works fine. Now I want the keyboard focus to be on the selected item. I'm able to set ...
0
votes
2answers
40 views

How do you iterate each character within selected text in Word using VBA?

I'm trying to iterate through selected text within a loop (until done) and retrieve each character in order. The objects within Word seem much different than in excel where I can do this quite ...
0
votes
2answers
31 views

JQuery selector for a non-option element with attribute named “selected” in IE8-IE9

Well I have an html table with some TRs something like these bellow <tr id="myId" class="aRandomClass" selected="TRUE">...</tr> <tr id="myId2" class="aRandomClass" ...
0
votes
2answers
38 views

jtree right click selects just one node

I have a JTree and I can (ctrl) select multiple nodes. When I right click, I get a popup where I can choose 'refresh'. (there are other questions on this site that explain how to do this) The problem ...
1
vote
2answers
60 views

How to change the text of selected text in Java?

I want to change the text of selected text in JTextArea. For example when i press button i want the selected text to be change (Original Text Selected - I want to replace like this when i press the ...
1
vote
1answer
36 views

UIButton Highlighted State not showing when clicking over a Selected UIButton

I want my UIButton to show up the highlighted state when I click over a button that is already selected. Basically in the highlighted state I apply a *.png image as my UIButton backgroundImage to ...
0
votes
1answer
11 views

Deleting current row jQuery

I'm trying to delete a table row using jQuery. I used all the methods I could find and none work. I have a delete on the end of each row and when I click it I trigger a function which should delete ...
0
votes
0answers
27 views

want to save all checked checkboxs values (ID values from gridview) to database

I have problem with this code. When I choose (check) more then one checkbox, in my database is entered only the first selected row, and not the other. Here is my code: protected void ...
0
votes
0answers
31 views

How can I change an image src, which is inside a tab, when this tab is currently selected?

I need some help for a specific problem. I haven't found anything to help me yet so I'm just asking. I use tabs (Bootstrap), and inside each one of them there is an img and a small text : <div ...
0
votes
1answer
34 views

$selected attribute not working in codeigniters form_dropdown()

I have an editform with a dropdown for choosing a category. I also made a function for getting the category from the database. I set an array $opties for the dropdown to select form and a 'selected' ...
0
votes
0answers
14 views

How do I keep the text color from changing when an item is selected in a WPF datagrid?

I have a WPF DataGrid in which the text colors provide a key to information in a chart. When I select a line in the DataGrid, I would like to prevent the text color from being changed [or else reset ...
0
votes
1answer
68 views

c# datagridview in tab control not drawing changes after first switch to tab

The setup: I have a tab control and a datagridview (under the tabpageindex==2). the datagridview is bound to a datatable. In the tab control's tab_Selected event, if tabpageindex==2, I change some ...
1
vote
0answers
13 views

CakePHP and multiselect checkbox

I'm sorry I've looked everywhere. For sure I'm doing a basic error in PHP using arrays. FormHelper returns me the correct HTML input checkbox only when I use the parameter 'selected' => array ...
0
votes
0answers
7 views

Treeview issue selecting and displaying

I'm trying my hand at the treeview controll. What I'm trying to do is take a prepopulated treeview and when I click a node, a corresponding panel becomes visible. when I select another node, that ...
0
votes
1answer
93 views

how to highlight selected jquery ui tab?

I've learned how to create a jquery ui tab, thanks to http://jqueryui.com/tabs, and customized the look of it. I've been searching the web on how to highlight a selected tab by changing it's ...
-4
votes
1answer
44 views

How to check if checkbox is chacked with if [duplicate]

First of all, sorry if my english is bad. I'm new to Java and I have to do an exercise for my school. At the start I got a standard price of 8 euro's for a pizza. When I check the jCheckbox which ...
0
votes
0answers
22 views

firefox doesn't display text value in form when selected=“selected”

Firefox doesn't show form correctly (Chrome and IE show same form without any problem). In Firefox in first line in form text value doesn't appear. In Firefox Firebug shows: <td> <select ...
0
votes
0answers
38 views

<form:select> does not comes selected

My page has some combos but I don't know why one of this combos doesn't comes selected on edit mode. If i put to show the value and the id of the fiel with the values appears ok, because of this ...
0
votes
1answer
129 views

remove item selected of first comboBox from second comboBox c# windows form application

I am having a problem: I am making a Windows Forms application in C#. The problem I'm having is I have 4 ComboBoxes, and when I select an item from comboBox1 that item should be removed from ...
0
votes
2answers
89 views

grails: sum selected values

I have a select in Grails as follows <g:select name="receiptItems" from="${myGrailsProject.ReceiptItem.list()}" multiple="multiple" optionKey="id" optionValue="description" size="5" ...
0
votes
0answers
93 views

yii method to disable selected options from multi select dropdown

I am using yii dropdown with active records in that i am using multiselect dropdown. i am creating data with in which i am selected multiple option from dropdown.. while updating i want to disable ...
0
votes
0answers
74 views

Rename the Selected child node or sub child node in C# treeview

I'm very new to c# programming.In my project i'm trying to change the name of selected node in a treeview during run time. Wanted to give an option for the user to change the name of his choice in run ...
0
votes
1answer
92 views

get selected value of a drop down which is populated with results from an SQL query

So I have a drop down populated with the names based on an SQL query. I want to be able to see which option the user selected before they pressed submit and use this as a variable on a separate php ...
0
votes
0answers
95 views

How to fetch selected drop down value in partial cshtml page

I have a partial page in which I have to fetch a selected value form ddlb. The ddlb is on another partial page. cshtml code:- <div id ="destancillary"> <hr style="border:1px thick" ...
0
votes
0answers
16 views

jquery-ui selectable : last call to the selected event?

on a jQuery UI selectable widget, I intercept the selection of a group of item by using the follwing code: $('#selectableCellPlanning').selectable({ selected: function( event, ui ) { ...
0
votes
1answer
210 views

Metro app: ListView ItemTemplate DataTemplate for selected item

I created a SplitPage view from canned templates that has the following ListView definition: <!-- Vertical scrolling item list --> <ListView x:Name="itemListView" ...
0
votes
1answer
191 views

Change Image on Check Box Jquery

I am building a site that will give users a preview of their selection (image). As it stands now, both individual functions work, but its a bit confusing because, the checkbox does one thing, but ...
1
vote
2answers
52 views

How to select the selected option field in dropdown in php

Consider the following command: echo '', $row['name'], ''; Now how do I add the following code into the code I'm doing does not work either. if ($row['name'] =='class2' )echo " selected ";
0
votes
1answer
69 views

How To Determine Which Radio Button Was Selected In Javascript

Hey Guys im trying to figure out how to determine which radio button was selected using only javascript... I know it would be easier using some jquery, but i would perfer javascript for now.. I know I ...
0
votes
1answer
28 views

when URL SET SELECTED in select option

guru! I have some url: /montazh_form/#slide1 /montazh_form/#slide2 /montazh_form/#slide3 When i enter to my site from the first links, my select option should be selected for his value like in ...
0
votes
1answer
62 views

Create checkboxes instead of select with jquery

Hy, I have the following situation. I have a form where I read from database values and put them in an select like this HTML code : <select id="model" name="model"> <option ...
1
vote
3answers
266 views

Xcode: set image on button only for default state, not also selected

I am new to Xcode and iPhone programming in general.. I have a simpel problem thats bugging me.. I want to set an image on a button, for it's default state. So i select the button, and in the "Show ...
1
vote
4answers
46 views

How to indicate that an LI with a link was pressed.

I made a menu and want to keep a pressed button a different color. I.E. If I am at the menu page, the menu button of the menu will be blue. I have read some online guides about menus and ended up ...
0
votes
0answers
182 views

Capybara assert dropdown having a desired value selected not working

$ruby --version ruby 1.9.3dev (2011-09-23 revision 33323) [i686-linux] gem 'rails', '3.2.9' group :test do gem 'cucumber-rails', require: false gem 'capybara', '~> 2.0.3' gem 'rspec-rails' ...
1
vote
2answers
49 views

JQuery - focus by click in form

I'm programming a contest app for a customer. Description: I have three pictures on a page. A user has to choose one of the picture, "select" it and click on "I want to participate". After that, he ...
1
vote
2answers
401 views

how to set multiple items are selected in ListBox?

i have one ListBox with selection mode of multiple. In code behind, i want to set some values are selected, which values are present in ListItems[] named as 'Names'. My code is here.. Html code: ...
0
votes
1answer
1k views

How to get selected row data of kendo detail grid

I am able to get the selected row in kendo grid ( master grid), But I am unable to get the selected row data in detail grid. Please provide me a code sample. Thanks, abhi
0
votes
1answer
163 views

jqGrid how to collapse row when clicking on other row

In a main grid, when I click on one row, it become 'highlighted' and the seven subgrids are showed. Here is an example where first row is selected, and near to be edited (work in progress) : Now, if ...
0
votes
1answer
195 views

Get selected file names in Dataview (extjs)

this.items[0].tpl = Ext.create('Ext.XTemplate', '{[this.tempValue()]}', '<tpl for=".">', '<tpl if="this.temp != title">', '<h3 ...
0
votes
1answer
79 views

HTML Default Option in Select Using PHP Is Not Working

I'm bug-proofing a form that allows data editing for book entries in a database. Everything is working except for the drop-down box. The drop-down box automatically populates itself with every unique ...
0
votes
0answers
74 views

Get the selected option using BeautifulSoup

from bs4 import BeautifulSoup soup = BeautifulSoup( '''<SELECT> <option value="1">ONE</option> <option value="2" selected>TWO</option> <option ...
2
votes
3answers
92 views

Creating a “selected item” javascript code for navigation menu?

I have a navigation menu with about 10 items, and I put together this code to update the links for which is selected and which is not. It manually updates classes. The problem is, as you can probably ...
1
vote
2answers
89 views

pulling my hair on codeigniter upload

So I keep getting an error saying that I did not choose a file to upload. I followed the codeigniter's site example, and searched a lot of topics with no success. PLease help me identify what I'm ...
-2
votes
1answer
40 views

How to select an option under <select> [closed]

Actually I have a html code <select id="edit_agent_lname" name="edit_agent_lname"> </select> and getting <option> from jquery bellow var commLists = ...
0
votes
2answers
604 views

Android: How to make selected spinner item to TextView?

I am trying to get the selected item from the spinner to be displayed DIRECTLY after it is selected. Imagine if this is like a quiz game. If you select one of the wrong ones, a TOAST will appear(which ...
2
votes
1answer
517 views

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 topic, I tried to set the data option but this doesn't select any of the values by ...
2
votes
2answers
353 views

Move Up, Move Down Buttons for ListBoxes in Visual Studio [duplicate]

I am trying to make a Move Up Button, and a Move Down Button, to move a selected item in a ListBox in Microsoft Visual Studio 2012. I have seen other examples in WDF, jquery, winforms, and some other ...
3
votes
8answers
108 views

jquery - Why do we write .attr('selected','selected') with select tag

why do we write .attr('selected','selected') with select tag For ex: $('#countryList option').filter(function () { return ($(this).text() == findText); }).attr('selected','selected'); }); What ...

1 2 3 4 5 8