apex2rule-the-world.blogspot.com
apex2rule-the-world: November 2009
http://apex2rule-the-world.blogspot.com/2009_11_01_archive.html
Freitag, 20. November 2009. Regions as tabs using ExtJS. (Regionen als Tabs anzeigen mit ExtJS). Title: Regions as tabs using ExtJS. I'm working on an ExtJS. Theme right now. One of the first features i wanted to integrate was to show regions as tabs, but i wanted it to be defined only by the position of the region and its template. To do that i created the following region template. Ich arbeite momentan an einem ExtJS. Das Attribut class=”x-tab” kennzeichnet die umzuwandelnden Regionen. ...Von ExtJS, um...
apex2rule-the-world.blogspot.com
apex2rule-the-world: ExtJS tree via Apex report template....
http://apex2rule-the-world.blogspot.com/2010/02/extjs-tree-via-apex-report-template.html
Dienstag, 9. Februar 2010. ExtJS tree via Apex report template. This morning i needed to show some data in a simple ExtJS tree. Just a view categories with a few children each. I could have created the needed json string with the pl/sql function i described in an earlier post, but i finally decided to build a little report template to use for this easy stuff. That's what i came up with. Create a new report template of type "Named Column (row template)". I called mine "ExtJS Tree Report". Br / #ROW ASC#!
apex2rule-the-world.blogspot.com
apex2rule-the-world: Oktober 2009
http://apex2rule-the-world.blogspot.com/2009_10_01_archive.html
Freitag, 2. Oktober 2009. Nice trees with ExtJS (Erstellung eines ExtJS-Baums…). Bekannterweise ist die in APEX standardmäßig verfügbare Baumstruktur suboptimal und nicht wirklich sexy. Abhilfe kann hier die ExtJS-Bibliothek schaffen, die eine einfach zu definierende Baumstruktur anbietet. Links ist ein Beispiel einer solchen sexy Baumstruktur…. In diesem Beitrag möcht ich kurz zeigen, wie sich ein solcher Baum einfach in eine APEX-Anwendung einbinden und mit Daten aus der Datenbank füttern lässt. Link r...
apex2rule-the-world.blogspot.com
apex2rule-the-world: Nice trees with ExtJS (Erstellung eines ExtJS-Baums…)
http://apex2rule-the-world.blogspot.com/2009/10/erstellung-eines-extjs-baums.html
Freitag, 2. Oktober 2009. Nice trees with ExtJS (Erstellung eines ExtJS-Baums…). Bekannterweise ist die in APEX standardmäßig verfügbare Baumstruktur suboptimal und nicht wirklich sexy. Abhilfe kann hier die ExtJS-Bibliothek schaffen, die eine einfach zu definierende Baumstruktur anbietet. Links ist ein Beispiel einer solchen sexy Baumstruktur…. In diesem Beitrag möcht ich kurz zeigen, wie sich ein solcher Baum einfach in eine APEX-Anwendung einbinden und mit Daten aus der Datenbank füttern lässt. Link r...
apex2rule-the-world.blogspot.com
apex2rule-the-world: Regions as tabs using ExtJS... (Regionen als Tabs anzeigen mit ExtJS)
http://apex2rule-the-world.blogspot.com/2009/11/regionen-als-tabs-anzeigen-mit-extjs.html
Freitag, 20. November 2009. Regions as tabs using ExtJS. (Regionen als Tabs anzeigen mit ExtJS). Title: Regions as tabs using ExtJS. I'm working on an ExtJS. Theme right now. One of the first features i wanted to integrate was to show regions as tabs, but i wanted it to be defined only by the position of the region and its template. To do that i created the following region template. Ich arbeite momentan an einem ExtJS. Das Attribut class=”x-tab” kennzeichnet die umzuwandelnden Regionen. ...Von ExtJS, um...
apex2rule-the-world.blogspot.com
apex2rule-the-world: APEX navigation bar in sexy extJS toolbar...
http://apex2rule-the-world.blogspot.com/2010/02/long-time-no-post-and-what-i-did-in.html
Montag, 8. Februar 2010. APEX navigation bar in sexy extJS toolbar. It's been a while ;). But i have a lot of new APEX and ExtJS stuff to blog about. I've been working on a complete extJs based template for my latest APEX project. So here is my first part of the upcoming series. It's about how to get the usual apex navigation bar to show up in a sexy extJS toolbar. And in more detail. Now we have to build up a little JSON object via navigation bar template. This is what i put in my page template. Div id=...
apex2rule-the-world.blogspot.com
apex2rule-the-world: ExtJS Property Grids in APEX...
http://apex2rule-the-world.blogspot.com/2010/02/extjs-property-grids-in-apex.html
Freitag, 12. Februar 2010. ExtJS Property Grids in APEX. I found this example for creating an extjs property grid. Which made me think how nice it would be, to have this in apex. so i played around and came up with another report template. Let's look at the example. Var propsGrid = new Ext.grid.PropertyGrid({. Name)': 'Properties Grid',. Created: new Date(Date.parse('10/15/2006') ,. Version: 0.01,. ScrollOffset: 2 / the grid will never have scrollbars. Div id="prop-grid#REGION STATIC ID#" /div. InitRegio...
apex2rule-the-world.blogspot.com
apex2rule-the-world: Februar 2010
http://apex2rule-the-world.blogspot.com/2010_02_01_archive.html
Freitag, 12. Februar 2010. ExtJS Property Grids in APEX. I found this example for creating an extjs property grid. Which made me think how nice it would be, to have this in apex. so i played around and came up with another report template. Let's look at the example. Var propsGrid = new Ext.grid.PropertyGrid({. Name)': 'Properties Grid',. Created: new Date(Date.parse('10/15/2006') ,. Version: 0.01,. ScrollOffset: 2 / the grid will never have scrollbars. Div id="prop-grid#REGION STATIC ID#" /div. InitRegio...
apex2rule-the-world.blogspot.com
apex2rule-the-world: Refresh template based extjs tree dynamically...
http://apex2rule-the-world.blogspot.com/2010/03/extjs-tree-via-apex-report-template.html
Sonntag, 7. März 2010. Refresh template based extjs tree dynamically. In the last few posts i talked about how to use apex templates to create extjs trees and property grids. In this post i will show you how to refresh these regions dynamically. Our report statement needs a special result set. Br / select dname as CATEGORY br / , empno as ID br / , ename as NAME br / , rank() over (partition by emp.deptno order by empno asc) as ROW ASC br / from emp, dept br / where emp.deptno=dept.deptno br /. Br / $a r...
SOCIAL ENGAGEMENT