Age | Commit message (Collapse) | Author |
|
initial states reset during loadStateRecursive.
|
|
|
|
|
|
|
|
|
|
added TThemeManager.AvailableThemes property
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
works in Safari.
|
|
|
|
|
|
|
|
modification affects both the URLs generated by calling constructUrl() and the URLs understood by PRADO. In particular, PRADO now understands the following URL format:
/index.php/ServiceID,ServiceParam/Name1,Value1/Name2,Value2/...
Previously, the above URL is written as:
/index.php/ServiceID/ServiceParam/Name1/Value1/Name2/Value2/...
|
|
|
|
|
|
|
|
added to page hierarchy at the last.
|
|
|
|
|
|
|
|
|
|
|
|
Added support for array values to be passed through the uri when using the 'path' UriFormat. This allows a uri to be constructed with a format of domain.com/page/Home/var[]/1/var[]/3 if needed. A call to $this->Request->itemAt('var') in this case would return an array of array('1','3');. At the moment, only single dimension arrays are supported.
|
|
|
|
ActiveControls)
|
|
|
|
|
|
|
|
|
|
|
|
|