0

ZK SpreadSheet

asked 2009-02-17 16:02:54 +0800

icemancml gravatar image icemancml
42

I frost a column in the ZK spreadsheet, when i try to edit a tooltip appear, i want to use that type of tooltip in another cells, this could be done?

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2009-02-17 17:25:20 +0800

icemancml gravatar image icemancml
42

Any body?

link publish delete flag offensive edit

answered 2009-02-18 01:13:48 +0800

kindalu gravatar image kindalu
255

updated 2009-02-18 01:14:50 +0800

Listen to onStartEditingEvent

spreadsheet.addEventListener(Events.ON_START_EDITING,
	new EventListener() {
	public void onEvent(Event event) throws Exception {
		onStartEditingEvent((StartEditingEvent) event);
	}
});

Then, you could show a "div" floating above the spreadsheet when Event happen

link publish delete flag offensive edit

answered 2009-02-20 20:16:43 +0800

icemancml gravatar image icemancml
42

thx u!

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2009-02-17 16:02:54 +0800

Seen: 188 times

Last updated: Feb 20 '09

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More