Sigma Php Ajax framework, Ajax Components, GUI Builder
February 04, 2012, 03:00:25 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Sigma Visual Builder Programming Tutorial  (Read 21746 times)
steven
Moderator
Hero Member
*****
Posts: 546



View Profile
« on: January 21, 2009, 06:21:55 PM »

Tutorial 1 - Make Hello World Appliction
Tutorial 2 - Make An Asynchronous Calling
Tutorial 3 - First Sight Of Sigma Visual Tree Grid
Tutorial 4 - Display Data In Real Database
Tutorial 5 - Drag & Drop
Tutorial 6 - Load Tree Node From Real Database Dynamically
Tutorial 7 - Programming With Tree Grid
Tutorial 8 - Understand API - Questions & Answers
Tutorial 10 - Windows & Dialog Programming
Tutorial 11 - Tab/Stack/Button View Programming
More tutorials coming soon...

Now, Check out our LINB3.0 Cookbook - Getting Started Guide
« Last Edit: August 10, 2010, 05:43:13 PM by linb » Logged

Sigma AJAX Data Grid - Easy to Integrate with PHP, ASP Classic, ASP.NET & Java
Sigma PHP Ajax Framework - WYSIWYG GUI Builder With Tree, Grid, Treegrid, Dialog, Tab & More Component
psahapon
Newbie
*
Posts: 2


View Profile
« Reply #1 on: June 06, 2009, 01:27:52 AM »

hi, I would like to ask you some questions and may be need some tutorials with the below topic.

- can we use Sigma to send data as post method like linb.request() ? how?
- can we use Sigma to upload file? how?
- what is DataBinding compenent? how to use it?

Thank you very much.

Tum
Logged
linb
Administrator
Hero Member
*****
Posts: 433


View Profile
« Reply #2 on: June 06, 2009, 06:32:17 PM »

Upload file:
// create an upload control
var uploader = new linb.UI.ComboInput().setType('upload');

//and select a file....

//Try to upload the file to url
linb.request(url, {file:uploader.getUploadObj()}, function(){}, function(){}, null, {method:'post'});

--------------------------

About DataBinding compenent, try this deom: http://www.sigmawidgets.com/products/sigma_visual/Samples/linb/forms/DataBinder/index.html
Logged
psahapon
Newbie
*
Posts: 2


View Profile
« Reply #3 on: June 10, 2009, 09:43:28 AM »

Thank you very much for your reply. now I have another question as below

- I'm trying to create the form with the input component and set the value on the valueFormat property.
the input can show the tips when error that's ok.
Now I would like to check that all input in the form are already valid as per valueFormat provided.
Do we have the input property to show the validation status?
I plan to use that property to check again when submit the form.
or any better solution please provide. Thank you for advance.
Logged
linb
Administrator
Hero Member
*****
Posts: 433


View Profile
« Reply #4 on: June 10, 2009, 05:26:54 PM »

Maybe the DataBinder is for you.

Refer to the related code in this demo :

http://www.sigmawidgets.com/products/sigma_visual/Samples/comb/survey/index.html
Logged
huiohenauli
Newbie
*
Posts: 1


View Profile
« Reply #5 on: August 09, 2009, 01:13:30 PM »

How use Sigma to send data using post method like a php method? (i want write data into database using a form, do you undestanding my question?)
Logged
linb
Administrator
Hero Member
*****
Posts: 433


View Profile
« Reply #6 on: August 09, 2009, 05:47:05 PM »

Find and read this example: "Samples/comb/dbdemo".
Logged
amatt
Newbie
*
Posts: 1


View Profile
« Reply #7 on: September 17, 2009, 12:13:38 AM »

nice tutorial.., do you have any tutorial on layouts?
Logged
benji
Jr. Member
**
Posts: 5


View Profile
« Reply #8 on: January 22, 2010, 04:15:11 AM »

Hey is there a possibility to make a tutorial how to write data from a treegrid into a database? how to use the parameters for use in php?

mfg benji
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!