Risultati da 1 a 6 di 6
			
		- 
	06-12-2006, 06:11 #1Inattivo    
 - Data Registrazione
- Dec 2006
- Messaggi
- 3
  Recommend an AJAX IDE - JoyiStar AJAX WebShop Recommend an AJAX IDE - JoyiStar AJAX WebShopRecommend an AJAX IDE - JoyiStar AJAX WebShop 
 
 JoyiStar AJAX WebShop 3.0 will be released soon
 
 The JoyiStar AJAX WebShop development team is proud to announce
 
 the incoming release of JoyiStar AJAX WebShop 3.0. This release
 
 is a major improvement in the AJAX WebShop series, which
 
 includes a large number of new features and security
 
 enhancements. Further details about this release can be found
 
 below.
 
 
 The key features of JoyiStar AJAX WebShop 3.0 include:
 1. Simultaneously Support AJAX applications development in
 
 Java and .NET, and will support PHP soon.
 2. The programming language including Java, C# and VB.
 3. Coding Wizard, Integrated compilers, running enviroment
 
 and pubulishing
 4. AJAX UI Library, totally visual design AJAX pattern
 5. More powerful Coding aoto-complement
 6. Simultaneously compatible with more types of web
 
 browsers
 7. Users can extend AJAX components and integrate them
 
 into AJAX WebShop 3.0 by themselves.
 
 Recommend an AJAX IDE - JoyiStar AJAX WebShop. I've used for
 
 serveral weeks, and it's work very well. You can visit the
 
 http://www.joyistar.com to know more information.
   
 
- 
	06-12-2006, 22:26 #2
 
- 
	11-12-2006, 07:23 #3Inattivo    
 - Data Registrazione
- Dec 2006
- Messaggi
- 3
  The Release of JoyiStar AJAX WebShop 3 Beta --AJAX IDE The Release of JoyiStar AJAX WebShop 3 Beta --AJAX IDEThe Release of JoyiStar AJAX WebShop 3 Beta 
 
 The JoyiStar AJAX WebShop development team is proud to announce the release of JoyiStar AJAX WebShop 3.0 Beta for Personal Edition. This release is a major improvement in the AJAX WebShop series, which includes a large number of new features and security enhancements.
 Further details and the full list of changes about this release can be found in JoyiStar AJAX WebShop 3.0 Beta for personal edition.
 Downloading page link is: Downloads
 Notes:
 Please refer to the END-USER LICENSE AGREEMENT FOR JoyiStar Corporation products when you use JoyiStar Softwares.
 If you have any problems or discover any bugs, please feel free to contact us, thank you!
 
   
 
- 
	11-12-2006, 21:52 #4Se funzionasse il link ci andrei anche a vedere ...  Giovanni Giovanni
 http://www.trimelli.com/
 
 Per favore non mandatemi PM, ma scrivete sul forum. Vi sarà risposto prima.
 
 
- 
	18-12-2006, 17:57 #5Inattivo    
 - Data Registrazione
- Dec 2006
- Messaggi
- 3
 Data binding analysis of AJAX DataSet and DBControl in AJAX WebShop 
 
 Viky commend
 Brief introduction:
 
 Register the Objects list related to data, and when the related events happen, an information should be send to these objects. After they receive these information, the related operation would carry out according to the information ID and data.
 
 Information ID:
 
 modify:12
 open:0
 refresh:5
 close:7
 move record:3
 append:1
 delete:2
 firedatachange:6
 post:13
 cancel:9
 apply:8
 fieldvalue firechange:4
 notify lookup dataset:11
 
 Codes analysis:
 
 Here we will take the DBEdit as the example to analysis the way of data binding.
 Set the property of DBEdit as DataSet or SetDataSet. Register DBEdit to the data binding list by LinkObj. Actually, the data binding list is an array. When the events happen in DataSet, system will call Notify to notice all the objects in the list and all the objects have an implement of the interface – HandleMessage to be called by DataSet. Refer to the source code below:
 
 DataSet.prototype.Notify=function(act,recno,p){var os=this.linkobjs;if(!os||this.AutoControl==false)r eturn;for(var j=0;j<os.length;j++)if(os[j].HandleMessage)os[j].HandleMessage(this,act,recno,p);}
 
 function DC_handlemessage(sender,msg,recno)
 {
 if(msg!=6&&msg!=12)
 this.Refresh();
 }
 function DC_refresh()
 {
 var v,f;
 if(this.DataSet.Active){
 f=this.DataSet.Fields.Field[this.DataField];
 if(!f)jcl_err(this.Name+'.DataField:'+this.DataFie ld+Err_NoField);
 if(f){
 this.readOnly=f.ReadOnly;
 v=f.GetValue();
 if(v==null)v='';this.value=v;
 if(this.Type=='span')this.innerHTML=v;//DBLabel
 if(this.Type=='checkbox'){
 if(this.CheckedValue == v){
 this.checked=true;
 this.defaultChecked=true;
 }
 else{
 this.checked=false;
 }
 }
 }
 }
 else{
 this.value='';
 if(this.Type=='span')this.innerHTML='';//DBLabel
 }
 }
 
- 
	19-12-2006, 19:42 #6Ho unito questa discussione, e chiudo, in quanto credo che si tratta di uno spam bot. Giovanni
 http://www.trimelli.com/
 
 Per favore non mandatemi PM, ma scrivete sul forum. Vi sarà risposto prima.
 
 


 
					
					
					
					
				
Segnalibri