Search Type: Posts; User: whouseit
Search: Search took 0.03 seconds.
-
29 Apr 2009 6:17 PM
Jump to post Thread: About Js Charts by whouseit
- Replies
- 6
- Views
- 3,415
I see the new Charts of Ext3 using the YUI flash, and think it's a urgly way to create Charts using flash. Why don't Ext3
team write a full Charts function with js other than using flash?
In... -
12 Jun 2007 6:12 AM
Jump to post Thread: [Ext 2.0] FeedViewer 3 prototype by whouseit
- Replies
- 38
- Views
- 24,268
Very good.
Hi, Jack, your job has been making the JS application as good as the Windows client.
When will the ext2.0 be released? After that, I believe there will be many applications
to appear... -
27 Jan 2007 7:39 AM
Jump to post Thread: Screenshots - Toolbar and Menus by whouseit
- Replies
- 25
- Views
- 14,015
hi, jack
I'm so glad you will add cool menubar to your yui-ext lib. When will the new version be published?
I hope that you will keep yui-ext small, smart and cool. If the js libs are beyond # MB,... -
12 Dec 2006 7:05 PM
Jump to post Thread: YAHOO.ext.ToolbarMenu class by whouseit
- Replies
- 17
- Views
- 8,921
Good job. When I first wrote the menu basing on YUI-EXT, because the YUI' menu
is too complex and difficult to use and there was no menu class in YUI-EXT, I had
to complete it. I saw the ToolBar... -
10 Dec 2006 7:15 PM
Jump to post Thread: js menu update by whouseit
- Replies
- 0
- Views
- 2,763
Hi, I've just updated the menu class: fix some bugs, add some functions.
url: http://www.yui-ext.com/forum/viewtopic.php?t=1246 -
6 Dec 2006 6:48 PM
- Replies
- 8
- Views
- 7,888
Hi, I'm sorry about it. It's my fault. When I posted the codes I don't set
'Disable HTML in this post', so my codes were changed. Now it should be
OK -
6 Dec 2006 12:43 AM
- Replies
- 8
- Views
- 7,888
I changed my code shown below, but still don't remove the listener:
YAHOO.ext.util.menuMon.prototype = {
onDocumentClick : function(e) {
if (!this.id) {
if (this.menu.isVisible())... -
5 Dec 2006 7:43 PM
- Replies
- 8
- Views
- 7,888
Jack, in my 'YAHOO.ext.util.menuMon' class, I use YAHOO.ext.Element.prototype.mon()
to monitor the document's click event. But I don't want to invoke the class evey time
when document's click... -
4 Dec 2006 6:48 PM
- Replies
- 8
- Views
- 7,888
demo_en.js:
function openFn(e, oItem) {
alert('text=' + oItem['text'] + '; id=' + oItem['id']);
};
function newFn(e, oItem) {
alert('text=' + oItem['text'] + '; id=' + oItem['id']);... -
4 Dec 2006 6:47 PM
- Replies
- 8
- Views
- 7,888
demo.html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />... -
4 Dec 2006 6:45 PM
- Replies
- 8
- Views
- 7,888
hi, I've just completed a js menu class base on yui-ext and yui. Because the YAHOO's menu class
is too large and complex, my menu don't rely on it and just a js class especialy bases on yui-ext....
Results 1 to 11 of 11
