1
vote
2answers
17 views
Remove view name from Eclipse menu Window -> Show View
I need to remove the name/shortcut of the view which I have created from the Window->Show View menu.
Because I display this view in a separate menu.
Is there any way to hide/remov …
1
vote
5answers
40 views
JS: Hiding DIV based on another DIVs content
I am looking to hide a number of DIVs based upon the specific text of another DIV. My Javascript (below) isn't working.
The HTML:
<div id="LEGEND">abAB</div>
<di …
0
votes
1answer
21 views
restful image url obfuscation and click tracking
Hi There.
I am wondering if anybody out there could explain or provide online
examples (yes, I have already done a lot of googling for this) of how to:
conceal the images that …
1
vote
2answers
32 views
Make search input to filter through list Jquery
Hey, I am trying to create a search field that will filter or show/hide(which ever is best) the list elements based on what the user typed in and clicked the search button. I have …
1
vote
1answer
51 views
C# Form Problem: new form losing control and randomly hiding
Hello, I'm encountering strange behavior with forms on a c# 3.5 app. On a button click, my form1 hides itself, creates a new form2, and shows form2. Form1 also contains the event …
0
votes
3answers
1k views
Hide New / Actions / Upload / Settings menus in SharePoint Lists / document libraries
How can I hide the New / Actions / Upload / Settings menus within a list or document library in SharePoint? Note that I need to be able to hide these menus for a particular list de …
1
vote
4answers
445 views
WPF: hiding a tab item in a tab control thats bound to an observable collection
Heya
I have a tab control bound to an observablecollection for dynamic tabs as follows:
<TabControl ItemsSource="{Binding AllTabs}" SelectedIndex="{Binding SelectedItem, Mode= …
8
votes
2answers
2k views
jQuery - How to Use slideDown (or show) function on a table row?
I'm trying to add a row to a table and have that row slide into view, however the slidedown function seems to be adding a display:block style to the table row which messes up the l …
0
votes
5answers
73 views
show div depending on select option
Oh help, I've tried it a million different ways yet it still does not work: If you select update or final from a select/option box, it should show the div that has an input field i …
0
votes
2answers
34 views
Updateprogess image is not ending or disappearing or vanishing or hiding after Response.Redirect is called.
I have an updateprogress bar, displaying a text "loading". After I hit a imagebutton (I am using it for downloading a file) inside my update panel, with a click event, It calls cli …
1
vote
5answers
1k views
How to hide, disable calendar list item fields in Sharepoint
I want to hide or make some fields read only on editform.aspx. I follwed the example on this page, but without deliting the "original" webpart list. I hide the original webpart and …
0
votes
2answers
56 views
How to open new window without titlebar in javascript
How to open new window without titlebar.
0
votes
2answers
42 views
Jquery attempting to hide element when clicking on a child
I am trying to hide an element when an image with the ID of 'close' is clicked.
$('#close').click(function() {
$('#ordercell').hide('slide');
});
Should be all I need, from …
0
votes
1answer
84 views
Hide matrix Gridlines SQL Server Reporting Services 2005
Hi, I am creating a report using SQL Server Reporting Services in Visual Studio 2005 (SSRS). I have placed a matrix in a list. The data and the matrix are working fine.
However I …
1
vote
2answers
59 views
on jQuery: with a lot of items show only div of this anchor clicked
first of all: sorry for my english
i have a webpage like this
<div class="item"><div class="details">
<ul>
<li><a href="#">Show div 1</a></ …
