<?xml version="1.0" encoding="UTF-8"?>
<NeoAppBuilderPlugIn>
  <Title>sgTable</Title>
  <Author>SG</Author>
  <Website>dsd</Website>
  <EMail>dsa</EMail>
  <Copyright>SG</Copyright>
  <Description>sd</Description>
  <Notes>dvcdfvc</Notes>
  <Icon20>C:\Users\sghos\Documents\VisualNeoWeb\Sample Apps\AdvancedCompleteProject\_0014_Geek_Superhero_4b.png</Icon20>
  <Icon32>C:\Users\sghos\Documents\VisualNeoWeb\Sample Apps\AdvancedCompleteProject\_0011_Geek_Superhero_7.png</Icon32>
  <CompiledName>C:\Users\sghos\Desktop\new.nabp</CompiledName>
  <AutoInstall>no</AutoInstall>
  <Code>function sgShowNumber(containerid,yname){
         var $containerid = containerid;
         var count = 0;
         for (var i=0;i&lt;yname.length;i++)
	{
           if(yname[i] == "a" || yname[i] == "e" || yname[i] == "i" || yname[i] == "o" || yname[i] == "u")
           count = count + 1;
	}
	 $containerid.html("Hello " + yname + "!!! Your name has " + count + " vowels.");
         return count;
}

 </Code>
  <Files/>
  <ActionList>
    <Action Name="sgShowNumber">
      <Params>containerid|OBJID|Container ID;yname|STRING|Your Name;[result]|VARNAME|Variable to Store Vowels</Params>
      <Template>result = sgShowNumber(containerid,yname,result);

</Template>
    </Action>
  </ActionList>
</NeoAppBuilderPlugIn>
