Sigma Php Ajax framework, Ajax Components, GUI Builder
February 09, 2012, 09:46:24 PM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
Sigma Php Ajax framework, Ajax Components, GUI Builder
>
Sigma Visual GUI Builder & Library
>
Sigma Visual - Q&A
(Moderators:
steven
,
linb
) >
show modal
Pages: [
1
]
« previous
next »
Print
Author
Topic: show modal (Read 1066 times)
jovibals
Hero Member
Posts: 134
show modal
«
on:
March 18, 2010, 06:06:04 PM »
Hi linb,
I have App.module1 and App.module2. Inside module2 is a panel, and my question is, can i set the modal once i call this code inside my module1? I can click only objects inside module1 once i closed module2.
linb.ComFactory.newCom('App.module2' ,function(){
this.show(linb([document.body]));
});
Thank you
Logged
linb
Administrator
Hero Member
Posts: 433
Re: show modal
«
Reply #1 on:
March 19, 2010, 03:16:02 AM »
Sorry, I cant understand your words.
Logged
jovibals
Hero Member
Posts: 134
Re: show modal
«
Reply #2 on:
March 25, 2010, 07:31:49 PM »
Hi linb,
What i mean is like displaying a dialogbox that you cannot click behind unless you close it.
Same thing what i want to do here if i call this. I don't want to click behind.
linb.ComFactory.newCom('App.module2' ,function(){
this.show(linb([document.body]));
});
I hope you understand.
Logged
linb
Administrator
Hero Member
Posts: 433
Re: show modal
«
Reply #3 on:
March 25, 2010, 07:50:15 PM »
in App.module2:
customAppend:function(parent,subId,left,top){ // show dialog in modal mode this.dialog.show(null,true); // to stop the default append funcion return true; },
or, in App.module1
linb.ComFactory.newCom('App.module2' ,function(){ this.create(function(){ this.dialog.show(null,true); }); });
Logged
jovibals
Hero Member
Posts: 134
Re: show modal
«
Reply #4 on:
March 29, 2010, 06:22:40 AM »
Ok I'll try this.
by the way, is it possible to have custom header in treegrid? applying like rowspan or colspan?
Thank you
Logged
linb
Administrator
Hero Member
Posts: 433
Re: show modal
«
Reply #5 on:
March 29, 2010, 05:20:10 PM »
You can use custom CSS or renderer, but not rowspan or colspan. That because the treegrid is not based on html table.
Logged
jovibals
Hero Member
Posts: 134
Re: show modal
«
Reply #6 on:
March 29, 2010, 08:00:48 PM »
Okay thank you linb.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News & Announcements
-----------------------------
Sigma Visual GUI Builder & Library
-----------------------------
=> Sigma Visual - Knowledge Share
=> Sigma Visual - Q&A
=> Bug Report & Wishlist
-----------------------------
Sigma Grid
-----------------------------
=> Sigma Grid - Q&A
=> Show Case
=> Bug Report & Wishlist
-----------------------------
Other
-----------------------------
=> AJAX & JavaScript
Loading...