|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
Tree TableHi,
I am looking for a Tree Table like in this example (http://sstree.tigris.org/nonav/example4.html). Anyone has an idea if there is a way to do it in YUI, something fast and easy? an example? Thank you and pleased to join this group. Daniel Dekel. ______________________________________________ Enviado desde Correo Yahoo! La bandeja de entrada más inteligente. |
|
|
Re: Tree TableThe regular TreeView component can do something pretty close. You would
need to change the style sheet so instead of using + and - signs you can use arrows pointing right, arrows pointing down and use HTMLNodes instead of regular TextNodes. There is an example on how to do it: http://developer.yahoo.com/yui/examples/treeview/folder_style.html. You will have to work a little to make the columns in each of the rows to match one another , you will have to run something to adjust the widths of the columns on each node expansion and collapse. Satyam Daniel Dekel wrote: > Hi, > I am looking for a Tree Table like in this example > (http://sstree.tigris.org/nonav/example4.html). > Anyone has an idea if there is a way to do it in YUI, something fast > and easy? an example? > > Thank you and pleased to join this group. > > Daniel Dekel. > > ------------------------------------------------------------------------ > > Enviado desde Correo Yahoo! > <http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52431/*http://es.docs.yahoo.com/mail/overview/index.html> > La bandeja de entrada más inteligente. > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.135 / Virus Database: 270.4.4/1532 - Release Date: 03/07/2008 8:32 > |
|
|
Re: Tree TableDaniel,
There is a TableTree that is an extension of the YUI controls. We've been using it for over 6 months without problems, though there is a bit of a learning curve as it comes with no documentation. I've found it at: http://code.google.com/p/javascript-widget/source/browse/trunk/js/tabletree/?r=17 later, John On Fri, Jul 4, 2008 at 12:33 AM, Daniel Dekel <dekeldaniel@...> wrote: > Hi, > I am looking for a Tree Table like in this example > (http://sstree.tigris.org/nonav/example4.html). > Anyone has an idea if there is a way to do it in YUI, something fast and > easy? an example? > > Thank you and pleased to join this group. > > Daniel Dekel. > > ________________________________ > Enviado desde Correo Yahoo! > La bandeja de entrada más inteligente. > |
|
|
|
|
|
Re: Tree TablePeople usually post them in their own sites or code sharing sites
(SourceForge, Google Code and such) and Eric Miraglia points to their site in his "In the Wild" column in the YUI blog (http://yuiblog.com/), whenever he finds out (telling him helps a lot). Support for third party contributions to YUI has been announced for a future, unspecified date. Satyam Daniel Dekel wrote: > Hi Satyam, > Thank you for the idea. I was hoping to find something faster to > implement it. > Anyway, if I do it, is there a place where I can put my code example > so others won´t need to do it again? > > Daniel > > ----- Mensaje original ---- > De: Satyam <satyam@...> > Para: ydn-javascript@... > Enviado: viernes, 4 de julio, 2008 13:42:48 > Asunto: Re: [ydn-javascript] Tree Table > > The regular TreeView component can do something pretty close. You would > need to change the style sheet so instead of using + and - signs you can > use arrows pointing right, arrows pointing down and use HTMLNodes > instead of regular TextNodes. There is an example on how to do it: > http://developer. yahoo.com/ yui/examples/ treeview/ folder_style. > html. > <http://developer.yahoo.com/yui/examples/treeview/folder_style.html.> > > You will have to work a little to make the columns in each of the rows > to match one another , you will have to run something to adjust the > widths of the columns on each node expansion and collapse. > > Satyam > > Daniel Dekel wrote: > > Hi, > > I am looking for a Tree Table like in this example > > (http://sstree. tigris.org/ nonav/example4. html > <http://sstree.tigris.org/nonav/example4.html>). > > Anyone has an idea if there is a way to do it in YUI, something fast > > and easy? an example? > > > > Thank you and pleased to join this group. > > > > Daniel Dekel. > > > > ------------ --------- --------- --------- --------- --------- - > > > > Enviado desde Correo Yahoo! > > <http://us.rd. yahoo.com/ mailuk/taglines/ isp/control/ *http://us. > rd.yahoo. com/evt=52431/ *http://es. docs.yahoo. com/mail/ overview/ > index.html > <http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52431/*http://es.docs.yahoo.com/mail/overview/index.html>> > > La bandeja de entrada más inteligente. > > > > No virus found in this incoming message. > > Checked by AVG - http://www.avg. com <http://www.avg.com> > > Version: 8.0.135 / Virus Database: 270.4.4/1532 - Release Date: > 03/07/2008 8:32 > > > > > ------------------------------------------------------------------------ > > Enviado desde Correo Yahoo! > <http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52431/*http://es.docs.yahoo.com/mail/overview/index.html> > La bandeja de entrada más inteligente. > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.138 / Virus Database: 270.4.5/1535 - Release Date: 04/07/2008 17:03 > |
|
|
|
|
|
Re: Tree TableDaniel, John,
I'd love to see a blog post that explains the treetable implementation John pointed to on Google Code. If any writeup exists that you know of, could you share the link here? -Eric On Jul 5, 2008, at 12:44 AM, Satyam wrote: > People usually post them in their own sites or code sharing sites > (SourceForge, Google Code and such) and Eric Miraglia points to their > site in his "In the Wild" column in the YUI blog (http:// > yuiblog.com/), > whenever he finds out (telling him helps a lot). Support for third > party contributions to YUI has been announced for a future, > unspecified > date. > > Satyam > > Daniel Dekel wrote: > > Hi Satyam, > > Thank you for the idea. I was hoping to find something faster to > > implement it. > > Anyway, if I do it, is there a place where I can put my code example > > so others won´t need to do it again? > > > > Daniel > > > > ----- Mensaje original ---- > > De: Satyam <satyam@...> > > Para: ydn-javascript@... > > Enviado: viernes, 4 de julio, 2008 13:42:48 > > Asunto: Re: [ydn-javascript] Tree Table > > > > The regular TreeView component can do something pretty close. You > would > > need to change the style sheet so instead of using + and - signs > you can > > use arrows pointing right, arrows pointing down and use HTMLNodes > > instead of regular TextNodes. There is an example on how to do it: > > http://developer. yahoo.com/ yui/examples/ treeview/ folder_style. > > html. > > <http://developer.yahoo.com/yui/examples/treeview/ > folder_style.html.> > > > > You will have to work a little to make the columns in each of the > rows > > to match one another , you will have to run something to adjust the > > widths of the columns on each node expansion and collapse. > > > > Satyam > > > > Daniel Dekel wrote: > > > Hi, > > > I am looking for a Tree Table like in this example > > > (http://sstree. tigris.org/ nonav/example4. html > > <http://sstree.tigris.org/nonav/example4.html>). > > > Anyone has an idea if there is a way to do it in YUI, something > fast > > > and easy? an example? > > > > > > Thank you and pleased to join this group. > > > > > > Daniel Dekel. > > > > > > ------------ --------- --------- --------- --------- --------- - > > > > > > Enviado desde Correo Yahoo! > > > <http://us.rd. yahoo.com/ mailuk/taglines/ isp/control/ *http:// > us. > > rd.yahoo. com/evt=52431/ *http://es. docs.yahoo. com/mail/ overview/ > > index.html > > <http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52431/*http://es.docs.yahoo.com/mail/overview/index.html > >> > > > La bandeja de entrada más inteligente. > > > > > > No virus found in this incoming message. > > > Checked by AVG - http://www.avg. com <http://www.avg.com> > > > Version: 8.0.135 / Virus Database: 270.4.4/1532 - Release Date: > > 03/07/2008 8:32 > > > > > > > > > ---------------------------------------------------------- > > > > Enviado desde Correo Yahoo! > > <http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52431/*http://es.docs.yahoo.com/mail/overview/index.html > > > > La bandeja de entrada más inteligente. > > > > No virus found in this incoming message. > > Checked by AVG - http://www.avg.com > > Version: 8.0.138 / Virus Database: 270.4.5/1535 - Release Date: > 04/07/2008 17:03 > > > > |
|
|
|
| Free Forum Powered by Nabble | Forum Help |