eguven
|
| Posted: 08/08/2002, 11:47 PM |
|
does any one know where can I get the codecharge studio programming
reference
|
|
|
 |
Nicole
|
| Posted: 08/09/2002, 5:47 AM |
|
Hello,
here is the link to Programming Reference for CCS1.0.6: http://www.codecharge.com/studio/reference/1_0_6/
|
|
|
 |
kangus
|
| Posted: 08/09/2002, 10:41 PM |
|
This http://www.codecharge.com/studio/reference/1_0_6/ does not contain the information needed to create extensions to CodeCharge Studio. Items like below are missing from all the references:
ccPage.HTML
ccPage.getCurrentComponent(false)
ccForm.components.createComponent("ListBox");
ccField.putProperty("name",String(name+index));
ccField.putProperty("fieldSource","");
ccField.putProperty("dataType","Text");
ccField.putProperty("wizardEmptyCaption",translation.getString("SelectValue"));
ccField.putProperty("wizardTheme","None");
ccField.putProperty("wizardThemeType","File");
var result = ccField.transformTemplate();
result = ccField.convertTemplate(result);
|
|
|
 |
Ron
|
| Posted: 08/10/2002, 4:14 AM |
|
Hello,
as I know the programming reference is not finished and will be improved
|
|
|
 |
|