Jump to content

UniNoty! A Notification -> Smart, Full Customizable and Callbacks


Recommended Posts

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'});
				  }
				}
			  ]

post-737-0-52285000-1391219472_thumb.png

  • Upvote 6
Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
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

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...