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?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: show modal  (Read 1066 times)
jovibals
Hero Member
*****
Posts: 134


View Profile
« 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


View Profile
« Reply #1 on: March 19, 2010, 03:16:02 AM »

Sorry, I cant understand your words.
Logged
jovibals
Hero Member
*****
Posts: 134


View Profile
« 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


View Profile
« Reply #3 on: March 25, 2010, 07:50:15 PM »

in App.module2:




or, in App.module1
Logged
jovibals
Hero Member
*****
Posts: 134


View Profile
« 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


View Profile
« 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


View Profile
« Reply #6 on: March 29, 2010, 08:00:48 PM »

Okay thank you linb.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!