[mapguide-users] Re: Legend Style

2010-09-05 Thread benjanmin

Hi All,

I want to know how to make it hidden initially? By default, the SplitterArea
is always open when its start! Which parameter can help to do this?

Thanks in advance.
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Legend-Style-tp5156695p5502111.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Re: Legend Style

2010-06-09 Thread SriRam007

hi lzzgeo,

Sorry i forget to mention that i m using Ajaxviewer,MGOS, C#.net AND Basic
Layout

I think the code u have given related to fusion layout or Jx.Layout 

But still can i use this object Jx.Splitter for my basic layout

Now error is showing 'jx' is undefind
Should i need to add any references into my application


thanks

-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Legend-Style-tp5156695p5161693.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Re: Legend Style

2010-06-09 Thread SriRam007

thanks lzzgeo 

i m trying...
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Legend-Style-tp5156695p5161599.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Re: Legend Style

2010-06-09 Thread 刘忠志
maybe the some following code would be help: 
  window.onload = function() {  
    var splitter = new Jx.Splitter('SplitterArea', {
    splitInto:3,
    elements:[$('ToolbarVertical'),$('SplitterMap'),$('Sidebar')],
    layout:'horizontal',
    containerOptions: [{minWidth: 28},{},{minWidth:8, width: 218}],
    barOptions: [{snap:'before'},
        {snap: 'after',snapElement: $('SidebarCollapse'),snapEvents: ['click']}]
    });
}


  
  
  
  





  ___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Re: Legend Style

2010-06-09 Thread SriRam007

thanks zspitzer,

Actually i have been trying this task since 4th june
And today i posted here.

I think this is not too much And I have to search again more and more

OK i will try some couple of days

BUT one thing i wanted to know from here (forum) that wheather this is
possible or not
Can it be done or not??

till now i m able to do some chages inside property pane like below

var PropertyCaption =
ViewerFrame.frames[1].document.getElementById("PropertyCaption")
var PCaptionTable = "";
PCaptionTable += "";
PCaptionTable += "";
PCaptionTable += "Properties";
PCaptionTable += "
\"../stdicons/nav_band_contract.gif\" ";

PCaptionTable += "";
 PCaptionTable += " \"../stdicons/icon_back.gif\" ";
//class=\"legendIcon\" 

PCaptionTable += "";
PropertyCaption.innerHTML = PCaptionTable; 

here i m trying to add one more image And by cicking on that image i want to
collapse and expand
Image is added but how to collapse and expand that i m trying.

Now if this remaing task is related to web development then leave (Let me
try) other wise 
if mapguide related please give me some hints.


Thank u very much for ur reply
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Legend-Style-tp5156695p5157549.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Re: Legend Style

2010-06-09 Thread navya024

Hi sir,
Sorry really sorry. I won't repeat it again
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Legend-Style-tp5156695p5157457.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Re: Legend Style

2010-06-09 Thread Zac Spitzer
you asking a question which is related to pure web development
and not really mapguide related...

you need to do some research via google my friend, there are half a million
blogs and forums about this sort of thing...

jquery would be a good starting point, expect to spend some time searching
on google, debugging with firebug and writing code

On 9 June 2010 17:33, SriRam007  wrote:
>
> hi zspitzer,
>
> But How ???
>
> Do u have any idea about this
>
> Any hints please...
>
>
> thanks
> --
> View this message in context: 
> http://osgeo-org.1803224.n2.nabble.com/Legend-Style-tp5156695p5157107.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>



-- 
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Re: Legend Style

2010-06-09 Thread Zac Spitzer
please refrain from hi-jacking other peoples threads, it's really really rude

On 9 June 2010 19:03, navya024  wrote:
>
> Hi,
> i have seen that in one of your post u have succeded in adding new layer?
> can you please share the code
> --
> View this message in context: 
> http://osgeo-org.1803224.n2.nabble.com/Legend-Style-tp5156695p5157412.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>



-- 
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Re: Legend Style

2010-06-09 Thread navya024

Hi,
i have seen that in one of your post u have succeded in adding new layer?
can you please share the code
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Legend-Style-tp5156695p5157412.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Re: Legend Style

2010-06-09 Thread SriRam007

hi zspitzer,

But How ???

Do u have any idea about this 

Any hints please...


thanks
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Legend-Style-tp5156695p5157107.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users