Questions tagged [itemselector]
30 questions
2
votes
1 answer
AngularJS / HAML : Add CSS class if property is true
I work in customizing element of an ItemSelector directive, data of ItemSelector coming from rails server.
here is the haml code :
.directive-items-selector{ ng_click: "openItemsSelector( $event )" }
.wrapper
%ui_select.ui-select{ ng: {…
user9569059
2
votes
2 answers
Android : Apply style to List and set a selected item shown in AlertDialog
I am showing a List in AlertDialog. I want to customize the list with some style (maybe custom). Also want an item to be selected in the list of Alert dialog. I have used very simple code :
new…

Tvd
- 4,463
- 18
- 79
- 125
1
vote
2 answers
How to dynamically assign value to the store in ExtJS Itemselector?
I have to fill values in the right multiselect box in an itemselector. First i need to keep it blank and then on selection of an item in the combo box above it, i have to fill values accordingly. I have tried this and its crashing at the moment and…

Shariq
- 25
- 2
- 8
1
vote
2 answers
android change view of selected item in adapterview
I have a listview with a textview as each item. I want to change the textcolor of the selected item. For this use the onItemSelected method to make the changes. Say first I select the 1st row, the first row's textcolor changes. Now when I select the…

pankajagarwal
- 13,462
- 14
- 54
- 65
1
vote
1 answer
Sencha ExtJs 7.2.0 MVVM Dataview itemSelector issue Uncaught TypeError: Cannot read property 'internalId' of null
I have a view with a Panel containing a DataView and a paging tool bar.
I have a viewModel with a store bound to the DataView and the paging tool bar.
If I have the DataViews itemSelector set to my-x-asset then everything loads as expected, I can…

harrypottar
- 7
- 1
1
vote
1 answer
Set default highlighted item in custom listview adapter (kotlin)
I would like use setItemChecked to highlight list item by default. checkedItemPosition set the checkedItemPosition but not item list is highlighted.
Here is my array adapter code :
class MyListAdapter(
context: Context,
private val…

Dev Loots
- 708
- 9
- 28
1
vote
1 answer
WPF custom MultiSelector won't use ItemTemplateSelector (but will use ItemTemplate)
I've searched for and found many questions similar mine but none of them seem to be quite my situation. Admittedly, mine is something of an edge-case. I'm hoping someone can spot what I'm missing here.
I've long been using a custom ItemsControl…

Joe
- 5,394
- 3
- 23
- 54
1
vote
2 answers
Extjs 6.0 - ItemSelector: how to programmatically focus/highlight an element?
I have a ItemSelector component inside a Window. I have implemented a search functionality that dynamically finds the matching entry based on user's keyboard input.
Now I just want to highlight/focus such item inside the ItemSelector.
I'm looking…

Marko Pacak
- 13
- 3
1
vote
1 answer
Drag and drop in Itemselector extJS
How to disable items (see attachment) in Itemselector ? I want to disable some items in the source field on moving an item to the destination field. Can you please help me on this?
ATTACHMENT - Image
I searched a lot and applied everything possible.…

Rev
- 13
- 2
1
vote
1 answer
How Do you open a web browser using links in a listview via android studio?
I am trying to create a listview that list three items which are links to websites. When, I select an item from the listview, it should open a web browser and take me to the website that was linked in the code. I have put the three links into an…

Bryce Wharton
- 11
- 2
1
vote
1 answer
How to populate Selected column in ItemSeclector with default values in Ext-JS
I am using ItemSelector in Ext.ux.form. I need to populate the Selected column with some default values. I can populate the Available column correctly but when I try to set the store of toField to the default values, it ends up in the Available…

Sayali
- 356
- 1
- 2
- 13
1
vote
1 answer
ExtJS itemselector with search/filter option
I am looking for a ExtJS itemselector with search/filter option. Is there a existing plugin for this or any ideas to implement it? Since itemselector internally uses Multiselect, do I need to implement my own version on Multiselect?

vinay
- 950
- 1
- 11
- 27
1
vote
1 answer
Extjs4 itemselector, issue in configuration
I try to use itemSelector in extjs4.2 but i don't know i can configure two store. The first multiselect panel is populate by a store, and the second had another too.
I need to save the variation in a DB because the stores that i use is ajax-proxy…

AfanfeFana
- 159
- 4
- 15
0
votes
1 answer
ExtJS - Item Selector Dynamic Store Load
I am Using ExtJS 3.3.0 with CodeIgnitor 1.7.4 Using GoPHP5
I am a bit confuse what i am trying todo is:
I have a primary ItemSelector
upon choosing multiple values and shifting them to the next box (store assigned to second box)
I need an ajax or…

user1087179
- 25
- 5
0
votes
2 answers
JSON data coming from API not showing in the dropdownlist
I am using JSON API to get the data into my dropdownlist in Flutter. But whenever I am clicking on the dropdownlist the data does not appear in the list.
Following is my code:
class ItemSelection extends StatefulWidget{
@override
…

Ankit
- 481
- 1
- 8
- 27