quizás te crea algún conflicto con el fck editor, tal vez los height y width
tendrías que pasarlo por la llamada al fck y no por el  $html->input.

Saludos

2008/4/26 Lucas Caro™ <[EMAIL PROTECTED]>:

>
> Hola Luis, cual es el html que te genera eso?
>
> 2008/4/26 Lluís Palacín <[EMAIL PROTECTED]>:
> >
> >  Hola:
> >
> >  Trabajo con Cake 1.0. Intento fijar la longitud de los campos en una
> >  vista, y no me lo respeta. Me pone longitudes más bajas de lo que le
> >  asigno. Si le digo
> >  $html->inputTag('Tasca/tasca', array('size' => '200'))
> >  me asigna una longutud menor. Y también con el campo de textarea.
> >
> >
> >
> >  El código es:
> >
> >  <?php echo $javascript->link('fckeditor'); ?>
> >  <?php echo $calendar->get_load_files_code();?>
> >
> >  <br><br><b>Tasca:</b><br>
> >
> >  <fieldset>
> >  <form name="formTasca" action="<?php echo $html->url("/tasques/
> >  editartasca/").$html->tagValue('Tasca/id'); ?>" method="post">
> >  <table>
> >
> >     <tr><td>
> >     <label>Data inicial:
> >     </label>
> >     </td>
> >      <td><?php  echo $calendar->input('Tasca/data_creacio'); ?> </td>
> >     </tr>
> >
> >     <tr><td>
> >     <label>Data final:
> >     </label>
> >     </td>
> >     <td><?php  echo $calendar->input('Tasca/data_final'); ?> </td>
> >     </tr>
> >
> >     <tr><td>
> >     <label>Responsable:
> >     </label>
> >     </td>
> >      <td><?php echo $html->selectTag('Tasca/
> >
>  
> responsable',array("Tots"=>"Tots","Àngel"=>"Àngel","Juanjo"=>"Juanjo","Lluís"=>"Lluís"));
> >  echo "     ";?> </td>
> >     </tr>
> >
> >    <tr><td>
> >     <label>Estat:
> >     </label>
> >     </td>
> >      <td><?php echo $html->selectTag('Tasca/
> >  estat',array("Oberta"=>"Oberta","Tancada"=>"Tancada")); echo "     ";?
> >  > </td>
> >     </tr>
> >
> >    <tr><td>
> >     <label>Tasca:</label>
> >     </td>
> >      <td><?php echo $html->inputTag('Tasca/tasca', array('size' =>
> >  '200')); ?> </td>
> >     </tr>
> >    <tr><td>
> >     <label>Seguiment:
> >     </label>
> >     </td>
> >      <td><?php echo $html->textarea('Tasca/seguiment',
> >  array('cols'=>'200', 'rows'=>'10')); ?> <?php echo $fck->load('Tasca/
> >  seguiment','Basic'); ?> </td>
> >     </tr>
> >    <tr><td>
> >     <label></label>
> >     </td>
> >      <td><?php echo $html->submitTag('Actualitza la tasca') ?> </td>
> >     </tr>
> >
> >  </table>
> >  </form>
> >
> >  </fieldset>
> >
> >
> >  <script>
> >    onload=document.formTasca['data[Tasca[data_creacio]'].focus();
> >  </script>
> >
> >  Alguien puede ayudarme? Gracias
> >  Luis
> >
> >  >
> >
>
>
>
> --
> Lucas S. Caro
> [EMAIL PROTECTED]
> 202-657-Go33 (4633)
> http://www.triplesmart.com
>
> >
>


-- 
Atte.
Miguel Michelson Martinez
---------------------------------------
www.artenlinea.cl

--~--~---------~--~----~------------~-------~--~----~
Has recibido este mensaje porque estás suscrito a Grupo "CakePHP-es" de Grupos 
de Google.
 Si quieres publicar en este grupo, envía un mensaje de correo 
electrónico a [email protected]
 Para anular la suscripción a este grupo, envía un mensaje a [EMAIL PROTECTED]
 Para obtener más opciones, visita este grupo en 
http://groups.google.com/group/CakePHP-es?hl=es.

-~----------~----~----~----~------~----~------~--~---

Responder a