Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SearchBar, SearchBar in TableView and updated separators for TableView #3646

Closed
wants to merge 7 commits into from
Closed

Conversation

aodukha
Copy link
Contributor

@aodukha aodukha commented Dec 28, 2012

please ignore : 212e123, 942bcb9, - both was reverted by 134510f - there are no bad code(and final results are same) but it is more correctly to have 4 commits for these
fixed:
Jira ticket for the separator activity: https://jira.appcelerator.org/browse/TIMOB-8124
Jira ticket for "SearchBar (support in TableView)": https://jira.appcelerator.org/browse/TC-1680
Jira issue for "SearchBar" change: https://jira.appcelerator.org/browse/TIMOB-7231
Jira issue for "Sections+Headers" change: https://jira.appcelerator.org/browse/TC-1580

back ported SearchBar, properties:
autocorrect - bool
barColor
hinttextid
prompt
promptid

not implemented  yet.
fixed, use styles instead of creating div as separator, added searchbar support
[TIMOB-7231] MobileWeb: Ti.UI.SearchBar implementation
back ported SearchBar, properties:
autocorrect - bool
barColor
hinttextid
prompt
promptid

not implemented  yet. (reverse-merged from commit 212e123)
MobileWeb: Ti.UI.SearchBar implementation
MobileWeb: Update tableview's to not create heavyweight borders
setStyle = style.set,
on = require.on,

_calculateWidth = function(showCancel, width) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a function declaration, not a function expression. Also, local identifiers shouldn't start with an underscore

var retval = [];
var tableData = [];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

combine var decs at top

@aodukha aodukha closed this Jul 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants