<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face="Trebuchet MS" size=2><SPAN class=421183112-24042007>Hi 
there,</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp; In the search of making a little 
login component and, once logged on,&nbsp;a bigger input tags 
style&nbsp;</SPAN></FONT><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>I've found this:</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>WAFormInputTag&gt;&gt;with: aBlock<BR>&nbsp;self type 
isNil ifFalse: [<BR>&nbsp;&nbsp;self attributes at: 'type' ifAbsentPut: [ self 
type ].<BR>&nbsp;&nbsp;self class: self type ].<BR>&nbsp;super with: 
aBlock</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp; which means that one can't use an 
arbitrary css class for input tags. How is supoused to custom the view of tags 
that had harcoded the css classname? Manipulate text is just too much for a case 
like this. If I set the css "text" class to be like one wants it compromises all 
the text inputs and one can't customize different styles in the same application 
(except if one manipulate dinamically the styles library).</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp; In the other hand, if, for instance, 
one makes:</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp; renderContentOn: 
html</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp; html form:[</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; html 
textInput </SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
class: 'adminLogin'; </SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
value: ''; </SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
callback: [:v | login _ v];</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
yourself.</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
...</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp; the adminLogin css class end up 
concatenated with a 'text' string (I presume taken from the harcoded #type of 
the tag).</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp; </SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp; I'm not sure yet but, after a quick 
look, I think that there is functionality envolved with those harcoded css 
classes.</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007>&nbsp;&nbsp;&nbsp; any pointer? </SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT><SPAN class=421183112-24042007></SPAN></FONT><FONT 
face="Trebuchet MS" size=2><SPAN class=421183112-24042007>&nbsp;&nbsp;&nbsp; 
regards,</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=421183112-24042007></SPAN></FONT>&nbsp;</DIV>
<DIV align=left><SPAN class=250542422-20122006>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=left><?xml:namespace prefix 
= st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:PersonName 
ProductID="Sebastian Sastre&#13;" w:st="on"><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Trebuchet MS'">Sebastian 
Sastre</SPAN></st1:PersonName></SPAN></P></DIV></BODY></HTML>