The highlight tag has no wiki summary.
1
vote
1answer
28 views
jQuery Mobile Select input text on focus
I'm using jQuery mobile, I now want to make an input text field to be highlighted when tapped.
I'm using this:
$(document).ready(function() {
$('.highlight').focus(texty_focus);
});
function ...
1
vote
0answers
22 views
Lucene prevent some fields to highlight
Im having some trouble using the lucene highlighter. I have a record that holds three fields in my lucene indexes : title, content and classification(cls).
When I search the indexes using ...
1
vote
1answer
14 views
Eclipse not highlighting multiple occurrences of similar words and variables
I never had this issue with Eclipse before (Eclipse Classic 4.2.2, Indigo) but it started happening on my new iMac recently, that it stops highlighting similar occurrences or variable names, etc. Then ...
1
vote
1answer
32 views
Change text during jQuery Highlight effect
Is there any way of changing the text of a div whilst a highlighting effect is taking place, and then revert back to the original text once it has finished?
Code for initiating the highlight effect:
...
1
vote
1answer
24 views
Highlight menu by querystring ignore case sensitive
I use jquery to highlight my menu. And here is my html look like
<div id="menu">
<div class="item"><a href="?product=abc">ABC</a></div>
<div ...
1
vote
2answers
30 views
PHP Auto-highlight cell depending on data from database
Good day!
I am working on a PHP application and stumbled upon a problem on auto-highlighting.. I want to ask how to auto-highlight a cell of a table, whose data came from a database, after checking if ...
3
votes
3answers
46 views
How to make a custom button with highlighted
I create a custom button, because I want a gradient button. so I use this code to implement it.
@implementation CustomButton
- (id)initWithFrame:(CGRect)frame
{
if((self = [super ...
0
votes
0answers
32 views
Highlight an item in jQuery UI Multiselect Next
I have jQuery UI Multiselect Next http://quasipartikel.at/multiselect_next I want to highlight an item using a colour.
For example, I have:
<select id="countries" class="multiselect" ...
-1
votes
0answers
15 views
How to disable highlight of email, website, telefon in signature part gmail email [closed]
I would like to to make nice signature to my email. How to disable highlights of email, website, phone in signature part of gmail email?
I would like to achieve appearance when someone got an email ...
0
votes
2answers
23 views
PHP Dynamic menu highlight from database
I've been making a website for a client that is based off of 1 page and the links are to different categories or articles. I'm showing the content depending on the URL parameter like this,
<a ...
1
vote
2answers
67 views
Javascript text highlight function
Scenario
I am trying to develop a Javascript text highlight function.
It receives in input a text to search inside, an array of tokens to be searched, a class to wrap the found matches:
var fmk = ...
0
votes
0answers
28 views
link highlight JS library like In-Page Analytics in Google Analytics
I want to know a link highlight JavaScript library like In-Page Analytics in Google Analytics.
In In-Page Analytics, every time you hover mouse on the link you see the pink border. I want to implement ...
0
votes
2answers
29 views
Button Highlight - how to apply onTouch to 2 buttons
i have 2 buttons like this:
Button b = new Button(this);
b.setText("Button onw");
b.setId(1111);
b.setBackgroundDrawable(R.drawable.button);
...
0
votes
0answers
20 views
Alternative for createrange IE8
iv searched around but couldn't find any helpful answer , So this is it:
iv got an iframe which will have some rich text inside and beneath it a text area , the thing is iv got a script that will ...
0
votes
1answer
31 views
Kendo Menu sub-item class bug
You can find a reproduction of this problem here: JsFiddle: Kendo Menu Bug, I'll be referring to it. Just run the kendo menu initialization of the html:
$(document).ready(function () {
...
1
vote
1answer
46 views
CSS form highlighting for error validation
http://www.hongkiat.com/blog/ajax-html5-css3-contact-form-tutorial/
I have this form on one of my websites but the way they made this is complicated for me. i want to know if there is any way that i ...
0
votes
1answer
29 views
Highlighting code block in Aptana Studio 3
I am thinking about using Aptana Studio 3 but when it comes to nested HTML I really need code blocks highlighting and I have noticed that this feature is missing there. Here is example of code ...
0
votes
0answers
10 views
Event on Chrome search
I want to develop an extension for Chrome. I'm pretty new to Chrome extensions.
Is there any way to detect an event when someone executes a search? What I want to do is look at the html-code behind ...
1
vote
1answer
27 views
Match two articles and highligt matched data
I have two articles ( plain text ), i am looking to match the first article with the second article and highlight the matched data.
SCENARIO:
ARTICLE(A)
Lorem Ipsum is simply dummy text of the ...
1
vote
1answer
35 views
Highlight R syntax using knitr and Package Highlight
I try to highlight my R code using knit and Highlight pachages with Rstudio, but i have errors when kniting;
There's my code :
opts_chunk$set(fig.width=7, fig.height=5)
...
1
vote
0answers
48 views
How to get x,y coordinates of text in paragraph (like Quora does)
I want to be able to get the x,y coordinates of the end of a text string that has been highlighted in a web browser. I tried searching online for something similar and found that Quora does almost ...
0
votes
0answers
37 views
<a> hover links to highlight countries in jvectormap
I just started using the Jquery plugin jVectorMap showing the world map and highlighting a select list of countries. What I want to happen is that I also have in <li> form the title of each ...
1
vote
0answers
55 views
Highlight on ListView Scroll Issue
I have a strange problem with a Listview and the selected item.
All works fine until i select an item, and i scroll the list.
If i scroll fast and the selected item is not visible anymore, the ...
1
vote
3answers
65 views
highlighting table rows and changing text color
I would like to highlight my rows in table by changing background color and text color. Changing background color works fine, but text color not. What is wrong in my code, that text color does not ...
1
vote
1answer
47 views
JFrame popup without taskbar icon
I created notification windows inherited from JFrame, but they appear with new icon in Windows taskbar. Is it possible to highlight main application icon when notification appears(such as in skype, ...
0
votes
1answer
22 views
Highlight a Button : Setcolor filer not working
I want to highlight a button when pressed and release without using any images,so i am using the below code from one the post on SO but its not working for me:
public class MainActivity extends ...
1
vote
1answer
21 views
Problems finding and highlighting elements via iFrame
I'm trying to create somewhat of a highlighting/selecting tool [using jQuery] in my web app that watches what elements you hover over inside an iFrame, selects the hovered-over element, and uses that ...
0
votes
1answer
26 views
Only run a highlighting rule as a nextgroup in syntax file?
I have these rules in a custom syntax file.
syn match id '\w\+'
syn keyword _type void int bool string list nextgroup=id
I only want id to be matched after a _type.
0
votes
1answer
30 views
merge / join regular expression results for highlighting
I want to join/merge the result of a regular expression.
For example, this is the string
hello foo bar
the regex result for the pattern /el/ => el
the regex result for the pattern /llo\sfo => ...
0
votes
1answer
36 views
Array of attachment type - how to get a filename for highlighted fragment?
I use ElasticSearch to index resources. I create document for each indexed resource. Each resource can contain meta-data and an array of binary files. I decided to handle these binary files with ...
-2
votes
1answer
56 views
Highlight a word in a string in windows c# [closed]
I have to highlight a specific word which I passed as an object to string given below.
The ctrl is a checkbox added dynamically and name is the checkbox name. I want to highlight that particular word ...
0
votes
2answers
68 views
Android CustomListView item higlhight on click
I want to highlight item clicked on custom listview. I tried different options but not of them are working. Can someone tell me what's wrong?
my custom listview com.foo.ViewEditListView extends ...
0
votes
0answers
29 views
Why does Highlighting functionalities is not working in 4.0.4 Tablet?
I have selected the Text within a Webview. Once I typed the Word on Edittext Box then If i Clicked Search Button it will search the specific word within a Webview. After Searching the word, It will ...
0
votes
3answers
89 views
Select all element with same tag name using javascript and highlight content partially
I made a code that should highlight searched string but it is not working.
Here is the code:
<body>
<div>div is here</div>
<div id="divid">
<div>this is a ...
0
votes
2answers
54 views
Highlight a td with mulitple div on hover, unhighlight on one of the divs
This is an extension to one of my previously asked questions.
CSS on hover effect on a <td> does not wok properly if <td> has multiple <div>s inside it
I have a td with multiple ...
0
votes
0answers
87 views
how to make jqgrid group headers highlight on hover
Using jQuery and themerolled jquery-ui, I have a jqgrid with columns under a few group headers. Each of the column headers show the highlight color when hovered as expected, but the group headers ...
0
votes
3answers
75 views
How to keep the selected item highlighted in ListActivity
I create a class RecordActivity derived from ListActivity class, and set the choice mode and selector for the ListView defined in the .xml. The default behavior is the selected item will be ...
1
vote
2answers
45 views
Saving highlighted text to a string
I'm making a web application that splits the screen into two windows, with one side a web based text editor and the other side just a normal window.
I am trying to find a way to be able to have a user ...
1
vote
3answers
259 views
CSS on hover effect on a <td> does not wok properly if <td> has multiple <div>s inside it
I have a table column with multiple divs inside it to fit in an icon, title and description text. Also, on mouse over, I need to provide a highlight /overlay effect that highlights all of the column ...
0
votes
0answers
25 views
WinForm System.Windows.Forms.ListBox cannot select when RPD
I saw a strange error when using ListBox in a WinForm application. In my own machine, I can select the items populated in the ListBox. But when I deploy the files in a Remote machine, and RPD to it. I ...
0
votes
1answer
85 views
Change highlighting of top-level items in menubar Flash Builder 4.6
I have been employed to help with flex page building and three days into learning about flash builder I have been given a tast to change the way top-level items are higlhlighted in a menubar. ...
0
votes
1answer
37 views
How do I keep a column highlighted when hovering over it?
I am in an Intro to Web class this semester and I go above all that I have to do so nothing has held me back from learning things that I would like to use. I have a table set up with categories on ...
3
votes
3answers
136 views
Obtain currently highlighted item from JComboBox popup (not selected item)
I'd like to be able to react when currently highlighted item in a JComboBox drop down list changes. Note that I'm not looking for a way to get the currently selected item, but the highlighted one. ...
0
votes
0answers
95 views
Changing highlight color of selected option when using select with attribute size
After a lot of searching I decided to ask for some help.
My problem is that I want to see my select box with the background-color I chose. At the beggining I used a select list without "size" ...
0
votes
3answers
79 views
How can I separate string and code
I'm taking some data from database for my blog. In the article I may have a string with an explanation or something else and I have some codes between <code></code> tags.
I tried to ...
1
vote
1answer
154 views
Highlight search terms on keyup jquery using jquery highlight plugin
Ok I am trying to bolden search terms from a search text box in my HTML page. I am using the jQuery highlight plugin herejQuery highlight plugin to try and achieve this. Am still not proficient in ...
0
votes
1answer
24 views
Mouse Highlighting Interfering with HTML5 Game
So, having a lot of fun with HTML5 Canvas gaming. One issue, however, is if I am using DOM elements in addition to the canvas elements, clicking and dragging on the canvas will highlight and "select" ...
0
votes
4answers
141 views
How to make selected text in JTextArea into a String?
I'm working on a simple word processor with java swing and layouts, and I'm trying to figure out how to make individual blocks of text bold, italics, or different font sizes instead of the whole block ...
2
votes
3answers
135 views
jQuery: Highlight div box onload
This jQuery code will highlight the div box when clicked.
I want to get the highlight on load, how can I do that?
<!DOCTYPE html>
<html>
<head>
<link ...
0
votes
0answers
36 views
NSWebView need to enable element highlight
I have a NSWebView and I enabled the Web Inspector by doing: defaults write «bundle-identifier-here» WebKitDeveloperExtras -bool true, however I would like to have the NSWebView always highlight ...

