hola Antonio, el tema del picture se solucionó, pero puede ser que al cambiar a la nueva versión me dejó de andar esto ?:
SetBackImage( AllTrim( Field->Valor ) )
SetTheme( AllTrim( Field->Valor ) )
gracias y sldos
Silvina
fiveweb: cambio de version
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: fiveweb: cambio de version
Silvina,
Puedes proporcionar un pequeño ejemplo completo para ver como lo haces y probarlo aqui ? gracias
Puedes proporcionar un pequeño ejemplo completo para ver como lo haces y probarlo aqui ? gracias
-
- Posts: 61
- Joined: Tue Nov 19, 2013 2:13 pm
Re: fiveweb: tema
Hola Antonio, seguimos con el problema que no respeta el tema, estuve viendo el código y este sitio está caido
https://fiveweb.googlecode.com/svn/trun ... styles.css
no se si es esa la causa
Los podemos bajar para trabajarlos en forma local?
te mando todo el código por las dudas
sldos
Silvina
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/jquery-ui.min.js"></script>
<script src="https://fiveweb.googlecode.com/svn/trun ... "></script>
<link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jq ... ery-ui.css">
<link type="text/css" rel="stylesheet" href="https://fiveweb.googlecode.com/svn/trun ... styles.css">
</head>
<body>
<script>
document.body.style.backgroundImage = "url( 'http://fiveweb.googlecode.com/svn/trunk ... /beach.jpg' )";
document.body.style.backgroundSize = "100% 100%";
</script>
<script>
SetTheme( "cupertino" );
</script>
<div id="oDlg" class="dialog_window" title="Hello FiveWeb">
</div>
<script>
$( "#oDlg" ).dialog( { width: 600, height: 400, modal:false } );
</script>
</body>
</html>
https://fiveweb.googlecode.com/svn/trun ... styles.css
no se si es esa la causa
Los podemos bajar para trabajarlos en forma local?
te mando todo el código por las dudas
sldos
Silvina
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/jquery-ui.min.js"></script>
<script src="https://fiveweb.googlecode.com/svn/trun ... "></script>
<link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jq ... ery-ui.css">
<link type="text/css" rel="stylesheet" href="https://fiveweb.googlecode.com/svn/trun ... styles.css">
</head>
<body>
<script>
document.body.style.backgroundImage = "url( 'http://fiveweb.googlecode.com/svn/trunk ... /beach.jpg' )";
document.body.style.backgroundSize = "100% 100%";
</script>
<script>
SetTheme( "cupertino" );
</script>
<div id="oDlg" class="dialog_window" title="Hello FiveWeb">
</div>
<script>
$( "#oDlg" ).dialog( { width: 600, height: 400, modal:false } );
</script>
</body>
</html>
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: fiveweb: cambio de version
Puedes cambiarlo a:
https://bitbucket.org/fivetech/fiveweb/ ... styles.css
Voy a actualizar el repositorio para que use este
https://bitbucket.org/fivetech/fiveweb/ ... styles.css
Voy a actualizar el repositorio para que use este
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: