CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Released new version 3.0.0.115

Official Releases of IWCGjQuery Suite

by Jorge Sousa » 23 Dec 2016 11:53

* New Components:

IWCGJQFileTree: Customized, fully-interactive file tree.

IWCGJQGeoLocation: Acts as simplification of the W3C Geolocation API (Needs secure connections for chrome)

Support for Delphi 10.1 Berlin Update 2

Support for Intraweb 14.1.4

* New Features:

Core:
- Added: public javascript function CGCopyToClipBoard

IWCGJQAccordion:
- Fixed: jquery selector for changing the header caption of tab

IWCGJQCheckBoxList:
- Added: new property Classes

IWCGJQDatePicker:
- Added/Improved: MinDate & MaxDate properties - handle the value as TDateTime, according to DateFormat
- Added: new NullAsEmpty to DataLink - set the control empty when Field.IsNULL

IWCGJQDialog:
- Added: new property CenterOnWinResize - works only with Position = jqdopCenter

IWCGJQDropDown:
- Added: protection on internal script of Ajax.Result function - on recents versions of google chrome, the web TObject class have property "values", which have same name of property in Ajax.Result method.
Note: Only happens with assigned OnGetDropDownData event and InfiniteScroll = False.

IWCGJQDynaTree:
- Added: internal browser parameter "select" on OnSelect event.

IWCGJQFileUpload:
- Added: new event OnBeforeSubmit - triggers on submit the file (before upload to server)
- Added: new event OnSaveFile
- Added: debug mode when

IWCGJQHotKeyHighlight:
- Added: plugin debug mode when ServerController.JavascriptOptions.Debug = True

IWCGJQGrid:
- Added: ClearCookiesOnInit property & ClearCookies method
- Added: new property MultiSelectHeaderCheckbox - enable/disable the checkbox in header when MultiSelect = True
- Added: new cmoCells to ContextMenuOptions

IWCGJQGridDataSetProvider:
- Added: support for ftFMTBcd datatype

IWCGJQGMap3:
- Added: new properties StyledMapType & ImageMapType
- Added: new property OnCallback

IWCGJQImage:
- Added: new event OnAfterSave - triggers after the save of image (URL or Picture)

IWCGJQLayout:
- Updated: jquery plugin to 1.4.4

IWCGJQLockIndicator:
- Added: new property ControlJQSelector

IWCGJQMultiSelect:
- Added: new property OnSortableReorder & SelectedUserSortList

IWCGJQPayPalCart:
- Fixed: Reset method when widget is docked

IWCGJQPDFJS:
- Added: new property Zoom

IWCGJQResponsiveList:
- Added: new method ClearPanels

IWCGJQScheduler:
- Added: new property ContentColor to ColorArrayItem

IWCGJQTinyMCE
- Update: TinyMCE jquery plugin to 4.5.1
- Added: new methods AnimatedScrollContent & ScrollContent

IWCGJQWizard:
- Added: new property TabsInRow

* Bug Fixes:

IWCGJQAutoComplete:
- Fixed: Escape the Text on async changing, was provoking the js error with special chars

IWCGJQButton:
- Fixed: issue with duplicate images on async change of properties, when Primary Picture is defined

IWCGJQButtonsSet:
- Fixed: buttons aligment
- Fixed: update the state of buttons when ButtonType = jqbtCheckBox

IWCGJQContextMenu:
- Fixed: It wasn't setting not visible items at creation
- Fixed: Events of typeOptions

IWCGJQDropDown:
- Fixed: escape the special chars on async set of value
- Fixed: escape the special chars on async set of Text
- Fixed: issue in js code on change fixed script
- Fixed: issue with quoted value
- Fixed: issue with custom message in JQValidateOptions

IWCGJQEdit:
- Fixed: clear button and default button conflict

IWCGJQFileUpload:
- Fixed: problem with upload in IE11/EDGE when ISAPI
- Fixed: prevent default action on chrome when ALT pressed

IWCGJQHotKeyHighlight:
- Fixed: prevent default action on chrome when ALT pressed

IWCGJQGMap3:
- Fixed: default values of MapTypeControl, StreetViewControl, ZoomControl and Position properties.
- Fixed: property Position of controls
- Fixed: FireFox problem with rendering of map
- Fixed/Improved: call once google map resize on idle, to ensure the correct size of map

IWCGJQGrid:
- Fixed/Improved: css issue with selected row in JQGrid (themes: jWin8, jMetro, jMango, jFlick, jFace)
- Fixed: remove style from highlighted row, after cell selection (CellEdit = True)
- Fixed: issue with center after init/resize

IWCGJQGridCellsProvider:
- Fixed: Missing call the OnExportExcel event (if assigned)

IWCGJQHTMLEditor:
- Fixed: ASPX error - Request.Form in ASPX(IIS) value was potentially dangerous on get content

IWCGJQLayout:
- Fixed: issue with order of components after resize/open/close panel (recent changes of IW)
- Fixed: panel margins (IW started rendering margins)

IWCGJQMemoEx:
- Fixed: issue with width of component, in some cases the width of element is bigger then component.
- Fixed: default values of TIWCGJQMemoExOptionsTabr.Use & TIWCGJQMemoExOptionsDsrm.Use

IWCGJQNotification:
- Fixed/Added: Update async postion of FreeOW notification

IWCGJQPDFJS:
- Fixed: loading of pdf file with spaces

IWCGPicture:
- Fixed: missing ';' in SaveImageFromUrl

IWCGJQResponsiveList:
- Fixed: access violation on AjaxReRender of control

IWCGJQScheduler:
- Added: js protection on destroy
- Fixed: critical issue/bug in jquery plugin with intervalTime property
- Improved/Fixed: creation of timeline in some cases was broken

IWCGJQSimplePieChart:
- Removed: Memory Leak

IWCGJQTabs:
- Fixed: Tabs top position when setted TabsHidden in run-time.
- Fixed/Improved: force remove the width of tab panels, because some 3rd themes have !important
- Fixed: Ajax Tab loading when AjaxLoadAlways = False

IWCGJQTinyMCE:
- Fixed: ASPX error - Request.Form in ASPX(IIS) value was potentially dangerous on get content

IWCGJQTreeView:
- Fixed: issue with classes in tree on async event

IWCGJQWizard:
- Fixed: trigger twice beforeStepChanging event
- Fixed: css issues with controls inside
- Fixed: jquery plugin design bug with OnBeforeStepChanging event and ManuallyNavigation property.
- Fixed: default value of EnableCancelButton

IWCGJQWPaint:
- Added/Fixed: internal check for Image Url (ISAPI)

AsyncRender:
- Fixed: issue when AKeepPosition is True and parent is form

Core:
IWCGJQCheckBox, IWCGJQDatePicker, IWCGJQDropdown, IWCGJQAutoComplete, IWCGJQEdit, IWCGJQMemo, IWCGJQRadio, IWCGJQTimePicker, IWCGJQToggleButton:
- Fixed: avoid the state changing on client browser when DataLink.StateChangeOperation = scoNone
Best Regards
CGDevTools Develop / Support Team
Home Page: http://www.cgdevtools.com
Jorge Sousa
 
Posts: 4261
Joined: 17 May 2012 09:58

Return to Official Releases

cron

Who is online

Users browsing this forum: No registered users and 1 guest

Contact Us.