background preloader

Datepicker

Datepicker
Select a date from a popup or inline calendar The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value. view source Want to learn more about the datepicker widget?

http://jqueryui.com/datepicker/

wiki:jquery_ui_methods Sortable Columns This method is integrated in jqGrid, so there it is not necessary to do something special. The method allow to reorder the grid columns using the mouse. The only necessary setting in this case is to set the sortable option in jqGrid to true. using our example this will look like this: CJuiDatePicker Look up a class, method, property or event CJuiDatePicker displays a datepicker. CJuiDatePicker encapsulates the JUI datepicker plugin. To use this widget, you may insert the following code in a view:

Code'n'Tell Forum Hey all! I'm honestly not sure if this is a on-going post, but I figured posting my project here would be a good idea since I see others. :) I created a 'Sonic The Hedgehog' game - 2D like the good ol' days - but it's still unfinished. I'm implementing the movement of Sonic (for the player to be able to move freely) as well as produce a better stage level since the one I have is a little choppy. I'm not sure when I'll finish it, but it should be finished soon enough. :) Sonic the Scripthog (on Codebits)

wiki:show_hide_columns Usually you can attach a click event to a button. You can use this method in navigator using the navButtonAdd method jQuery("#mybutton").click(function() { jQuery("#grid_id").setColumns(options); return false; }); Where: CJuiWidget Look up a class, method, property or event This is the base class for all JUI widget classes. Public Properties Hide inherited properties Property Details public mixed $cssFile;

Restaurant Script (PizzaInn_Project) ★ 4.9 Stars (10) 89 Downloads (This Week) Last Update: Download PizzaInn_Project (Beta_Release_3).zip Browse All Files Windows Mac Linux One can manage his own restaurant by allowing customers to place orders. wiki:options The setup and configuration of jqGrid are controlled by setting options for the grid. Examples of configuration settings include the height and width of the grid, type of data that should be in each column, and other similar settings. These options are set in the grid options array, and many of the options are set in name: value pairs, separated by commas. The array is given as an argument to the declaration of the jqGrid object. The properties and options available are listed below in alphabetic order.

CJuiDatePicker in CActiveForm CJuiDatePicker/CActiveForm Yii Framework CJuiDatePicker Example For many of our web applications, we utilize the Yii Framework extensively. A great feature of the framework is the CActiveForm, which allows you to link up your Model to your View in a very easy manner. (See Model-View-Controller Architecture on Wikipedia for a good explanation of this concept.)

Related: