<div>Hi!<br>&nbsp;</div>
<div>During my trial to create a generic WABrush seaside editor</div>
<div>i have found some questionable namings in WABrush&nbsp;and all subclasses!</div>
<div>Ill hope that some of these could be addressed with Seaside 2.9!</div>
<div>Here is the result after&nbsp;checking&nbsp;mostly all classes:</div>
<div><br>- WASelectTag<br>&nbsp;&nbsp; - #enabled: aBlock &lt;-&gt; #disabled: Boolean .. Its a little bit confusing to use enabled: in that case</div>
<div>
<p>- WATimeInput<br>&nbsp;- public api -&gt; public<br>&nbsp;- initialize-release -&gt; initialization<br><br>- WAAnchorTag&nbsp;<br>&nbsp;- conveniance -&gt; convenience<br>&nbsp;- #tag -&gt; category accessing<br><br>- WAHeadingTag<br>&nbsp;&nbsp;- #tag -&gt; category accessing<br>
<br>- WATagBrush<br>&nbsp;-#tag -&gt; category accessing<br><br>- WAImageTag<br>&nbsp;-#tag -&gt; category accessing<br><br>- WADivTag<br>&nbsp;- public api -&gt; public<br><br>- WAFormInputTag: .. why is it necessary to set also the class ?<br>
with: aBlock<br>&nbsp;self type isNil ifFalse: [<br>&nbsp;&nbsp;self attributes at: &#39;type&#39; ifAbsentPut: [ self type ].<br>&nbsp;&nbsp;self class: self type ].<br>&nbsp;super with: aBlock<br><br>WATagBrush, WACheckboxTag, WARAdionButtonTag, WASubmitButtonTag&nbsp;<br>
- #canHaveShortcut -&gt; testing<br><br>- WACheckboxTag<br>&nbsp;#submitFormNamed: -&gt; conveniance (see WAAnchorTag)<br><br>- WAButtonTag<br>&nbsp;- initialize-release -&gt; initialization<br><br>- WAImageButtonTag<br>&nbsp;- callback: -&gt; callbacks<br>
<br>- WAFormTag<br>&nbsp;&nbsp; - initialize-release -&gt; initialization<br><br>- WAGenericTag<br>&nbsp;&nbsp;- initialize-release -&gt; initialization<br><br>- WAHeadingTag&nbsp;<br>&nbsp; - conveniance -&gt; convenience<br>&nbsp; - #tag -&gt; accessing<br>
<br>- WAImageTag<br>&nbsp; &nbsp;- initialize-release -&gt; initialization<br>&nbsp;&nbsp; - #tag -&gt; accessing<br></p></div>
<div>Cheers </div>
<div>Gerhard</div>
<div>&nbsp;</div>