SlideShare une entreprise Scribd logo
1  sur  9
Télécharger pour lire hors ligne
Alloy UI
Amadou Sadio Diallo – Malik Houni - Adrien
Guillard
11 juin 2013
2
Présentation
•Faciliter la création d'une interface utilisateur.
•Créé par LIFERAY
•http://alloyui.com/
•Utilisé par :
3
Outils similaires
•Kendo UI
•script.aculo.us
•Mocha UI
Description - 1
•HTML, CSS, Javascript
•Version 2.0
•S’appuie sur la librairie « Yahoo User
Interface » Version 3
5
Description - 2
•Plus de 60 composants et outils
d'interface :
Gallerie d'images, calendrier, créateur de
diagramme/formulaire, pagination,
vérification de formulaire, etc ...
Utilisation
<script src="http://cdn.alloyui.com/2.0.0pr5/aui/aui-min.js">
</script>
YUI().use('aui-carousel',
function(Y) {
// code goes here
}
);
7
Exemple : Compteur de
caractères
<input id="myInput" type="text" />
<span id="myCounter"></span>character(s)
remaining
YUI().use( 'aui-char-counter',
function(Y) {
new Y.CharCounter( {
counter: '#myCounter',
Input: '#myInput',
maxLength: 10
} );
}
);
Démonstration
Conclusion
•Avantages: Facilité d’utilisation, nombre de
composants, des tutoriaux sur chaque
composants, opensource.
•Inconvénients: Concurrence avec les
autres frameworks d’interface.

Contenu connexe

Similaire à Alloy ui - malik Houni, Adrien Guillard

Introduction de google analytics
Introduction de google analyticsIntroduction de google analytics
Introduction de google analytics
you426
 

Similaire à Alloy ui - malik Houni, Adrien Guillard (13)

Portal Egov
Portal Egov Portal Egov
Portal Egov
 
Développement d'interfaces web
Développement d'interfaces webDéveloppement d'interfaces web
Développement d'interfaces web
 
LemonLDAP::NG et le support SAML2 (RMLL 2010)
LemonLDAP::NG et le support SAML2 (RMLL 2010)LemonLDAP::NG et le support SAML2 (RMLL 2010)
LemonLDAP::NG et le support SAML2 (RMLL 2010)
 
Seocamp Bayonne - JS et SEO
Seocamp  Bayonne - JS et SEOSeocamp  Bayonne - JS et SEO
Seocamp Bayonne - JS et SEO
 
Le SEO JavaScript démystifié
Le SEO JavaScript démystifiéLe SEO JavaScript démystifié
Le SEO JavaScript démystifié
 
Web { Design Project } Management
Web { Design Project } ManagementWeb { Design Project } Management
Web { Design Project } Management
 
Symfony with angular.pptx
Symfony with angular.pptxSymfony with angular.pptx
Symfony with angular.pptx
 
Angluars js
Angluars jsAngluars js
Angluars js
 
Utiliser Joomla 3 et Bootstrap 3 depuis une application externe
Utiliser Joomla 3 et Bootstrap 3 depuis une application externeUtiliser Joomla 3 et Bootstrap 3 depuis une application externe
Utiliser Joomla 3 et Bootstrap 3 depuis une application externe
 
Html5 & ie
Html5 & ieHtml5 & ie
Html5 & ie
 
Introduction de google analytics
Introduction de google analyticsIntroduction de google analytics
Introduction de google analytics
 
[Comprendre les patterns UI] FoFCotonou event.pptx
[Comprendre les patterns UI] FoFCotonou event.pptx[Comprendre les patterns UI] FoFCotonou event.pptx
[Comprendre les patterns UI] FoFCotonou event.pptx
 
jQuery Mobile & Applications Web
jQuery Mobile & Applications WebjQuery Mobile & Applications Web
jQuery Mobile & Applications Web
 

Alloy ui - malik Houni, Adrien Guillard