JQuery :: Widget - Standard .NET Grid In My Application
Mar 3, 2011
I currently have a standard .NET grid in my application and am considering a few options. I could replace the grid with divs so the current rows would be like posts in a forum. Or replace the .NET grid with the new jQurey grid, that way I would gain a whole lot of functionally!
My question is can a grid be modified so that the rows are about 11/2 inches tall and be formated to show several lines of text? I want them to show 2 business names, addresses and some details gotten from a form.
View 4 Replies
ADVERTISEMENT
Feb 5, 2010
I have been using jQuery for only a few weeks now, replacing all of my standard js in a massive Intranet PHP application with lovely and space-saving jQuery. However, I've been using FF to write and test code while the company standard is IE6. Nothing works in IE6 - nada, zip, zilch. It bugs out on the very first call to the js file and wants me to begin debugging. Am I correct in assuming that I'm going to have to go back to regular js? I'd love to get the company to upgrade to IE7 - I've not seen ANY complaints about IE7 and jQuery.
View 5 Replies
View Related
Oct 21, 2003
Should work on IE5.5+ and recent Mozilla clones.
Download size ~30K
Open source (GPL license)
Not released yet, no API documentation (will be soon)
Basically the question is - does it make sense at all? What's your current experience with client-side widgets - too slow, too heavy or there is still a place for things like that?
View 4 Replies
View Related
Jan 27, 2011
This isn't really a beginner question. I need to build a webpage that has some form elements on it. These form elements act like filters on a set of page elements. Several input element can be grouped as one of many filters. For example six checkboxes are filter 1 and a radiobutton and a pulldown element are filter 2.
When the user makes some changes in these filters a server request is send and an answer is send back with the result. Depending on the result every filter (group of elements) need to be re-initialized to reflect the new model state on the server.
So my question is: Is it right to see the filters as widgets in a Jquery UI sense? Or is it more appropriate to just see them as plugins. Can someone please share some insight?
View 4 Replies
View Related
Jul 13, 2011
I have a question for flexigrid jquery grid control users.
I am able to display json data returned from my WCF service in my Flexigrid in my application.
The paging toolbar displays correctly and it's clear that the paging toolbar understands how I've configured it.
However, the grid is not actually implementing the paging filter on the data in the grid. For example, the paging toolbar says "Displaying 1 to 10 of 12 items". However, all 12 items are displayed in the grid.
I guess I'm missing a config setting or callback. Any idea what the problem might be?
Here is my grid config block:
View 1 Replies
View Related
Apr 11, 2011
Inside a function: mygrid._in_header_multiselect_filter=function(t,i,d){
The first parameter is a HTML node [url].
I want to turn it into a JQuery version of the same so I can deal with it using JQuery, i.e. accessing it's children, setting up it's onclick event, etc. How to convert it to JQuery?
View 6 Replies
View Related
Jan 14, 2009
I would like to create vertical variant of the standard ui.tabs. In visual terms, I would like to "rotate the basic ui.tabs layout by 90 degrees, clockwise"; the tabs should be on the right, with a maximum width of 50-60px. Basically, I would like to re-create a standard, paper-based, address-book, with each tab having a letter (or a range of letters).
I've tried a number of variations, but my CSS/jQuery skills obviously fall short of my imagination... :-)
View 1 Replies
View Related
Sep 18, 2011
I have to do in plain JavaScript something that I'm much more used to doing in jQuery.. this is for a standard tabbed-content show/hide div switcheroo.. here's the jQuery code:
$('.tabs a').click(function(e) {
e.preventDefault();
$('.tab_content_wrapper').hide();[code]....
'this' evidently does not refer to the element that was clicked on...also, can you refer to elements by their class name? also, is it possible to do event-binding in plain JavaScript w/o using individual id's for the clicked-on elements?
View 4 Replies
View Related
Sep 2, 2010
Im trying to write a html with javascript page that reads values from an XML file and outputs to a table. Thats easy i hear you say?
Trouble is the application that is outputing the XML file doesnt output a simple XML file.
Below is a section of the file:
<?xml version="1.0" encoding="UTF-8"?>
<CVES name="EUREX" datetime="09 Aug 10 14:40:41">
<thread name="DB 0" state ="active" nb="0" tempo="00:00:02" action="Wait"/>
<thread name="DB 1" state ="active" nb="0" tempo="00:00:02" action="Wait"/>
[Code].....
im able to read the contents of the CVES tag (Name and datetime) but cannot get any others to load.
how can i get details from LastReadingTime? Thread name="Exch 1"
Having googled reading XML into HTML file and cannot find anything that covers this kind of xml file
View 7 Replies
View Related
Jan 2, 2007
I've been creating a script that dynamic loads js files.
but after creating that script, (and i use
document.createElement('script');) in that function.. i've realise that
the code that shows up in the browser is:
<script type="text/javascript">
should it be
<script type="text/javascript" />
or
<script type="text/javascript"></script>
View 4 Replies
View Related
Jul 20, 2005
I use the following code to open a javascript window. Is it possible to
modify this to have the standard toolbar open in the window?
<script language="JavaScript" type="text/javascript">
function popup()
{
window.open( "http://www.mysite/subfolder/page.asp" , ""
,"top=0,left=0,width=790,height=540,scrollbars=yes" ) ;
}
</script>
View 1 Replies
View Related
Jun 23, 2011
I have the non-standard element
<testele></testele>
In every browser except IE, this bit of JavaScript will successfully change the content of the above element:
document.getElementsByTagName("testele")[0].innerHTML = 'hi';
However, if I change the <testele> to just a <span> (in the HTML and the JavaScript), it now successfully changes the content of the element in every browser, including IE.
View 5 Replies
View Related
May 1, 2011
When we submit the form using a standard submit button, onSubmit is triggered and form is submitted. When I use a div and call submit() on its onClick event, the form is submitted but onSubmit is not triggered. Is there any possibility to trigger onSubmit explicitly without using button ??
Code:
<form id="testForm" method="post" action="some_file.php" onSubmit="alert('test')">
<div style="width:100px; height:50px; background-image:url('test_button.jpg');" onClick="document.getElementById('testForm').submit()"></div>
</form>
View 2 Replies
View Related
Aug 23, 2010
I'm just getting started with jQuery.
I just made a form with a datepicker, which works fine. But I can't get the widget button to work.
I downloaded a theme and I'm importing the files as you can see in the code below. Do I have to download anything else to get the button to work?
My code looks like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
[Code]....
View 4 Replies
View Related
May 25, 2011
I integrated JQuery UI, and I have the JQuery tabs working. Since Joomla uses mootols, I had to include thejQuery.noConflict(); And the tabs script " $ " is replaced by JQuery.
However, when I add the Cycle widget, and I replace the $ sign for JQuery, the widget does not work. If I use the $ sign, the widget works. I want to keep my code tidy. Can somebodyenlightenme on this situation?
View 1 Replies
View Related
Mar 19, 2010
I want to display on the partener's website some informations contained on my serveur relative to him (i have multiple parteners) and i thought it would be great to display them like the facebook badge (it's the only example which comes to my mind)
The thing : i really don't know what to do / how to begin :
I cannot use jquery, because it would involve that the parteneer website has jQuery.
I have multiple possibilites on the source of the information :
I can cache a PHP file wich contains informations (but i have 25 parteners so it would be 25 files cached ? -> bad )
I've a XML file [url] but i don't know how to parse an xml file either :O to give you an example i just want to display on crystal-serv information contained between the <GSP> tag where nom = crystal-serv
View 2 Replies
View Related
Nov 14, 2011
I have a problem with width() of jQuery.Normally, width() will return an exact value of element's width instead of the percentage (if we use width: 100%).
I'm writing a widget using jQuery. I have a function to build my widget and set its width based on the outer-bound. I need the exact value of width to arrange the element inside that widget. But when using width(), it returns 100 (means 100%), not the value in pixel (must be 1200px).
View 2 Replies
View Related
May 14, 2009
its an accordion like tool. It functions just how Ineed it, except id love to make it sortable.with the codeupdate?jQuery :
$(function() {
$("#accordion1").addClass("ui-accordion ui-widget ui-helper-reset")
.find("h3")
[code]....
View 1 Replies
View Related
Oct 26, 2011
I have recently downloaded a custom jQuery UI Pack, only using core and tab widget. On the examples in the index.html file, everything loads fine. Then I copy the files to my website directory, (all locally) and the images files just contain a question mark.
View 3 Replies
View Related
May 11, 2010
I was wondering if someone can help me out here. I was wondering if its possible to get this Jquery Image Slider to fit a 250x250 Pixels I want to create a widget on Wordpress.[URL]..If possible in order to get this done we could move the control with the numbers on the bottom and keep the descriptions on top.
If this cant be done, do any of you know any 250x250 Jquery Image sliders. That can possibly work in this format? I'm trying to stay away from Flash much as possible.
View 1 Replies
View Related
Jan 28, 2010
I've been searching around the web on the subject of how to change the content of the standard right-click menu. But the only thing I can find is how to make your own JavaScript right-click menu, like an absolute positioned div.But the thing I'm after is how to customize the standard right-click menu, so that I can add custom menu items like "Edit", that calls the Javascript function edit(this)
View 1 Replies
View Related
Dec 24, 2011
I have a text field
<input type="text" id="f">
I transorm it to autocomplete widget$('#f').autocomplete()How to access widget's methods and properties by id of the field?I need to access initialized widget to call some of its methods, modify properties etc.
View 1 Replies
View Related
Nov 14, 2011
I have a function in my widget :
this.element.find('.abc').live(this.options.event,jQuery.proxy(this._onCollapse, this));
[Code]...
View 1 Replies
View Related
Mar 11, 2011
[URL]In the documentation there write that i can save the state of my open and added widgets. But how?
View 6 Replies
View Related
Feb 12, 2011
I am trying to use DatePicker ui. I have uploaded "js" and "css" files in the same directory where my script resides. I also downloaded "jquery" in jquery.js file in the same directory. When I run the script, the field is displayed but the DatePicker widget doesn't show up.
[Code]...
View 1 Replies
View Related
Feb 6, 2011
I've read up on using easing and animate but am having trouble implementing into my tabbed widget in my wordpress sidebar (still under construction so no link). The widget works as is but I would like to instate easing into it.
I'm unsure whether to put the script code into header.php or where exactly though. Nothing seems to work. Does anyone know of a tut or how to incorporate jquery functions into a wordpress sidebar widget perhaps?
View 1 Replies
View Related