Components of Px Framework:
PxJSDatePicker - component for the date entry, based on the JavaScript
The PxJSDatePicker component is a component of the calendar based on JavaScript.
This component is used for the date selection in the folder menu, selection of current
or selected date, or eventually selection of the manual date entry. The picture
below displays the PxJSDatePicker component´s calendar: :
If you want to work with the PxJSDatePicker component, you have to define it
in the AddAdresar.aspx file as follows:
<Prx:PxJSDatePicker ID="edtCREATE_DATE" runat="server" AddTableRow="True"></Prx:PxJSDatePicker>
Link the PxJSDatePicker component to the PxWebQuery component in the AddAdresar.aspx.cs
file as follows:
edtCREATE_DATE.PxDataSource = wquAdresar;
edtCREATE_DATE.FieldName = "CREATE_DATE";
The alignment of the component is carried once again via the AddTableRow, TableBegin
and TableEnd properties. For their see their detailed description please refer
to the section which deals with the PxEdit component.
If we wanted to change the date format, we can do it through property dateFormat,
more examples below:
edtCREATE_DATE.DateFormat = "d.M.yyyy hh:mm:ss";
Entering of this format shall be reflected in the PxJSDatePicker component
in the following way:
Here is a functional example of the PxJSDatePicker component, even with source code.
This functional example on this site runs on MySQL 5.0 database.
Others articles of Px Framework:
- PxWebQuery - component for working with databases
- PxSuperGrid - component for the direct display of data in the table
- PxEdit - component for data editing, similar to the TextBox component
- PxComboBox - component for selecting data from a list, similar to the DropDownList component
- PxCheckBox - component for checking the value (Check / UnCheck value)
- PxFlyComboBox - set of the consecutively linked comboboxes, suitable for the work with structured data (for example: selection of category and subcategory)
- PxGreatRepeater - component for entering data with repeating structure, maximum number of values is limited
- PxJSDatePicker - component for the date entry, based on the JavaScript
- PxDbNavigator - the component for the work with the PxWebQuery components, row cursor movement, etc.
- PxLabel - component for data display
- PxCheckBoxList - component to view and select values from the list
- PxRadioButtonList - component for view and selection of a value from the list
- PxChart - the component for displaying and working with charts
- PxFilterView - visual component for filtering the table data contents in the PxWebQuery component
- PxUploader - component for uploading binary and text files to the server
- PxLogin - component for authorization and logging into the application
- Data loading from the Oracle, MSSQL, MySQL, FireBird, Interbase database by means of the PxWebQuery components
- Program inserting, editing or deleting of row into the database by means of the PxWebQuery component
- Loading values from the PxWebQuery component via the while cycle
- Row search in the PxWebQuery component according to the value entered and the name of the column where the search shall be carried out
- The "ReOpen" procedure of the PxWebQuery component and data re-load into the PxWebQuery component
- Validation, checking of the entered values by means of the PxWebQuery component and other visual components (PxEdit, PxComboBox, etc.)
- Events of the PxWebQuery component
- A special function GetValueFromStructKey of the PxWebQuery component
- Setting the language mutation of the Px Framework
- Finding the current version of the Px Framework
It doesn't the intention of this part website, describe in detail the work with PxFramework components, a detailed description of the component
available in manual, which can be downloaded here:
Download manual of Px Framework