Questions tagged [highlight]

is for questions involving the highlighting of text or other visual elements.

Highlighting is usually a color-background change that emphasizes text, but it could be other ways of emphasizing any visual element.

2914 questions
1
vote
1 answer

How to simulate the UITableviewCell section on a UIView?

I want to simulate the behavior of a selected UITableViewCell (in blue) on a UIView, is there a way to do that i.e., when user tap on the UIView, it's like tap on a tableview cell. The view will be highlighted using the same blue color.
tom
  • 14,273
  • 19
  • 65
  • 124
1
vote
1 answer

How to focus and select part of content in a textarea

I have a textarea which already contains some content (haml code below) //haml code for textarea %section.input .muse_text %textarea{placeholder: "Type your muse here..."} //Content in textarea "Share why you are re-musing…
Zhen
  • 12,361
  • 38
  • 122
  • 199
0
votes
1 answer

Using Jquery Highlight

Im in a spot of bother trying to get this Jquery highlight to work within my current project, i have a textbox where the user enters a mobile phone number they want to within a HTML table when they click the button i was the Jquery highlight to kick…
Code Ratchet
  • 5,758
  • 18
  • 77
  • 141
0
votes
1 answer

highlight dynamically generated text

I am creating a page to show pdf and I used pdf.js project of Mozilla to render pdf. pdf.js is making multiple dynamic divs of rendered text under canvas tag. I want to highlight some text of my pdf. Following is the code generated dynamically by…
hiteshtr
  • 443
  • 2
  • 5
  • 20
0
votes
1 answer

Rich text box rounded corner selection highlight

I've been searching around the web on how to code syntax highlighting text boxes and I've got most of it working. But I've always loved mac's xcode selection highlight which has rounded corners. Recently I saw this type of selection highlight in…
Juank
  • 6,096
  • 1
  • 28
  • 28
0
votes
1 answer

JQuery active menu Issue while using filters

I am using this jQuery code to highlight the active menus: $(function(){ var path = location.pathname.substring(1); if ( path ) $('#topnav a[href$="' + path + '"]').attr('class', 'active'); }); Its working fine. The problem is at one of…
VishwaKumar
  • 3,433
  • 8
  • 44
  • 72
0
votes
2 answers

Remove highlight on a selected button from a ToggleButtonBar

Well, title explains all. I'm trying to get rid of the highlight that comes around of the selected button in a ToggleButtonBar
Florian F
  • 8,822
  • 4
  • 37
  • 50
0
votes
2 answers

Custom Highlight Failing on Website

I've noticed on a lot of sites with custom highlight colors, if you press CTRL + A, the default highlight color, blue, always manages to creep through. Why is that? In making my own site, I have my own custom color too, but I also have the same…
Matt
  • 5,553
  • 5
  • 24
  • 32
0
votes
1 answer

Text Highlighting issue with TextSnapshot object - Flex AS3

I am working with a digital book application. I make use of swf loader to load swf pages created from pdf. I use TextSnapsot to draw inline text highlight on the pages. The highlight is thoroughly retained on the respective pages throughout the…
0
votes
1 answer

Highlight programmed cells in WPF listview on clicking

I am trying to re-implement a form in WPF which was fairly easy to program in winforms and cannot see how to progress. The form consists of three panes. The right hand pane contains the detailed data - columns of flags which either contain the value…
0
votes
1 answer

how to keep selected highlight

The process is like this as below. a user choose some text and make selection on it. then it's gonna be highlighted. the user move her mouse focus on the textbox on the html. the highlight on the text in the html is still there. If the user move…
tango
  • 1
  • 2
0
votes
4 answers

Highlight specific rows of a table on clicking a column value. javascript help needed

Is there any way to select particular rows of a table as a variable and then change their styling. For example-: 1,2,5
Prateek
  • 627
  • 1
  • 7
  • 19
0
votes
1 answer

How is Spy++ element highlighting working?

I'm using the Spy++ for my work with the MS UI Automation Framework, so i wanted to ask you if you know how the search / highlighting gui elements from the spy++ works. i'm talking about this: https://i.stack.imgur.com/5m1G4.png you cant see the…
dontcare
  • 935
  • 3
  • 16
  • 34
0
votes
1 answer

Android autofocus

I am new to android and just created an android application consisting of many images and a few buttons suppose like john, what I want is whenever a person clicks on john, all the images with names including john will get highlighted. Thanks in…
Rohit Sangal
  • 737
  • 1
  • 7
  • 9
0
votes
2 answers

Highlighting link of currently opened category tab in css

I am trying to highlight a link of a currently opened category tab, here is what i have already done: globs.py def globs(request): cats = Category.objects.all() return {'cats': cats} views.py def news_by_category(request, slug): c =…
mmln
  • 2,104
  • 3
  • 24
  • 33
.....
.....