<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi, All<br>
    <br>
    I reviewed current kimchi UI content and found generic UI components
    below that should be jquery plugins or widgets<br>
    &nbsp;&nbsp;&nbsp; <br>
    &nbsp;&nbsp;&nbsp; Button/Menu/Dialog/AlertBox/Accordion/Chart/DataGrid...<br>
    <br>
    These widgets fall into 2 categories:<br>
    1. basic form control component like Button/Menu and container
    widgets like Dialog/Accordion<br>
    2. functional widget like Chart/DataGrid<br>
    <br>
    <u>For the 1st category</u>, jquery ui contains most of them, refer
    to link below<br>
    &nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://jqueryui.com/">http://jqueryui.com/</a><br>
    If any widget we need that does not exist in jquery-ui, we should
    create a jquery widget which is common enough for reuse.<br>
    <br>
    <u>For the 2nd category</u>, as jquery ui does not contain any of
    them, we need to discuss to use jquery plugin from 3rd party.<br>
    <br>
    jquery has a widget registry, we can search the needed plugin/widget
    there.&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://plugins.jquery.com/">http://plugins.jquery.com/</a><br>
    <br>
    for chart: <a class="moz-txt-link-freetext" href="http://plugins.jquery.com/?s=chart">http://plugins.jquery.com/?s=chart</a><br>
    for datagrid: <a class="moz-txt-link-freetext" href="http://plugins.jquery.com/?s=datagrid">http://plugins.jquery.com/?s=datagrid</a><br>
    <br>
    As they are from 3rd party, not created by jquery team, we need to
    evaluate its features, quality, maintenance, license.<br>
    <br>
    Team, this is definitely strategic which impact long-term
    development, please feel free to popup your idea.<br>
  </body>
</html>