Age | Commit message (Expand) | Author |
2005-12-24 | (no commit message) | xue |
2005-12-24 | Added TService base class. | xue |
2005-12-24 | (no commit message) | xue |
2005-12-24 | (no commit message) | xue |
2005-12-23 | (no commit message) | xue |
2005-12-23 | Implemented new page storage method. | xue |
2005-12-22 | (no commit message) | xue |
2005-12-22 | (no commit message) | xue |
2005-12-21 | Enhanced TemplateFile check for TPage. If a page entry in config.xml doesn't ... | xue |
2005-12-21 | Using TPageStatePersister instead of THiddenFieldPageStatePersister. | xue |
2005-12-21 | (no commit message) | xue |
2005-12-21 | Changed THiddenFieldPageStatePersister to TPageStatePersister. Changed the wa... | xue |
2005-12-21 | Changed to getGlobalState and setGlobalState. Added clearGlobalState. | xue |
2005-12-21 | DbFile property is now optional. | xue |
2005-12-21 | Added support to global state. | xue |
2005-12-19 | Added detachEventHandler. | xue |
2005-12-18 | Enhanced template syntax about using application parameters. | xue |
2005-12-17 | Changed TList::addAt to TList::insert | xue |
2005-12-16 | Fixed the name of TConfigurationException. | xue |
2005-12-16 | Split dataBind() into dataBindProperties() and dataBindChildren(). | xue |
2005-12-16 | Fixed name of TConfigurationException. | xue |
2005-12-15 | Added support to use the following tag defining a user with some roles, | xue |
2005-12-15 | Fixed a bug about exception name. | xue |
2005-12-15 | (no commit message) | xue |
2005-12-15 | Fixed a bug about user file extension. | xue |
2005-12-15 | Added support to read user/role information from an external file. | xue |
2005-12-15 | added error messages about TUserManager | xue |
2005-12-15 | Added a new feature about using databind expression in template. | xue |
2005-12-15 | Fixed a bug about dataBind() (dataBind() was not invoked on child controls) | xue |
2005-12-14 | Added TListControl | xue |
2005-12-14 | Added TDataBoundControl, TDropDownList and TListBox. Note, they're not done yet. | xue |
2005-12-13 | Added clearViewState and clearControlState. | xue |
2005-12-13 | Moved code for registering postback js from onPreRender to addAttributesToRen... | xue |
2005-12-13 | Restored code about rendering attribute "disabled". | xue |
2005-12-13 | (no commit message) | xue |
2005-12-13 | Removed inline javascript from components. Adding TJavascriptLogger and logge... | wei |
2005-12-13 | Adding client side javascript validators. | wei |
2005-12-12 | (no commit message) | xue |
2005-12-12 | Added support to check recursively if a control has its viewstate enabled. | xue |
2005-12-12 | Added TFileUpload control. | xue |
2005-12-12 | getServerVariables, getEnvironmentVariables, getUploadedFiles now return an a... | xue |
2005-12-12 | Modified rendering logic of hidden fields so that they are rendered at both t... | xue |
2005-12-11 | Added TBaseValidator. It's not ready yet. Needs to fill in js-related stuff. | xue |
2005-12-11 | Variable name change from _focusedControl to _focus. | xue |
2005-12-11 | Modified setFocus so that it can focus on arbitrary element on a page rather ... | xue |
2005-12-11 | Fixed a syntax error in PradoBase class, which would cause a recursive raisin... | xue |
2005-12-11 | (no commit message) | xue |
2005-12-11 | Throws "Fatal error: Exception thrown without a stack frame in Unknown on lin... | wei |
2005-12-10 | If a control is invisible, it's PreRender event will not be raised. | xue |
2005-12-10 | Prado::using now will not include a file if the corresponding class is alread... | xue |