<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Web AppBuilder - Eventhandling (row-edit) with jimu.js/dijit/SimpleTable in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788356#M3819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've used the 'actions-edit' in an other SimpleTable where the user can edit more than just one field. In this case I open a Popup for the edit action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But just for editing one field I don't want to open a new popup. Neither i want to implement the editing within the table by myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you work with the 'editable: true' property or did you implement it youself ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2015 12:52:54 GMT</pubDate>
    <dc:creator>StefanP__Jung</dc:creator>
    <dc:date>2015-07-30T12:52:54Z</dc:date>
    <item>
      <title>Web AppBuilder - Eventhandling (row-edit) with jimu.js/dijit/SimpleTable</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788354#M3817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the Esri out of the box Widgets are using the jimu.js/dijit/SimpleTable for creating a Table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make my Widget responsive i thought using the SimpleTable is the best method for now. So i don't have to care about the styling and can use all the features the SimpleTable comes with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's easys to create a new table and fill it with data, but the eventhandling is not 100% working like excepted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want a user to be able to edit text within the table you can set the Parameter 'editable: true' for a field. But there is no event that notifies if the user has edited a field. The event 'row-edit' is not fired in this case. It looks like that this event is only fired when the row is updated programatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have some experience with the SimpleTable? Currently I am thinking about modifying the SimpleTable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 07:25:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788354#M3817</guid>
      <dc:creator>StefanP__Jung</dc:creator>
      <dc:date>2015-07-30T07:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Eventhandling (row-edit) with jimu.js/dijit/SimpleTable</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788355#M3818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I use "actions-edit" when using SimpleTable as I noticed as you did that "row-edit" is only fired when programmatic changes are made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 12:04:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788355#M3818</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-07-30T12:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Eventhandling (row-edit) with jimu.js/dijit/SimpleTable</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788356#M3819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've used the 'actions-edit' in an other SimpleTable where the user can edit more than just one field. In this case I open a Popup for the edit action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But just for editing one field I don't want to open a new popup. Neither i want to implement the editing within the table by myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you work with the 'editable: true' property or did you implement it youself ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 12:52:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788356#M3819</guid>
      <dc:creator>StefanP__Jung</dc:creator>
      <dc:date>2015-07-30T12:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Eventhandling (row-edit) with jimu.js/dijit/SimpleTable</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788357#M3820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I do use editble: true but in my case I don't need to respond to the event of a single field being edited. I just get the tables values when the dialog is closed and commit those to the json.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 12:59:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788357#M3820</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-07-30T12:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Eventhandling (row-edit) with jimu.js/dijit/SimpleTable</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788358#M3821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for me it would be enough if i would get any event after the user has edited the field. I don't even need the TR that has been edited.I Could iterate over the table after the event has been fired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using 'editable:true' for a field the user will edit the field with a double click, and it will be finished if the field is not in focus anymore. So even a click outsite of the browser will finish the editing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="row-edit.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/119886_row-edit.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;And exacly at this point I would like to receive any event. The 'actions-edit' does only fire when using the type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actions ['edit'] and the user is clicking on the pen. Did i get anything wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:15:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788358#M3821</guid>
      <dc:creator>StefanP__Jung</dc:creator>
      <dc:date>2015-07-30T13:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Eventhandling (row-edit) with jimu.js/dijit/SimpleTable</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788359#M3822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Nope you have it all right. There is just currently no event that I am aware of that fires after a field has been edited. In many of my widget I include a custom copy of SimpleTable so that I can add additional features or events.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:25:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788359#M3822</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-07-30T13:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Eventhandling (row-edit) with jimu.js/dijit/SimpleTable</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788360#M3823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert, so i guess the best way is to use a custom copy of SimpleTable which is located within my Widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe there will be some more events in a future version of the SimpleTable. It also would be nice if there is a github for sharing the modified 'jimu/dijit's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788360#M3823</guid>
      <dc:creator>StefanP__Jung</dc:creator>
      <dc:date>2015-07-30T13:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Eventhandling (row-edit) with jimu.js/dijit/SimpleTable</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788361#M3824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Correct, I normally include the SimpleTable in my settings folder and then just add the appropriate require in my code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:57:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-eventhandling-row-edit-with-jimu-js/m-p/788361#M3824</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-07-30T13:57:37Z</dc:date>
    </item>
  </channel>
</rss>

