Questions tagged [clicktoedit]
4 questions
8
votes
1 answer
How to get Angular X-editable field to work with no buttons option (buttons=no)?
I would like to use the angular x-editable directive to work with a text field per the following
(a) I don't want to display buttons. I tried the buttons=no option but it does not seem to work with input of type text.
See the fiddle here.
(b) I…

Jarnal
- 2,138
- 2
- 26
- 43
4
votes
1 answer
Hasfocus binding issues with Firefox
I'm working on an app that utilizes an observable array to present an editable table of userID information. The app works fantastic in Chrome, but I'm having issues getting it to work with Firefox. For my purposes, these two browsers are the only…

SteveHNH
- 109
- 1
- 9
0
votes
0 answers
Where are examples of : Angular.js + RESTful API + click-to-edit
I am trying to write something slightly more than a web front-end to edit tables in a relational database. (I have some foreign keys and would like to make drop-downs with the corresponding name in the second table which contains the key.) I have…

user3112568
- 271
- 1
- 3
- 3
0
votes
0 answers
Oracle adf table clicktoEdit multiple rowselection bug?
We have a af:table with following properties:
rowSelection="multiple"
editingMode ="clickToEdit"
If you click on a row to select it, then scroll down so new data is being fetched, then press shift and click on an other row (to select multiple…

Fortega
- 19,463
- 14
- 75
- 113