Do you want to know how you can integrate the ExtJS Javascript Library into Oracle Application Express (APEX)? Mark Lancaster has set up an ExtJS example application showing the integration and how such an Oracle APEX application could look like. Check it out!
Continue reading...Friday, January 25, 2008
Oracle Application Express (APEX) doesn’t come with a built-in Slider Control widget, but it’s quite easy to integrate one of the existing Javascript libraries like the Tigra Slider Control. See there example page 1 and page 2 for how the sliders can look like. But you can also use your own images for the slider. What [...]
Continue reading...Saturday, January 12, 2008
Do you want to improve the usability of the Oracle APEX Shuttle Widget a little bit? Let’s enhance it by adding support for double click. It will allow users to double click on an entry in one of the two lists of the shuttle, to move the selected entry to the other list as they would [...]
Continue reading...Sunday, August 19, 2007
Some time ago I was asked if it’s possible to set the background color of the entries of a select list. Sure why not! I thought I had already answered the question before, so I searched on the OTN forum but didn’t find my posting. No problem, shouldn’t be too hard to find the solution again.
Continue reading...Sunday, March 25, 2007
Just noticed a slightly different behavior of $x in Oracle APEX 3.0. Probably many of you just use it to pass the id-string of an element (eg. $x(”P4_TEST”)) to this function to get the object of this field/div/… id, but you can also call it with an object and in that case the function will just [...]
Continue reading...Monday, February 5, 2007
Are you doing JavaScript development and your JavaScript code has grown and grown? Have you ever looked at the available JavaScript compressors/packers?
Continue reading...Thursday, January 18, 2007
Today there was a thread on the OTN forum about how to access a Tabular Form cell with JavaScript and I thought it might be of general interest. Scenario You have a Tabular Form with 3 columns (Amount, Tax, Total) and want to populate the Total column with the sum of Amount and Tax as soon as [...]
Continue reading...Sunday, January 14, 2007
If you are a JavaScript developer or create your web-pages with CSS, then the Firefox add-on
Continue reading...Thursday, January 11, 2007
Just kidding I was just looking for an eye catcher… Maybe you have already seen my announcement that I have released v0.17 of the ApexLib Framework, which contains a lot new features. The previous features in the Framework mostly concentrated on improvements of Oracle APEX on the server, so that’s easier to access Tabular Forms [...]
Continue reading...Sunday, December 10, 2006
If you are using Firefox for your APEX development you may want to check out my list of add-ons I’m currently using for the web development. If you have any useful add-ons you are using, drop me a note!
Continue reading...
Sunday, February 3, 2008
1 Comment