Go to the home page
Saturday, 4 September 2010
Home pageView our productsDowloads areaHow to order our productsHow to contact us

Select product:

General
Features
Display
Advance Display
Drag and Drop
Items Operation
Download
Pricing
How to Order
 
RBTimeView - Editing
Version 1.21
Items Operation
Page:
Download

In-place editing

RBTimeView provides several means for both the developer and the user to in-place edit and create items.

  • By just clicking on a schedule item and waiting a fraction of a second, the item will enter into edit mode. After making the modifications to the text, the user can either press 'Enter' to accept changes or 'Escape' to cancel them. As the developer you have full events control on this process, with events handlers firing when the user starts editing, and when the users ends it.


Sample 10 - In-place editing of a schedule item

  • You can programmatically select and edit items using code methods.

  • The component can be specified as a "read-only" - no item's editing can take place then.

Create items by typing

By selecting a time range in the display and starting to type, you can allow the user to automatically create schedule items directly with the start and end time set. Again, you have complete events and properties control on the whole process.


Sample 11- Items created automatically by typing

This feature also works for all-day events - just select the heading of the day (in the top area of the display) and start to type - if enabled, an automatically create all-day event will appear in place.

Top of Page