Tes URL is blank here.

Remi

On 30 août 2012, at 02:25 PM, Kurt <[email protected]> wrote:

> Gentlemen - I appreciate the quick feed back. And yes I believe it is 
> probably a big "rookie" mistake. I have setup a demo environment quick, of 
> course not all of the functionality is working inside. But the general idea 
> is there and you can see double lines after you login and when you perform a 
> search under the projects section.
>  
> http://test.iupat.info/vtigercrm/modules/Mobile/ user:test pass:test
>  
> I appreciate you guys take the time to look at it. I believe it has to do 
> withe the way I am submitting the form in php, back to the index.php file. 
> Like I said before, I had to make a lot of
> the URL's target=webapp for things to work, however there is no way to do 
> that with forms. (At least that I can figure out).
>  
> Kurt
>  
> 
> On Thursday, August 30, 2012 5:45:26 AM UTC-4, Remi Grumeau wrote:
> it seems like a common rookie mistake, having two reasons most of the time: 
> - selected=true attribute tag on new div 
> - div.toolbar in new file 
> 
> Like Sean says, a URL we can test might help a lot 
> 
> Remi Grumeau 
> 
> On 29 août 2012, at 03:21 PM, Kurt <[email protected]> wrote: 
> 
> > First off just want to say how awesome the iUI framework is. We are 
> > planning on using it for multiple projects in the future. 
> > 
> > Currently we are using vTigerCRM (PHP) which has the older version of iUI 
> > loaded as an add on. We are trying to upgrade to the latest version of iUI 
> > and so far things have gone very smoothly. Due to this being a web 
> > application programming in PHH, we have had to use the "target="_webapp"" 
> > for a lot of the links. 
> > 
> > Unfortunately we are have problems with the search / Submit button to 
> > search through our application, which basically refreshing the current page 
> > with the results. The background of the title bar duplicates each time you 
> > press search.. Here is what it looks after 4 searches: 
> > http://contrack.iupat.info/After.png . The search functionality is actually 
> > working just fine, the only problem is the duplicate title bar background? 
> > 
> > Here is the code for our button: 
> > 
> > <div class="toolbar"> 
> >    <h1 id="pageTitle"></h1> 
> >    <a class="button leftButton" href="javascript:window.close();">Home</a> 
> >    <a class="button" href="#searchForm">Search</a> 
> > </div> 
> > 
> > Here is the code for the form: 
> > 
> > <form id="searchForm" class="dialog" onsubmit="if(this.search.value == '') 
> > return false;" action="index.php" method="GET"> 
> >    <fieldset> 
> >        <h1>{$_MODULE->label()}</h1> 
> >        <a class="button leftButton" type="cancel">Cancel</a> 
> >        <a target="_webapp" class="button blueButton" 
> > type="submit">Search</a> 
> >    <label for="keyword">Search:</label>             
> >    <input type="hidden" name="_operation" value="listModuleRecords" /> 
> >    <input type="hidden" name="module" value="{$_MODULE->name()}" /> 
> >    <input id='__searchbox__q_' type="text" name="search" class="searchbox" 
> > value="{$_SEARCH}"/ placeholder="Type your keywords"> 
> >    </fieldset> 
> > </form> 
> > 
> > Any help would be appreciated. Thank you again for all your hard work with 
> > this framework. 
> > 
> > Kurt 
> > 
> > -- 
> > You received this message because you are subscribed to the Google Groups 
> > "iPhoneWebDev" group. 
> > To post to this group, send email to [email protected]. 
> > To unsubscribe from this group, send email to 
> > [email protected]. 
> > Visit this group at http://groups.google.com/group/iphonewebdev?hl=en. 
> > 
> > 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "iPhoneWebDev" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> Visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/iphonewebdev?hl=en.


Reply via email to