[Proto-Scripty] Re: DataGrid

2009-07-18 Thread T.J. Crowder

Hi,

Matt meant http://scripteka.com, a collection of Prototype widgets.
--
T.J. Crowder
tj / crowder software / com
Independent Software Engineer, consulting services available


On Jul 17, 3:47 pm, Matt Foster mattfoste...@gmail.com wrote:
 That is nice, you should submit it tohttp://scipteka.com

 --

 http://positionabsolute.net

 On Jul 17, 4:14 am, Alex McAuley webmas...@thecarmarketplace.com
 wrote:



  Nice data grid! ... what about inline editing of the cells ? .. i cant get
  it to work on firefox in your demo

  - Original Message -
  From: nirbhab nirbhabba...@gmail.com
  To: Prototype  script.aculo.us prototype-scriptaculous@googlegroups.com
  Sent: Thursday, July 16, 2009 7:32 AM
  Subject: [Proto-Scripty] DataGrid

  http://is.gd/1zDvChavea flexible datagrid...but sorting issue is
   there.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: DataGrid

2009-07-17 Thread Alex McAuley

Nice data grid! ... what about inline editing of the cells ? .. i cant get 
it to work on firefox in your demo
- Original Message - 
From: nirbhab nirbhabba...@gmail.com
To: Prototype  script.aculo.us prototype-scriptaculous@googlegroups.com
Sent: Thursday, July 16, 2009 7:32 AM
Subject: [Proto-Scripty] DataGrid



 http://is.gd/1zDvC have a flexible datagrid...but sorting issue is
 there.

 
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: DataGrid

2009-07-17 Thread Matt Foster

That is nice, you should submit it to http://scipteka.com


--

http://positionabsolute.net

On Jul 17, 4:14 am, Alex McAuley webmas...@thecarmarketplace.com
wrote:
 Nice data grid! ... what about inline editing of the cells ? .. i cant get
 it to work on firefox in your demo

 - Original Message -
 From: nirbhab nirbhabba...@gmail.com
 To: Prototype  script.aculo.us prototype-scriptaculous@googlegroups.com
 Sent: Thursday, July 16, 2009 7:32 AM
 Subject: [Proto-Scripty] DataGrid

 http://is.gd/1zDvChave a flexible datagrid...but sorting issue is
  there.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Datagrid using json

2008-10-15 Thread jason maina
@Matt:
Is there some example for use of the gridbase class?
Please assist on it, im still grappling with classes/namespacing in
javascript.
Have been working more on php moved to prototype less than 3months ago.

Regards
Jason

On Tue, Oct 14, 2008 at 11:25 PM, Matt Foster [EMAIL PROTECTED]wrote:


 I built some stuff, i wouldn't consider it a very robust datagrid
 control but I did develop two classes to deal with some basic datagrid
 stuff.

 GridBase is an abstract class that propagates events like rowover/
 cellover stuff like that for handling highlights.
 http://positionabsolute.net/blog/2007/09/javascript-gridbase.php

 GridBuild is a concrete class that extends GridBase and allows for
 easy data injection either through XML or a json object/matrix.
 http://positionabsolute.net/blog/2007/09/javascript-gridbuild.php



 On Oct 14, 2:49 pm, jason maina [EMAIL PROTECTED] wrote:
  Hi,
  Have been searching for a datagrid 'control' for
  prototype+scriptaculous so far nothing positive.
  Any ideas in this direction rather how would one make such a UI?
  Thanks in advance,
  - Jason
 
  --
  Sent from Gmail for mobile | mobile.google.com
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Datagrid using json

2008-10-15 Thread spectrus

Depending on your needs, ExtJS has a really nice grid component. Works
with JSON or XML.

http://extjs.com/deploy/dev/examples/samples.html

The framework itself is quite heavy, though.

Regards,
Max


On Oct 15, 1:51 am, jason maina [EMAIL PROTECTED] wrote:
 @TJ: Been there and didnt see anything close to a datagrid unless the
 naming was 'flashy', will check again.

 @Matt will be checking the link  will give a feedback after giving it
 a test run.

 Thanks so far, hope to get more replies which will help more users of
 proto-scripty.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Datagrid using json

2008-10-15 Thread jason maina
@spectrus:
Already have sampled ExtJS has a very cool UI but very heavy on a
site/application, sole reason I'm still stuck with proto-scripty.

Wish prototype+script.aculo.us could come up with cool UI just added when
needed as well as being light weight :D

@All:
Thank you for the contribution(s) though keep them coming, they will
definitely be of help somehow someday

Kind regards
Jason

On Wed, Oct 15, 2008 at 6:29 PM, spectrus [EMAIL PROTECTED] wrote:


 Depending on your needs, ExtJS has a really nice grid component. Works
 with JSON or XML.

 http://extjs.com/deploy/dev/examples/samples.html

 The framework itself is quite heavy, though.

 Regards,
 Max


 On Oct 15, 1:51 am, jason maina [EMAIL PROTECTED] wrote:
  @TJ: Been there and didnt see anything close to a datagrid unless the
  naming was 'flashy', will check again.
 
  @Matt will be checking the link  will give a feedback after giving it
  a test run.
 
  Thanks so far, hope to get more replies which will help more users of
  proto-scripty.
 
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Datagrid using json

2008-10-15 Thread spectrus

What about jQuery grids (flexigrid, ingrid)? Haven't worked with them,
but they look pretty mature.


On Oct 15, 12:56 pm, jason maina [EMAIL PROTECTED] wrote:
 @spectrus:
 Already have sampled ExtJS has a very cool UI but very heavy on a
 site/application, sole reason I'm still stuck with proto-scripty.

 Wish prototype+script.aculo.us could come up with cool UI just added when
 needed as well as being light weight :D

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Datagrid using json

2008-10-15 Thread spectrus

What about jQuery grids (flexigrid, ingrid)? Haven't worked with them,
but they look pretty mature.


On Oct 15, 12:56 pm, jason maina [EMAIL PROTECTED] wrote:
 @spectrus:
 Already have sampled ExtJS has a very cool UI but very heavy on a
 site/application, sole reason I'm still stuck with proto-scripty.

 Wish prototype+script.aculo.us could come up with cool UI just added when
 needed as well as being light weight :D

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Datagrid using json

2008-10-14 Thread Matt Foster

I built some stuff, i wouldn't consider it a very robust datagrid
control but I did develop two classes to deal with some basic datagrid
stuff.

GridBase is an abstract class that propagates events like rowover/
cellover stuff like that for handling highlights.
http://positionabsolute.net/blog/2007/09/javascript-gridbase.php

GridBuild is a concrete class that extends GridBase and allows for
easy data injection either through XML or a json object/matrix.
http://positionabsolute.net/blog/2007/09/javascript-gridbuild.php



On Oct 14, 2:49 pm, jason maina [EMAIL PROTECTED] wrote:
 Hi,
 Have been searching for a datagrid 'control' for
 prototype+scriptaculous so far nothing positive.
 Any ideas in this direction rather how would one make such a UI?
 Thanks in advance,
 - Jason

 --
 Sent from Gmail for mobile | mobile.google.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Datagrid using json

2008-10-14 Thread T.J. Crowder

Hi,

Have you checked over on http://scripteka.com/?  Lots of stuff there.

More resources on the Extras page of the unofficial wiki:
http://proto-scripty.wikidot.com/extras

HTH,
--
T.J. Crowder
tj / crowder software / com

On Oct 14, 8:49 pm, jason maina [EMAIL PROTECTED] wrote:
 Hi,
 Have been searching for a datagrid 'control' for
 prototype+scriptaculous so far nothing positive.
 Any ideas in this direction rather how would one make such a UI?
 Thanks in advance,
 - Jason

 --
 Sent from Gmail for mobile | mobile.google.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---