summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-21Added support to global state.xue
2005-12-19Added detachEventHandler.xue
2005-12-18Enhanced template syntax about using application parameters.xue
2005-12-17Changed TList::addAt to TList::insertxue
2005-12-16Fixed the name of TConfigurationException.xue
2005-12-16Split dataBind() into dataBindProperties() and dataBindChildren().xue
2005-12-16Fixed name of TConfigurationException.xue
2005-12-15Added support to use the following tag defining a user with some roles,xue
<user name="xxx" password="xxx" roles="role1,role2" />
2005-12-15Fixed a bug about exception name.xue
2005-12-15(no commit message)xue
2005-12-15added demo of using userfile to specify user data.xue
2005-12-15Fixed a bug about user file extension.xue
2005-12-15Added support to read user/role information from an external file.xue
2005-12-15added error messages about TUserManagerxue
2005-12-15Test for new databinding feature.xue
2005-12-15Added a new feature about using databind expression in template.xue
2005-12-15Fixed a bug about dataBind() (dataBind() was not invoked on child controls)xue
2005-12-14Added TListControlxue
2005-12-14Added TDataBoundControl, TDropDownList and TListBox. Note, they're not done yet.xue
2005-12-13Added clearViewState and clearControlState.xue
2005-12-13Moved code for registering postback js from onPreRender to ↵xue
addAttributesToRender. It's too early to register js in onPreRender.
2005-12-13Restored code about rendering attribute "disabled".xue
2005-12-13(no commit message)xue
2005-12-13Removed inline javascript from components. Adding TJavascriptLogger and ↵wei
logger.js
2005-12-13Adding FunctionalTests README.txtwei
2005-12-13Adding client side javascript validators.wei
2005-12-12(no commit message)xue
2005-12-12Added support to check recursively if a control has its viewstate enabled.xue
2005-12-12Added TFileUpload control.xue
2005-12-12getServerVariables, getEnvironmentVariables, getUploadedFiles now return an ↵xue
array instead of TMap.
2005-12-12Modified rendering logic of hidden fields so that they are rendered at both ↵xue
the beginning and ending of the form.
2005-12-11Added TBaseValidator. It's not ready yet. Needs to fill in js-related stuff.xue
2005-12-11Variable name change from _focusedControl to _focus.xue
2005-12-11Modified setFocus so that it can focus on arbitrary element on a page rather ↵xue
than just controls.
2005-12-11Fixed a syntax error in PradoBase class, which would cause a recursive ↵xue
raising of exceptions.
2005-12-11(no commit message)xue
2005-12-11Throws "Fatal error: Exception thrown without a stack frame in Unknown on ↵wei
line 0"
2005-12-10If a control is invisible, it's PreRender event will not be raised.xue
2005-12-10Fixed an issue about word file path (changed Data to data in the path).xue
2005-12-10Prado::using now will not include a file if the corresponding class is ↵xue
already defined.
2005-12-10Moved build script to tools directory.xue
2005-12-10Added .htaccess file to hangman game.xue
2005-12-10Moved JavaScript build script to tools directory.xue
Modified JavaScript build script to reflect the above path changing. Added Prado Script build script that merges core script files into one to save script inclusion time for Prado applications.
2005-12-10(no commit message)xue
2005-12-10Adding Hangman game functional test.wei
2005-12-10Initial import selenium functional test framework.wei
2005-12-10Update exception templates to be XHTML 1.0 transitional compliant.wei
2005-12-10(no commit message)xue
2005-12-10(no commit message)xue
2005-12-09(no commit message)xue