Hayri ASLAN Posted February 1, 2014 Posted February 1, 2014 Hi Dear Friends, I want to share my new component UniNoty. It is A Notification -> Smart, Full Customizable and Callbacks Demo : http://hayriaslan.net/iis/UniNoty/UniNotyDemo.dll Also i created lots of component like TuniCaptcha, TUniCssMenu, TUniFormatEdit, TUniMasterEdit, TUniNewButton, TUniNewMenu, TUniNotification, TUniNotifIt, TUniSmartAlert, TUniVKeyboardEdit..... i will make bundle and share soon. Defaults: layout: 'top', theme: 'defaultTheme', type: type, text: type, // can be html or string dismissQueue: true, // If you want to use queue feature set this true template: '<div class="noty_message"><span class="noty_text"></span><div class="noty_close"></div></div >', animation: { open: {height: 'toggle'}, close: {height: 'toggle'}, easing: 'swing', speed: 500 // opening & closing animation speed }, timeout: 0, // delay for closing event. Set false for sticky notifications force: false, // adds notification to the beginning of queue when set to true modal: false, maxVisible: 10, // you can set max visible notification for dismissQueue true option, killer: false, // for close all notifications before show closeWith: ['click'], // ['click', 'button', 'hover'] callback: { onShow: function() {}, afterShow: function() {}, onClose: function() {}, afterClose: function() {}, onCloseClick:function () {} }, buttons: [ {addClass: 'btn btn-primary', text: 'Ok', onClick: function($noty) { noty({text: 'You clicked "Ok" button', type: 'success'}); } }, {addClass: 'btn btn-danger', text: 'Cancel', onClick: function($noty) { noty({text: 'You clicked "Cancel" button', type: 'error'}); } } ] 6 Quote
bsp98ht Posted February 2, 2014 Posted February 2, 2014 Not working with XE5 need recompile, not source included. Quote
Hayri ASLAN Posted February 2, 2014 Author Posted February 2, 2014 unfortunately i will not share source code now. please wait bundle. Quote
Mohammad Hamdan Posted February 3, 2014 Posted February 3, 2014 waiting for your bundle... thank you Quote
uniguibbs Posted February 12, 2014 Posted February 12, 2014 what's the date share the new compononts? Quote
Hayri ASLAN Posted February 12, 2014 Author Posted February 12, 2014 i didn't know. i want to complete all components and after that share. Quote
Hayri ASLAN Posted March 18, 2014 Author Posted March 18, 2014 ver 0.95 is published. i am waiting for that. Quote
Sistema Fenix Posted March 18, 2014 Posted March 18, 2014 Cool. Thank you. I noticed a small bug, when you choose the option confirmation, and changes to the alert, the confirmations buttons keep appearing. +1 hope the bundle Quote
Hayri ASLAN Posted March 19, 2014 Author Posted March 19, 2014 it is bug of demo. not component Quote
crysable Posted March 24, 2014 Posted March 24, 2014 Hi Dear Hayri Aslan Sorry my english, I'm from Brazil, I am unable to install this component TUniNoty. I'm using Delphi XE3 and uniGUI 0.95. He's giving Feedback UniNoty.pas of error has not been created. Can you help me? I am in great need of this component! Best Regards, crystian Quote
Hayri ASLAN Posted March 24, 2014 Author Posted March 24, 2014 unfortunately i am not shared pas file. you can use with D2010 Quote
gpaulino Posted April 2, 2014 Posted April 2, 2014 I have a conflict with jquery.js and jquery-latest.js, the first thing I use to put the edit mask as (000) 000-0000, but when I load the two jquery presents me with an error first jquery.js. helppppppppppppppppp Quote
Hayri ASLAN Posted April 3, 2014 Author Posted April 3, 2014 i think that are same js i except difference is versions use just one Quote
gpaulino Posted April 3, 2014 Posted April 3, 2014 When use jquery.js stops working if the edit mask and use jquery-latest.js is noty stop the component Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.