Plugin Competition – Win a Prize!

Today (Tuesday March 27th 2012) started the first ODTUG APEX Plugin Competition. This is a chance for everybody to submit their self created Plugins to get reviewed, judged and maybe win one of the many Prizes available.

Plugins will be judged upon skill level of its creator. That means beginners and experts will not be in the same category, to make it fair to everyone.

Continue reading

Enable support of $v and $s for your APEX Item Plugins

Roel informed me that my HTML5 input type plugins don’t support the APEX Javascript API’s $v and $s (to retrieve and set the content of the item via Javascript).

After some quick investigations i detected that some Javascript was missing in my Plugin.

Continue reading

Plugin: Month Picker

Last Week i had a customer requirement for an easy method to enter a date, but only month and year.

Using the Date Picker Item it wasn’t possible to show a popup without the days, so I began a search and found a month picker jQuery Plugin.

Using that it was easy to create an APEX Plugin with simple settings: Continue reading

Plugin: resizeable Textarea (remembers Size)

When that little box on that web form you need to fill in is simply too small to show all your information at once, you wish to make the box bigger.

Some browsers let you change the size of text-boxes (textarea), others don’t. So if the programmer of that page doesn’t give the textarea some javascript to be resizeable you are stuck with the given size.

Continue reading