Search found 11 matches

Go to advanced search

by Ryan Keith
Thu Mar 03, 2016 10:22 pm
Forum: Issues
Topic: Can't get split button to reference list item unless I click on the list item
Replies: 7
Views: 355
 
Jump to post

Can't get split button to reference list item unless I click on the list item

Ok, looks like I figured it out. I had to use the parent() function:

var employeeCode = $(this).parent("li").find("[name=employee_code]").text();

by Ryan Keith
Thu Mar 03, 2016 9:48 pm
Forum: Issues
Topic: Can't get split button to reference list item unless I click on the list item
Replies: 7
Views: 355
 
Jump to post

Can't get split button to reference list item unless I click on the list item

That works, but is not intuitive.

It requires the user to click the list item first, then the delete button.

I just want to show a list of items, each with a delete split-button, and when the user clicks the split-button, it automatically either reads or is already set to to the employee_code.

by Ryan Keith
Mon Feb 22, 2016 1:27 am
Forum: Issues
Topic: Can't get split button to reference list item unless I click on the list item
Replies: 7
Views: 355
 
Jump to post

Can't get split button to reference list item unless I click on the list item

Yes, I'm doing it like option 1 in your first link. Here's my screen shot, my split button is inside the list but I'm having trouble accessing it. Trying to access via multiple javascript/jquery calls like: -------------------------------------- btnDeleteEmployee javascript: (not working) ----------...
by Ryan Keith
Tue Feb 16, 2016 10:45 pm
Forum: Issues
Topic: Can't get split button to reference list item unless I click on the list item
Replies: 7
Views: 355
 
Jump to post

Can't get split button to reference list item unless I click on the list item

I'm using several list in my app. For one list, I'm trying to use the split button functionality to delete an item in the list with just a popup. This list allow a user to add employees from a popup and delete employees from the split button. My list is populated dynamically from a REST Service when...
by Ryan Keith
Fri Oct 02, 2015 3:59 pm
Forum: Issues
Topic: LIST based off WHERE clause
Replies: 4
Views: 203
 
Jump to post

LIST based off WHERE clause

NO, I wrote a .NET C# MVC Web API REST service that points to my MSSQL DB.

by Ryan Keith
Fri Oct 02, 2015 6:43 am
Forum: Issues
Topic: LIST based off WHERE clause
Replies: 4
Views: 203
 
Jump to post

LIST based off WHERE clause

bump

by Ryan Keith
Thu Oct 01, 2015 9:57 pm
Forum: Issues
Topic: LIST based off WHERE clause
Replies: 4
Views: 203
 
Jump to post

LIST based off WHERE clause

I have a REST GET call that returns all entries from my own REST service and populates a list with each item having 5 fields What I want to do, is filter the list based off items that have their STATUS column = 2. I'm trying to do it in the Before Send event using return {"STATUS":"2&...
by Ryan Keith
Wed Mar 04, 2015 3:55 am
Forum: Issues
Topic: What's the best way to have one Phone App for Androio/iOS linking multiple sites and include Push notifications
Replies: 3
Views: 246
 
Jump to post

What's the best way to have one Phone App for Androio/iOS linking multiple sites and include Push notifications

Okay, can you point to some document/info where I can read up on this. My thinking is having my Azure applications create a connection to my Appery DB and populate an alert table and then have the Appery Push service poll the table, pick them up and send them? If that's not possible, then the Applic...
by Ryan Keith
Sat Feb 28, 2015 5:24 am
Forum: Issues
Topic: What's the best way to have one Phone App for Androio/iOS linking multiple sites and include Push notifications
Replies: 3
Views: 246
 
Jump to post

What's the best way to have one Phone App for Androio/iOS linking multiple sites and include Push notifications

Okay, here's the deal, I created an App that is basically just a wrapper that has several links that launch multiple web sites. No big deal, but now, the requirements have changed. They want this one app to handle log in functionality, pass credentials, and handle push notifications to the phone/tab...

Go to advanced search