Why don't you just set the modal window div css properties with javascript?

http://developer.apple.com/internet/webcontent/styles.html

2009/1/5 Vitek Tajzich <v.tajz...@gmail.com>:
> Yes, that right but these properties are read only at construction time so
> I'm not able to change size of already shown window by ajax....
>
> If you have a solution I will be happy :-)
>
> V.
>
> 2009/1/5 Piller Sébastien <pi...@hmcrecord.ch>
>
>> Hum yes sorry, I didn't get that you were in a modal window
>>
>> So there is some method setInitialWidth/setInitialHeight in ModalWindow
>> that should work :)
>>
>>
>> Vitek Tajzich a écrit :
>>
>>  As far as I know that is not a window but only div actually,
>>>
>>> so I can't user resizeTo, can I?
>>>
>>> 2009/1/5 Piller Sébastien <pi...@hmcrecord.ch>
>>>
>>>
>>>
>>>> Even here?
>>>>
>>>> http://www.javascripter.net/faq/resizing.htm
>>>>
>>>>
>>>> Vitek Tajzich a écrit :
>>>>
>>>>  Hi,
>>>>
>>>>
>>>>> actually there is now JS function resizeTo :-(
>>>>>
>>>>> V.
>>>>>
>>>>> 2009/1/4 Sébastien Piller <pi...@hmcrecord.ch>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I doubt such a feature is implemented in the wicket code
>>>>>>
>>>>>> most likely, you will need to call the javascript function
>>>>>> "window.resizeTo" yourself, with an AjaxBehavior (ie
>>>>>> AjaxAbstractDefaultBehavior#respond and
>>>>>> AjaxRequestTarget#appendJavascript)
>>>>>>
>>>>>>
>>>>>>
>>>>>> Vitek Tajzich wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>>
>>>>>>> Is it possible to resize Modal Window by ajax?
>>>>>>>
>>>>>>>
>>>>>>> I need for some reason to resize currently opened window. I've been
>>>>>>> looking
>>>>>>> on google and mailing list and I didn't found anything usable. I also
>>>>>>> looked
>>>>>>> into javascript for modal window and I think It should be possible..
>>>>>>>
>>>>>>>
>>>>>>> Thanks..
>>>>>>>
>>>>>>>
>>>>>>> V.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to