Sigma Php Ajax framework, Ajax Components, GUI Builder
May 21, 2012, 09:09:53 PM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
Sigma Php Ajax framework, Ajax Components, GUI Builder
>
Sigma Grid
>
Sigma Grid - Q&A
(Moderators:
steven
,
gbolanoscruz
) >
Sigma Grid 2.0+ Tutorial
Pages: [
1
]
« previous
next »
Print
Author
Topic: Sigma Grid 2.0+ Tutorial (Read 22910 times)
steven
Moderator
Hero Member
Posts: 544
Sigma Grid 2.0+ Tutorial
«
on:
September 16, 2008, 06:44:14 PM »
This is tutorial for 2.0 +.
Sigma Grid 2 Tutorial 1 - Get started
Sigma Grid 2 Tutorial 2 - Load data from database
Sigma Grid 2 Tutorial 3 - Create, Read, Update and Delete on database
«
Last Edit: April 22, 2010, 05:47:22 PM by steven
»
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
steven
Moderator
Hero Member
Posts: 544
How Upgrade From 2.0 to 2.1
«
Reply #1 on:
October 20, 2008, 01:21:55 AM »
1. Functions/Properties name changed.
saveURL/loadUrl changed to saveURL/loadURL
toolbarContext changed to toolbarContent
Value of toolbarContent 'info' changed to 'state'
All the grid property allow_xxx changed to allowXxx
2. Method to load javascript variable to grid changed.
a. Previously, you need to assign a funtion to grid. It's so complex.
loadUrl : getTestData, function getTestData(grid) { var responseT={}; var pageInfo= grid.getPageInfo(); responseT[grid.CONST.data]= __TEST_DATA__.slice( pageInfo.startRowNum-1,pageInfo.endRowNum); responseT[grid.CONST.pageInfo]={totalRowNum :__TEST_DATA__.length } ; return responseT; }
b. From 2.1 version, you just need to point dsOption's data to your variables.
var dsOption= { ... data : __TEST_DATA__ }
3. initValue moved to dsConfig, just like the following
var dsConfig= { fields :[ {name : 'english', type: 'float' }, {name : 'math' , type: 'float' }, {name : 'total' , type: 'float', initValue : function(record){ return record['english'] + record['math']; } } ] };
«
Last Edit: November 28, 2008, 05:04:16 AM by steven
»
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
triathlon
Newbie
Posts: 1
Re: Sigma Grid 2.0+ Tutorial
«
Reply #2 on:
March 26, 2011, 12:07:43 AM »
okkkkkkkkk
Logged
triathlon race results
GuyWalksIntoBar
Newbie
Posts: 4
A Guy Walks Into A Bar
Re: Sigma Grid 2.0+ Tutorial
«
Reply #3 on:
November 30, 2011, 11:41:28 AM »
A Guy Walks Into A Bar
Funny & Short Jokes
GuyWalksIntoBar's Channel
http://www.youtube.com/guywalksintobar
Logged
Funny & Short Jokes
GuyWalksIntoBar
Really Funny
Funny & Short Jokes
GuyWalksIntoBar
Newbie
Posts: 4
A Guy Walks Into A Bar
Re: Sigma Grid 2.0+ Tutorial
«
Reply #4 on:
November 30, 2011, 11:42:41 AM »
A Guy Walks Into A Bar
Funny & Short Jokes
GuyWalksIntoBar's Channel
http://www.youtube.com/guywalksintobar
Logged
Funny & Short Jokes
GuyWalksIntoBar
Really Funny
Funny & Short Jokes
friendtraffic
Newbie
Posts: 2
Friend Traffic Boost Your Social Fans Friend Traff
Re: Sigma Grid 2.0+ Tutorial
«
Reply #5 on:
December 31, 2011, 08:19:04 PM »
We offer guaranteed fan packages to kick start your marketing
campaign.Whether you currently have zero fans or thousands of
fans, needs
Twitter
followers
or
Youtube
views Friend-Traffic can send additional targeted and real
fans to your fan page, increase your social proof and fan page
activity.
Logged
buy facebook fans
how to get more followers on twitter
youtube views
buy twitter followers
getdeer
Newbie
Posts: 1
Re: Sigma Grid 2.0+ Tutorial
«
Reply #6 on:
January 18, 2012, 03:51:46 PM »
Thanks man. I finally know how to use it. Been finding it hard doing it by myself..
Logged
gulf coast claims facility
altair09
Newbie
Posts: 1
Everything in life is luck.
Re: Sigma Grid 2.0+ Tutorial
«
Reply #7 on:
January 25, 2012, 04:46:42 AM »
Thanks for such a great info dude, this is really helps me a lot
Logged
Try not to be a man of success, but rather to be a man of value. - Albert Einstein
spark plug
auto news
car reviews
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News & Announcements
-----------------------------
Sigma Visual GUI Builder & Library
-----------------------------
=> Sigma Visual - Knowledge Share
=> Sigma Visual - Q&A
=> Bug Report & Wishlist
-----------------------------
Sigma Grid
-----------------------------
=> Sigma Grid - Q&A
=> Show Case
=> Bug Report & Wishlist
-----------------------------
Other
-----------------------------
=> AJAX & JavaScript
Loading...