Re: Re: Frame

View: New views
2 Messages — Rating Filter:   Alert me  

Re: Re: Frame

by stefan.asemota :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello

Would it be possible to add a rialtoTag that enables to set unvisible a frame line/boader?

Cheers
Stefan

On 07.04.2009, at 23:30, "Cyril Balit" <cbalit@...> wrote:

Hello

Did you use the css from the svn repository ?

https://svn.improve.fr/rialto/Rialto-coreV1/rialtoEngine/style/defaultSkin.css

Cyril



--- In rialto-dev@..., Paulo Lopes <paulolopes81@...> wrote:


 Hi Francois,
thank 's for your answer.

I have download in the  rialto site the new version of the defaultskin.css file  and I change my code as you tell me. But it does't work .
 

if ((paket== "" )||(paket == null )){
GridResultPaket.setStyle(x, -1, {fontSize:'8px' });

}
 
it's my code wrong ???????
 
Merci d'avance





------------------------------------

Yahoo! Groups Links






     


Re: Re: Frame

by Cyril Balit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Stefan

Sorry for the late response but i was on holliday.
For now i don't have solution with the taglib. But in javascript here is a solution

For example you define a frame and you set the classname attribute.

var CADRE1 = new rialto.widget.Frame({name:'CADRE1',top:'10',left:'0',width:'395',height:'265',
       classname:'custom_',
        title:'Patient id',open:true,dynamic:false,position:'absolute',draggable:false,parent:document.body});
}

this prefix allow you to add css rules that will overwrite the defaullt one. So for a frame the rule to change is frame_content_simple

So you can make the following css definition


.custom_frame_content_simple{
        border-width:0px;
}

Tell me if this solution is ok for you and we will see how we can add in in the taglib.

Cyril



stefan.asemota wrote:
Hello

Would it be possible to add a rialtoTag that enables to set unvisible a frame line/boader?

Cheers
Stefan

On 07.04.2009, at 23:30, "Cyril Balit" <cbalit@fullsix.com> wrote:

Hello

Did you use the css from the svn repository ?

https://svn.improve.fr/rialto/Rialto-coreV1/rialtoEngine/style/defaultSkin.css

Cyril



--- In rialto-dev@yahoogroups.com, Paulo Lopes <paulolopes81@...> wrote:


 Hi Francois,
thank 's for your answer.

I have download in the  rialto site the new version of the defaultskin.css file  and I change my code as you tell me. But it does't work .
 

if ((paket== "" )||(paket == null )){
GridResultPaket.setStyle(x, -1, {fontSize:'8px' });

}
 
it's my code wrong ???????
 
Merci d'avance





------------------------------------

Yahoo! Groups Links