<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Documentation about Presentation Configurations</title><link>https://www.aras.com/community/f/development/6460/documentation-about-presentation-configurations</link><description>Hello, 
 I was wondering if there are any available documentation about : 
 
 Presentation Configurations 
 Command Bar Section 
 Command Bar Item 
 The structure the methods need to have 
 
 Thank you ! 
 AlBer</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Documentation about Presentation Configurations</title><link>https://www.aras.com/community/thread/3792?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2019 14:04:20 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1dcc7f64-c267-458d-9c69-c6466e43352f</guid><dc:creator>AlBer</dc:creator><description>&lt;p&gt;Thank you &lt;span class="emoticon" data-url="https://www.aras.com/community/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Documentation about Presentation Configurations</title><link>https://www.aras.com/community/thread/3791?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2019 13:43:29 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c78d88e8-c43a-4948-add0-a249aa75b5c5</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Hi AlBer,&lt;/p&gt;
&lt;p&gt;Because Aras Innovator is a web application, the methods attached as client events need to be JavaScript. However, it would be possible to contain most or all of your logic inside of a C# method and then call that method from your client method with JavaScript code like below.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;aras.applyMethod(&amp;quot;Your Method Name&amp;quot;, &amp;quot;&amp;lt;your_property&amp;gt;Prop Value&amp;lt;/your_property&amp;gt;&amp;lt;your_other_property&amp;gt;Prop Value&amp;lt;/your_other_property&amp;gt;&amp;quot;);&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Documentation about Presentation Configurations</title><link>https://www.aras.com/community/thread/3788?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2019 12:12:44 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ed3a3d56-4c18-412f-b4d9-5efcb781698c</guid><dc:creator>AlBer</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thank you for your answer.&lt;/p&gt;
&lt;p&gt;I was wondering if it is possible to use C# rather than JS in client event methods (for interface interaction purposes) ?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;AlBer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Documentation about Presentation Configurations</title><link>https://www.aras.com/community/thread/3777?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2019 19:54:33 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d327bff3-7cc5-4c4c-bae7-5262a56e2b32</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Hi AlBer,&lt;/p&gt;
&lt;p&gt;Outside of the blogs that Aras Labs has written, there&amp;#39;s no publicly available documentation outlining the CUI data model.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As a general overview of the ItemTypes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Presentation Configuration
&lt;ul&gt;
&lt;li&gt;The top-level CUI Item. Defines how the entire UI looks and can be thought of as having two types&lt;/li&gt;
&lt;li&gt;Global Presentation Configuration
&lt;ul&gt;
&lt;li&gt;Defines the default UI&lt;/li&gt;
&lt;li&gt;Accessible through the TOC under&amp;nbsp;&lt;strong&gt;Administration &amp;gt; Configuration &amp;gt; Client Presentation&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Change this if you want your new UI element to appear everywhere&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;ItemType Presentation Configuration
&lt;ul&gt;
&lt;li&gt;Defines UI for a particular ItemType&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;/strong&gt;Accessible through the&amp;nbsp;&lt;strong&gt;Client Style&lt;/strong&gt; relationship tab of an ItemType&lt;/li&gt;
&lt;li&gt;Change this if you want your new UI element to only appear when viewing a specific ItemType&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Command Bar Section
&lt;ul&gt;
&lt;li&gt;Defines a particular section of the UI
&lt;ul&gt;
&lt;li&gt;e.g. search toolbar, relationship grid shortcuts, TOC context menu, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;In general, you will only ever modify existing sections
&lt;ul&gt;
&lt;li&gt;Look at the&amp;nbsp;&lt;em&gt;Location&lt;/em&gt; of the section to see which one you need to modify&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Command Bar Item
&lt;ul&gt;
&lt;li&gt;Defines an individual element of the UI
&lt;ul&gt;
&lt;li&gt;e.g. buttons, menus, separators, shortcuts, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is a large topic to cover. I&amp;#39;d recommend looking at the blogs and projects that are &lt;a href="/tags/cui"&gt;tagged with&amp;nbsp;&lt;em&gt;CUI&lt;/em&gt;&lt;/a&gt; for some additional information and examples. Let me know if you have any specific questions that aren&amp;#39;t answered by the existing resources. :)&amp;nbsp;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Chris&lt;/p&gt;
&lt;p&gt;Christopher Gillis&lt;/p&gt;
&lt;p&gt;Aras Las Software Engineer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>