Posty z etykietą ‘Javascript’


Ajax.org Platform 3.0 beta2 Released!

I do not want to repeat over and over again the same things, so to get more informations please look at following articles:
Ruben Daniels blog:
http://www.rubendaniels.com/2010/02/01/ajaxorg-platform-30-beta2-released/
My blog (in polish)
http://uzza.pl/blog-javascript/2010/02/03/ajax-org-platform-3-0-beta-2-ujrzala-swiatlo-dzienne/
Stay tuned !

Ajax.org Platform

How to create a component for Javeline Platform – Part 3

This article was written for Javeline Platform library. Examples contained therein are not fully compatible with the library Ajax.org Platform, which is the continuation of. Visit www.ajax.org for more details.

You’ll find answers on following questions:

How to add events to elements, and how to call component’s methods by its

At begining i would like to remind You [...]

Javeline Components

How to create a component for Javeline Platform – Part 1

This article was written for Javeline Platform library. Examples contained therein are not fully compatible with the library Ajax.org Platform, which is the continuation of. Visit www.ajax.org for more details.

You’ll find answers on following questions:

Which namespace should be used, and what files should be included
How default skin declaration looks
How much javascript code is needed to [...]

Javeline Components

How to add style for “No items” state in Spreadsheet component

This article was written for Javeline Platform library. Examples contained therein are not fully compatible with the library Ajax.org Platform, which is the continuation of. Visit www.ajax.org for more details.

Spreadsheet component is depreciated since Ajax.org Platform 3.0.

Open Your skin file and add this in spreadsheet skin:

.spreadsheet .records div.empty {
/* Here goes [...]

Javeline Components, Snippets

How to add selecting rows in spreadsheet

This article was written for Javeline Platform library. Examples contained therein are not fully compatible with the library Ajax.org Platform, which is the continuation of. Visit www.ajax.org for more details.

Spreadsheet component is depreciated since Ajax.org Platform 3.0.

This is very simple operation. Please open Your skin.xml file and find Spreadsheet skin.
Under:

.spreadsheet .records div { [...]

Javeline Components, Snippets

Drag & Drop in few lines of code

Implementing possiblity of moving elements on website seems to be hard for person with little experience with Javascript. Only thought is “i need to use some library”, it’s realy good idea… ? when we want add only one feature ? Probably not… I’ll show You 30 lines of code which does it.
Download files
View [...]

Javascript

Notifier (Growl) Component

This article was written for Javeline Platform library. Examples contained therein are not fully compatible with the library Ajax.org Platform, which is the continuation of. Visit www.ajax.org for more details.

We know it good from Windows or OS X. This is a cloud which allows notifying user about some actions or conditions.
Example of Growl which will [...]

Javeline Components

Slideshow Component

This article was written for Javeline Platform library. Examples contained therein are not fully compatible with the library Ajax.org Platform, which is the continuation of. Visit www.ajax.org for more details.

It’s a component designated for browsing various types of images. We are loading images using model in very easy way:

<j:model id="mdlImages" save-original="true" [...]

Javeline Components