textselection Questions
4
Solved
I would like to add text to my webpage as a label and make it unselectable.
In other words, When the mouse cursor is over the text I would like it to not turn into a text selecting cursor at...
Wittenberg asked 22/2, 2010 at 12:12
1
Solved
I have simple UIWebView with loaded html.
I want to show the PopoverView pointed to the selected text.
I can get the menuFrame of the UIMenuController and use its rect, but the result isn't as accu...
Allele asked 22/9, 2011 at 12:22
2
Solved
In my web app the user can sometimes click the same button a number of times, skipping through messages and things, causing the </a> to be selected.
So how can I prevent this using Javascrip...
Kex asked 12/8, 2010 at 16:32
2
Solved
In one of the views in an exercise app, am trying to perform text selection programmatically.
I am able to (programmatically) enter "text selection mode", which is visually indicated by CursorCont...
Denotative asked 9/3, 2011 at 18:17
1
I want to implement the same nature type of control on text selection on a Activity with various text fields. Any ideas of implementing the behavior shown in Picture
Nob asked 2/2, 2011 at 12:5
3
Solved
I have the following, very simple html page:
<html>
<head>
<script type="text/javascript">
function alertSelection()
{
var selection = window.getSelection();
var t...
Factious asked 10/1, 2011 at 23:31
2
Solved
i have a textarea and I want to check if the cursor is at the start or at the end (I dont need the current position).
Did anybody know a simple jQuery solution?
Thanks in advance!
Peter
Voroshilovgrad asked 11/10, 2010 at 8:14
1
Solved
For standard browsers you can use something like this to change the coloring of selected text:
div.txtArea::selection {
background: transparent;
}
div.txtArea::-moz-selection {
background: tran...
Heliometer asked 6/8, 2010 at 21:39
2
Solved
Is it possible to select multiple parts of text within a WPF textbox? For instance, for a textbox that contains the string THIS IS A TEST, I want to be able to highlight THIS, then hold Ctrl and hi...
Goodrum asked 13/5, 2010 at 5:35
© 2022 - 2024 — McMap. All rights reserved.